On Mon, Oct 18, 2021 at 4:49 PM Andrew Rybchenko <[email protected]> wrote: > > Add RTE_ prefix to helper macro to calculate mempool header size and > make it internal. Old macro is still available, but deprecated. > > Signed-off-by: Andrew Rybchenko <[email protected]>
No reference to this macro out there: $ git grep-all -w MEMPOOL_HEADER_SIZE The change looks fine to me. I just wonder if we really need to expose this helper, is it performance sensitive? -- David marchand

