Re: [dpdk-dev] [PATCH] ring: fix comment for __rte_ring_move_cons_head()

2021-08-24 Thread Honnappa Nagarahalli
> > Change "enqueue" to "dequeue" because the __rte_ring_move_cons_head() > function is updating the consumer head for dequeue. > > Fixes: 0dfc98c507b1 ("ring: separate out head index manipulation") > Cc: bruce.richard...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Cian Ferriter LGTM A

[dpdk-dev] [PATCH] ring: fix comment for __rte_ring_move_cons_head()

2021-08-23 Thread Cian Ferriter
Change "enqueue" to "dequeue" because the __rte_ring_move_cons_head() function is updating the consumer head for dequeue. Fixes: 0dfc98c507b1 ("ring: separate out head index manipulation") Cc: bruce.richard...@intel.com Cc: sta...@dpdk.org Signed-off-by: Cian Ferriter --- lib/ring/rte_ring_c11_