yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

KNI is deprecated. Migrate to virtio_user #45

Closed taitov closed 9 months ago

taitov commented 9 months ago

https://doc.dpdk.org/guides/prog_guide/kernel_nic_interface.html

KNI is deprecated and will be removed in future. See ABI and API Deprecation.

Virtio_user as Exception Path alternative is the preferred way for interfacing with the Linux network stack as it is an in-kernel solution and has similar performance expectations.

GeorgyKirichenko commented 9 months ago

closes #43