Re: [dpdk-dev] [PATCH v4 2/2] mempool/ring: add support for new ring sync modes

2020-07-15 Thread Thomas Monjalon
14/07/2020 11:16, Ananyev, Konstantin: > > > > 13/07/2020 17:50, Konstantin Ananyev: > > > Two new sync modes were introduced into rte_ring: > > > relaxed tail sync (RTS) and head/tail sync (HTS). > > > This change provides user with ability to select these > > > modes for ring based mempool via m

Re: [dpdk-dev] [PATCH v4 2/2] mempool/ring: add support for new ring sync modes

2020-07-14 Thread Ananyev, Konstantin
> > 13/07/2020 17:50, Konstantin Ananyev: > > Two new sync modes were introduced into rte_ring: > > relaxed tail sync (RTS) and head/tail sync (HTS). > > This change provides user with ability to select these > > modes for ring based mempool via mempool ops API. > > > > Signed-off-by: Konstantin A

Re: [dpdk-dev] [PATCH v4 2/2] mempool/ring: add support for new ring sync modes

2020-07-13 Thread Thomas Monjalon
13/07/2020 17:50, Konstantin Ananyev: > Two new sync modes were introduced into rte_ring: > relaxed tail sync (RTS) and head/tail sync (HTS). > This change provides user with ability to select these > modes for ring based mempool via mempool ops API. > > Signed-off-by: Konstantin Ananyev > Acked-