> From: Bruce Richardson [mailto:[email protected]] > Sent: Wednesday, 16 August 2023 17.34 > > From: David Marchand <[email protected]> > > An empty mempool's ops were not initialised to a default value wrt to > what the application requested via the flags parameter. As > rte_mempool_create() relies on rte_mempool_create_empty(), simply move > this ops initialisation to rte_mempool_create_empty(). > > Fixes: aa10457eb4c2 ("mempool: make mempool populate and free api > public") > Cc: [email protected] > > Signed-off-by: David Marchand <[email protected]> > Reviewed-by: Bruce Richardson <[email protected]> > ---
I would have moved it to the exact same location. Reviewed-by: Morten Brørup <[email protected]>

