yanet-platform / yanet

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

[DataPlane] Support `virtio-user` virtual devices #43

Closed GeorgyKirichenko closed 9 months ago

GeorgyKirichenko commented 9 months ago

YANET uses kni in order to provide Linux Kernel communications which support is deprecated by DPDK. virtio-user is recommended replacement so we have to consider the migration.