Re: [dpdk-dev] [PATCH v7 00/10] New sync modes for ring

2020-04-21 Thread David Marchand
On Mon, Apr 20, 2020 at 2:28 PM Konstantin Ananyev wrote: > These days more and more customers use(/try to use) DPDK based apps within > overcommitted systems (multiple acttive threads over same pysical cores): > VM, container deployments, etc. > One quite common problem they hit: > Lock-Holder-Pr

[dpdk-dev] [PATCH v7 00/10] New sync modes for ring

2020-04-20 Thread Konstantin Ananyev
This patch series depends on following patch: "meson: add libatomic as a global dependency for i686 clang" (http://patches.dpdk.org/patch/68876/) V6 - V7: 1. fix checkpatch issues V5 - V6: 1. add dependency on the external patch (-latomic for i686 clang) 2. remove unneeded code from rte_ring_gene