> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Wednesday, 16 August 2023 17.34 > > From: David Marchand <david.march...@redhat.com> > > 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: sta...@dpdk.org > > Signed-off-by: David Marchand <david.march...@redhat.com> > Reviewed-by: Bruce Richardson <bruce.richard...@intel.com> > ---
I would have moved it to the exact same location. Reviewed-by: Morten Brørup <m...@smartsharesystems.com>