Re: [dpdk-dev] [PATCH 5/6] mempool/ring: add non-blocking ring handlers

2019-01-13 Thread Andrew Rybchenko
On 1/11/19 12:01 AM, Gage Eads wrote: These handlers allow an application to create a mempool based on the non-blocking ring, with any combination of single/multi producer/consumer. Signed-off-by: Gage Eads Acked-by: Andrew Rybchenko Of course, it should be mentioned in release notes finall

[dpdk-dev] [PATCH 5/6] mempool/ring: add non-blocking ring handlers

2019-01-10 Thread Gage Eads
These handlers allow an application to create a mempool based on the non-blocking ring, with any combination of single/multi producer/consumer. Signed-off-by: Gage Eads --- drivers/mempool/ring/rte_mempool_ring.c | 58 +++-- 1 file changed, 55 insertions(+), 3 deletio