Re: [dpdk-dev] [PATCH v2 5/5] mbuf: add user command line config mempools ops API

2018-01-15 Thread Jerin Jacob
-Original Message- > Date: Mon, 15 Jan 2018 20:05:16 +0530 > From: Hemant Agrawal > To: Jerin Jacob > CC: dev@dpdk.org, olivier.m...@6wind.com, santosh.shu...@caviumnetworks.com > Subject: Re: [PATCH v2 5/5] mbuf: add user command line config mempools ops > API > User-Agent: Mozilla/5.0

Re: [dpdk-dev] [PATCH v2 5/5] mbuf: add user command line config mempools ops API

2018-01-15 Thread Hemant Agrawal
On 1/15/2018 5:59 PM, Jerin Jacob wrote: -Original Message- Date: Mon, 15 Jan 2018 11:41:14 +0530 From: Hemant Agrawal This patch add the user command line configured mempool ops name API to librte_mbuf and sends a deprecation notice to remove the similar API from eal. Signed-off-by

Re: [dpdk-dev] [PATCH v2 5/5] mbuf: add user command line config mempools ops API

2018-01-15 Thread Jerin Jacob
-Original Message- > Date: Mon, 15 Jan 2018 11:41:14 +0530 > From: Hemant Agrawal > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com, olivier.m...@6wind.com, > santosh.shu...@caviumnetworks.com > Subject: [PATCH v2 5/5] mbuf: add user command line config mempools ops API > X-Mailer:

[dpdk-dev] [PATCH v2 5/5] mbuf: add user command line config mempools ops API

2018-01-14 Thread Hemant Agrawal
This patch add the user command line configured mempool ops name API to librte_mbuf and sends a deprecation notice to remove the similar API from eal. Signed-off-by: Hemant Agrawal --- doc/guides/rel_notes/deprecation.rst | 7 +++ lib/librte_mbuf/rte_mbuf.c | 8 +++- lib/libr