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

2019-04-03 Thread Eads, Gage
> 01/04/2019 23:14, Gage Eads: > > Note that the lock-free algorithm relies on a 128-bit > > compare-and-swap[1], so it is currently limited to the x86_64 platform. > > I'm waiting for an update of the 128-bit compare-and-swap. > It is blocking the integration of this patch. > Sorry for that; I

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

2019-04-03 Thread Thomas Monjalon
01/04/2019 23:14, Gage Eads: > Note that the lock-free algorithm relies on a 128-bit compare-and-swap[1], > so it is currently limited to the x86_64 platform. I'm waiting for an update of the 128-bit compare-and-swap. It is blocking the integration of this patch.

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

2019-04-01 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