> -----Original Message----- > From: David Hunt [mailto:david.hunt at intel.com] > Sent: Tuesday, June 14, 2016 3:16 PM > To: dev at dpdk.org > Cc: olivier.matz at 6wind.com; viktorin at rehivetech.com; > jerin.jacob at caviumnetworks.com; Shreyansh Jain <shreyansh.jain at nxp.com>; > David Hunt <david.hunt at intel.com> > Subject: [PATCH v10 3/3] mbuf: make default mempool ops configurable at build > > By default, the mempool ops used for mbuf allocations is a multi > producer and multi consumer ring. We could imagine a target (maybe some > network processors?) that provides an hardware-assisted pool > mechanism. In this case, the default configuration for this architecture > would contain a different value for RTE_MBUF_DEFAULT_MEMPOOL_OPS. > > Signed-off-by: Olivier Matz <olivier.matz at 6wind.com> > Signed-off-by: David Hunt <david.hunt at intel.com>
Acked-by: Shreyansh Jain <Shreyansh.jain at nxp.com>