Re: [dpdk-dev] [PATCH v10 0/8] Add stack library and new mempool handler

2019-04-04 Thread Thomas Monjalon
04/04/2019 12:01, Gage Eads: > This patchset introduces a stack library, supporting both lock-based and > lock-free stacks, and a lock-free stack mempool handler. > > The lock-based stack code is derived from the existing stack mempool handler, > and that handler is refactored to use the stack lib

[dpdk-dev] [PATCH v10 0/8] Add stack library and new mempool handler

2019-04-04 Thread Gage Eads
This patchset introduces a stack library, supporting both lock-based and lock-free stacks, and a lock-free stack mempool handler. The lock-based stack code is derived from the existing stack mempool handler, and that handler is refactored to use the stack library. The lock-free stack mempool hand