Re: [dpdk-dev] [PATCH] kni: add bulk function to free mbufs

2017-01-18 Thread Ferruh Yigit
On 1/18/2017 9:23 AM, Sergey Vyazmitinov wrote: > Suggested-by: Stephen Hemminger > Signed-off-by: Sergey Vyazmitinov > --- > v3: > * Fixed issue with possible different mempools in buffer list. > * Fixed issue with wrong rte_pktmbuf_alloc_bulk function return value > processing in the kni_alloca

[dpdk-dev] [PATCH] kni: add bulk function to free mbufs

2017-01-18 Thread Sergey Vyazmitinov
Suggested-by: Stephen Hemminger Signed-off-by: Sergey Vyazmitinov --- v3: * Fixed issue with possible different mempools in buffer list. * Fixed issue with wrong rte_pktmbuf_alloc_bulk function return value processing in the kni_allocate_mbufs. --- lib/librte_mbuf/rte_mbuf.h | 49 +++