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

2018-01-22 Thread Olivier Matz
On Sat, Jan 20, 2018 at 11:45:03AM +0530, Hemant Agrawal wrote: > 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. > > Signed-off-by: Hemant Agrawal Acked-by: Olivi

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

2018-01-19 Thread 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. Signed-off-by: Hemant Agrawal --- lib/librte_eal/common/eal_common_options.c | 2 +- lib/librte_mbuf/rte_mbuf.c