Re: [dpdk-dev] [PATCH v8 0/6] Add lock-free ring and mempool handler

2019-04-03 Thread Thomas Monjalon
19/03/2019 02:20, Gage Eads: > This patchset makes one API change; a deprecation notice was posted in a > separate commit[1]. It means this patchset targets the release 19.08. In such case, it is better to use --subject-prefix='PATCH 19.08'

[dpdk-dev] [PATCH v8 0/6] Add lock-free ring and mempool handler

2019-03-18 Thread Gage Eads
For some users, the rte ring's "non-preemptive" constraint is not acceptable; for example, if the application uses a mixture of pinned high-priority threads and multiplexed low-priority threads that share a mempool. This patchset introduces a lock-free ring and a mempool based on it. The lock-free