Re: [dpdk-dev] [PATCH v2] lib/ring: fix bulk enqueue API to allow HTS/RTS modes

2020-07-01 Thread David Marchand
On Wed, Jun 10, 2020 at 7:57 AM Feifei Wang wrote: > > Remove the unwanted call to "_rte_ring_do_enqueue_elem" to allow for > correct handling of RTS/HTS modes. > > Fixes: e6ba4731c0f3 ("ring: introduce RTS ring mode") > Cc: sta...@dpdk.org > > Signed-off-by: Feifei Wang > Reviewed-by: Ruifeng Wa

[dpdk-dev] [PATCH v2] lib/ring: fix bulk enqueue API to allow HTS/RTS modes

2020-06-09 Thread Feifei Wang
Remove the unwanted call to "_rte_ring_do_enqueue_elem" to allow for correct handling of RTS/HTS modes. Fixes: e6ba4731c0f3 ("ring: introduce RTS ring mode") Cc: sta...@dpdk.org Signed-off-by: Feifei Wang Reviewed-by: Ruifeng Wang Acked-by: Honnappa Nagarahalli --- V2: update commit message a