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

2021-10-19 Thread Thomas Monjalon
19/10/2021 10:52, David Marchand: > On Mon, Oct 18, 2021 at 4:49 PM Andrew Rybchenko > wrote: > > > > Fix the mempool flgas namespace by adding an RTE_ prefix to the name. > > The old flags remain usable, but a deprecation warning is issued at > > compilation. > > We have a build failure in CI fo

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

2021-10-19 Thread David Marchand
On Mon, Oct 18, 2021 at 4:49 PM Andrew Rybchenko wrote: > > Fix the mempool flgas namespace by adding an RTE_ prefix to the name. > The old flags remain usable, but a deprecation warning is issued at > compilation. We have a build failure in CI for SPDK. This is most probably (I can't find the fu