Re: [dpdk-dev] [PATCH v2 2/6] mempool: add namespace prefix to flags

2021-10-19 Thread Andrew Rybchenko
On 10/19/21 7:13 PM, Olivier Matz wrote: On Tue, Oct 19, 2021 at 01:08:41PM +0300, Andrew Rybchenko wrote: Fix the mempool flgas namespace by adding an RTE_ prefix to the name. nit: flgas -> flags Thanks, fixed. The old flags remain usable, to be deprecated in the future. Signed-off-by:

Re: [dpdk-dev] [PATCH v2 2/6] mempool: add namespace prefix to flags

2021-10-19 Thread Olivier Matz
On Tue, Oct 19, 2021 at 06:13:54PM +0200, Olivier Matz wrote: > On Tue, Oct 19, 2021 at 01:08:41PM +0300, Andrew Rybchenko wrote: > > Fix the mempool flgas namespace by adding an RTE_ prefix to the name. > > nit: flgas -> flags > > > The old flags remain usable, to be deprecated in the future. >

Re: [dpdk-dev] [PATCH v2 2/6] mempool: add namespace prefix to flags

2021-10-19 Thread Olivier Matz
On Tue, Oct 19, 2021 at 01:08:41PM +0300, Andrew Rybchenko wrote: > Fix the mempool flgas namespace by adding an RTE_ prefix to the name. nit: flgas -> flags > The old flags remain usable, to be deprecated in the future. > > Signed-off-by: Andrew Rybchenko (...) > @@ -777,12 +777,12 @@ rte_me