Re: [dpdk-dev] [PATCH 7/7] mempool/stack: add non-blocking stack mempool handler

2019-02-25 Thread Olivier Matz
On Fri, Feb 22, 2019 at 10:06:55AM -0600, Gage Eads wrote: > This commit adds support for non-blocking (linked list based) stack mempool > handler. > > In mempool_perf_autotest the lock-based stack outperforms the > non-blocking handler for certain lcore/alloc count/free count > combinations*, how

[dpdk-dev] [PATCH 7/7] mempool/stack: add non-blocking stack mempool handler

2019-02-22 Thread Gage Eads
This commit adds support for non-blocking (linked list based) stack mempool handler. In mempool_perf_autotest the lock-based stack outperforms the non-blocking handler for certain lcore/alloc count/free count combinations*, however: - For applications with preemptible pthreads, a lock-based stack'