You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is exactly what I was looking for. I have an application build on top of DPDK and mTCP (a bypass kernel stack). Both my application, mTCP and DPDK is written in C++.
I am wondering if I can use this library in my scenario? And if that is possible does it support DPDK meaning that I can receive encrypted packet in Node 2(receiving machine) through a DPDK interface and then decrypt them on user-space before they will be processed by mTCP?
The text was updated successfully, but these errors were encountered:
Vita is a standalone application rather than a library (with YANG RPC control plane and everything).
The toolkit (Snabb) that Vita is built on top of is comparable to DPDK.
I suspect that the easiest way to hook up Vita to a DPDK app would be via a physical network link.
Vita/Snabb do support XDP so in general you can run Vita over any virtual Linux interface, however XDP over veths is very slow.
An alternative could be virtio for which there exists a Snabb driver as well, which would probably be a faster path to interface with DPDK, but still slow compared to a 10G NIC.
Hi,
This repository is exactly what I was looking for. I have an application build on top of DPDK and mTCP (a bypass kernel stack). Both my application, mTCP and DPDK is written in C++.
I am wondering if I can use this library in my scenario? And if that is possible does it support DPDK meaning that I can receive encrypted packet in Node 2(receiving machine) through a DPDK interface and then decrypt them on user-space before they will be processed by mTCP?
The text was updated successfully, but these errors were encountered: