> -----Original Message----- > From: Thomas Monjalon [mailto:tho...@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.