Skip to content
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

Kni replacement #1004

Open
wants to merge 6 commits into
base: devel
Choose a base branch
from
Open

Kni replacement #1004

wants to merge 6 commits into from

Conversation

ywc689
Copy link
Collaborator

@ywc689 ywc689 commented Oct 24, 2024

No description provided.

The KNI kernel module, library and PMD has been removed since DPDK 23.11 release.
This virtio-user based implementation is a replacement sulotion for KNI. By deault,
the feature is disabled, and should be enabled explicitly by changing the value of
macro CONFIG_KNI_VIRTIO_USER to 'y' in config.mk before compiling DPVS.

Signed-off-by: ywc689 <[email protected]>
@ywc689 ywc689 added the pr/to-review-codes review codes line by line and check if problem exists. label Oct 24, 2024
Even though netif ports hot plugging is unsafe in dpvs, the patch makes
kni devices function properly and correctly.

Signed-off-by: ywc689 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/to-review-codes review codes line by line and check if problem exists.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant