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

Avoid duplicate #define of KNI_FIFO_COUNT_MAX #481

Closed
AltraMayor opened this issue May 24, 2021 · 1 comment
Closed

Avoid duplicate #define of KNI_FIFO_COUNT_MAX #481

AltraMayor opened this issue May 24, 2021 · 1 comment

Comments

@AltraMayor
Copy link
Owner

According to the documentation of rte_kni_alloc(), each KNI interface needs at least 2 x KNI_FIFO_COUNT_MAX packets. But the define KNI_FIFO_COUNT_MAX is not exported.

Once KNI_FIFO_COUNT_MAX is exported, avoid duplicate #define of it.

@AltraMayor AltraMayor added this to the DPDK coordination milestone May 24, 2021
AltraMayor added a commit that referenced this issue Mar 1, 2024
DPDK dropped its KNI library at version 23.11.
This commit replaces DPDK's KNI library with virtio-user.

This commit closes #481, closes #570, closes #585, closes #674.
AltraMayor added a commit that referenced this issue Mar 1, 2024
DPDK dropped its KNI library at version 23.11.
This commit replaces DPDK's KNI library with virtio-user.

This commit closes #481, closes #570, closes #585, closes #674.
@AltraMayor
Copy link
Owner Author

Pull request #678 eliminated the need for the define KNI_FIFO_COUNT_MAX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant