-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop KNI library #674
Comments
DPDK's developers implicitly settled with The paper VIRTIO-USER: A New Versatile Channel for Kernel-Bypass Networks describes the design and evaluation of |
Pull request #678 replaced DPDK's KNI library with
|
KNI is no longer part of DPDK. We need to find a replacement. Possible candidates suggested in the commit that removed KNI are virtio_user, tap, and XDP drivers.
The positive byproduct of no longer relying on KNI is to address issues #570 and #585.
The text was updated successfully, but these errors were encountered: