Re: [dpdk-dev] [PATCH v5 1/7] eal: prefix mbuf pool ops name with user defined

2018-01-22 Thread Hemant Agrawal
On 1/20/2018 11:45 AM, Hemant Agrawal wrote: This patch prefix the mbuf pool ops name with "user" to indicate that it is user defined. Signed-off-by: Hemant Agrawal --- lib/librte_eal/bsdapp/eal/eal.c | 4 ++-- lib/librte_eal/common/eal_internal_cfg.h | 3 ++- lib/librte_eal/linuxa

Re: [dpdk-dev] [PATCH v5 1/7] eal: prefix mbuf pool ops name with user defined

2018-01-22 Thread Olivier Matz
On Sat, Jan 20, 2018 at 11:45:02AM +0530, Hemant Agrawal wrote: > This patch prefix the mbuf pool ops name with "user" to indicate > that it is user defined. > > Signed-off-by: Hemant Agrawal Acked-by: Olivier Matz