saaras-io / yastack

YAStack: User-space network-stack based on DPDK, FreeBSD TCP/IP Stack, EnvoyProxy
https://yastack.io
Apache License 2.0
100 stars 20 forks source link

Test KNI support in YAStack #3

Open chintan8saaras opened 5 years ago

chintan8saaras commented 5 years ago

For machines that have just one interface, it needs to be shared between management and data traffic. When DPDK takes over the interface using (rte_kni driver), we can define the packets that should be sent to the linux kernel.

This support for KNI is already programmed in f-stack and can be activated and programmed from the dpdk ini file.