[dpdk-dev] [PATCH v6 2/7] mbuf: maintain user and compile time mempool ops name

Hemant Agrawal hemant.agrawal at nxp.com
Fri Jan 26 06:10:20 CET 2018


> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas at monjalon.net]
> 
> 22/01/2018 14:51, Hemant Agrawal:
> > This patch change the logic to maintain the value of user defined and
> > compile time i.e. RTE_MBUF_DEFAULT_MEMPOOL_OPS.
> >
> > The pktmbuf_create_pool is updated to reflect the same.
> 
> I cannot understand this text.

[Hemant] I will rephrase it
Internel_config based mempool ops name is initialized with compile time default mempool ops. 
 In Original code the user configured command line mempool ops name overwrite it.

This patch avoid the overwriting and make changes in pktmbuf_create_pool to choose compile time, if user has not defined one.


More information about the dev mailing list