You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
According to the documentation of rte_kni_alloc(), each KNI interface needs at least
2 x KNI_FIFO_COUNT_MAX
packets. But the defineKNI_FIFO_COUNT_MAX
is not exported.Once
KNI_FIFO_COUNT_MAX
is exported, avoid duplicate#define
of it.The text was updated successfully, but these errors were encountered: