Daniel Jin

Results 16 comments of Daniel Jin

@jszwedko I think I pretty much agree with what @binarylogic [suggested](https://github.com/timberio/vector/pull/7015#issuecomment-813650895). default to the first found unless an interface is specified. and default to ipv4. in most of my scenarios,...

After some more research, tunnels can get [pretty wild](https://developers.redhat.com/blog/2019/05/17/an-introduction-to-linux-virtual-interfaces-tunnels#summary). The solution for `GRE` should allow for all these types of tunnels to be implemented with Capsule, while not break the...

@ratnadeepb unfortunately, we currently don't support running a Capsule app as a secondary DPDK process. It is something we are looking to provide support for but haven't gotten around to...

@skeggse yep, the goal of this approach is to allow for an implementation of Geneve possible, it should be pretty similar to GRE.

Right we don't officially have a `arm` based build process. A couple things we can do to move us towards better support for non `x86-64` platform is 1. Make the...

are you running the examples in our vagrant environment? they only work inside vagrant+docker setup because they have to assume a certain network topology with specific device names. if you...

At this time, we are only going to support the `0.2.0` examples running in our controlled environment. To make them work and interact with live packets, we have to make...

_sigh_ getting blocked by an indirect [dependency](https://github.com/billyrieger/bimap-rs/issues/33). not sure which lib is pulling it in, but will need to update the sandbox to the latest stable rust. will do it...

hey @harry-van-haaren, thank you for reporting the issue. the only difference I can see is the version of DPDK we've tested baremetal setup with was `19.11.6`. I wonder if there's...