gatekeeper
gatekeeper copied to clipboard
Avoid duplicate #define of KNI_FIFO_COUNT_MAX
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.