[dpdk-dev] [PATCH 2/2] rte_kni: Add documentation for the mempool capacity.

2016-05-18 Thread Ferruh Yigit
On 5/14/2016 7:22 PM, Alex Wang wrote: > From: Alex Wang > > Function like 'rte_kni_rx_burst()' keeps allocating > 'MAX_MBUF_BURST_NUM' mbufs to kni fifo queue unless the > queue's capacity ('KNI_FIFO_COUNT_MAX') is reached. So, > if the mempool is under-provisioned, user may run into > "Out of

[dpdk-dev] [PATCH 2/2] rte_kni: Add documentation for the mempool capacity.

2016-05-14 Thread Alex Wang
From: Alex Wang Function like 'rte_kni_rx_burst()' keeps allocating 'MAX_MBUF_BURST_NUM' mbufs to kni fifo queue unless the queue's capacity ('KNI_FIFO_COUNT_MAX') is reached. So, if the mempool is under-provisioned, user may run into "Out of Memory" logs from KNI code. This commit documents th