Re: [PATCH] ring: fix the variable name error

2023-05-24 Thread Thomas Monjalon
07/04/2023 12:32, Morten Brørup: > > From: Feifei Wang [mailto:feifei.wa...@arm.com] > > Sent: Friday, 7 April 2023 10.48 > > > > Ring dequeue operation's parameters name should be 'cons_xx', > > rather than 'prod_xxx'. > > > > Fixes: 1fc73390bcf5 ("ring: refactor exported headers") > > Cc: sta..

RE: [PATCH] ring: fix the variable name error

2023-04-07 Thread Morten Brørup
> From: Feifei Wang [mailto:feifei.wa...@arm.com] > Sent: Friday, 7 April 2023 10.48 > > Ring dequeue operation's parameters name should be 'cons_xx', > rather than 'prod_xxx'. > > Fixes: 1fc73390bcf5 ("ring: refactor exported headers") > Cc: sta...@dpdk.org > > Signed-off-by: Feifei Wang > Rev