gatekeeper icon indicating copy to clipboard operation
gatekeeper copied to clipboard

Avoid duplicate #define of KNI_FIFO_COUNT_MAX

Open AltraMayor opened this issue 4 years ago • 0 comments

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 avatar May 24 '21 19:05 AltraMayor