Re: [dpdk-dev] [PATCH 3/6] mempool: add namespace to internal but still visible API

2021-10-19 Thread Andrew Rybchenko
On 10/19/21 11:47 AM, David Marchand wrote: > On Mon, Oct 18, 2021 at 4:49 PM Andrew Rybchenko > wrote: >> >> Add RTE_ prefix to internal API defined in public header. >> Use the prefix instead of double underscore. >> Use uppercase for macros in the case of name conflict. > > Fwiw, I see no use

Re: [dpdk-dev] [PATCH 3/6] mempool: add namespace to internal but still visible API

2021-10-19 Thread David Marchand
On Mon, Oct 18, 2021 at 4:49 PM Andrew Rybchenko wrote: > > Add RTE_ prefix to internal API defined in public header. > Use the prefix instead of double underscore. > Use uppercase for macros in the case of name conflict. Fwiw, I see no use out of dpdk for those helpers/macros. $ git grep-all -E

[dpdk-dev] [PATCH 3/6] mempool: add namespace to internal but still visible API

2021-10-18 Thread Andrew Rybchenko
Add RTE_ prefix to internal API defined in public header. Use the prefix instead of double underscore. Use uppercase for macros in the case of name conflict. Signed-off-by: Andrew Rybchenko --- drivers/event/octeontx/ssovf_worker.h | 2 +- drivers/net/cnxk/cn10k_rx.h| 12 ++