Re: [dpdk-dev] [PATCH v2] doc: announce ABI change for pktmbuf pool create API

2017-12-22 Thread Olivier MATZ
On Tue, Dec 19, 2017 at 01:41:05PM +, Wiles, Keith wrote: > > > > On Dec 18, 2017, at 11:40 PM, Hemant Agrawal wrote: > > > > On 12/18/2017 7:21 PM, Wiles, Keith wrote: > >> > >> > >>> On Dec 15, 2017, at 4:41 AM, Hemant Agrawal > >>> wrote: > >>> > >>> Introduce a new argument ops_nam

Re: [dpdk-dev] [PATCH v2] doc: announce ABI change for pktmbuf pool create API

2017-12-19 Thread Wiles, Keith
> On Dec 18, 2017, at 11:40 PM, Hemant Agrawal wrote: > > On 12/18/2017 7:21 PM, Wiles, Keith wrote: >> >> >>> On Dec 15, 2017, at 4:41 AM, Hemant Agrawal wrote: >>> >>> Introduce a new argument ops_name in rte_mempool_set_ops_byname >>> for allowing the application to optionally specify th

Re: [dpdk-dev] [PATCH v2] doc: announce ABI change for pktmbuf pool create API

2017-12-18 Thread Hemant Agrawal
On 12/18/2017 7:21 PM, Wiles, Keith wrote: On Dec 15, 2017, at 4:41 AM, Hemant Agrawal wrote: Introduce a new argument ops_name in rte_mempool_set_ops_byname for allowing the application to optionally specify the mempool ops. Signed-off-by: Hemant Agrawal --- v2: fix checkpatch error doc/

Re: [dpdk-dev] [PATCH v2] doc: announce ABI change for pktmbuf pool create API

2017-12-18 Thread Neil Horman
On Mon, Dec 18, 2017 at 01:51:52PM +, Wiles, Keith wrote: > > > > On Dec 15, 2017, at 4:41 AM, Hemant Agrawal wrote: > > > > Introduce a new argument ops_name in rte_mempool_set_ops_byname > > for allowing the application to optionally specify the mempool ops. > > > > Signed-off-by: Hemant

Re: [dpdk-dev] [PATCH v2] doc: announce ABI change for pktmbuf pool create API

2017-12-18 Thread Wiles, Keith
> On Dec 15, 2017, at 4:41 AM, Hemant Agrawal wrote: > > Introduce a new argument ops_name in rte_mempool_set_ops_byname > for allowing the application to optionally specify the mempool ops. > > Signed-off-by: Hemant Agrawal > --- > v2: fix checkpatch error > > doc/guides/rel_notes/deprecati

Re: [dpdk-dev] [PATCH v2] doc: announce ABI change for pktmbuf pool create API

2017-12-18 Thread Jerin Jacob
-Original Message- > Date: Fri, 15 Dec 2017 16:11:22 +0530 > From: Hemant Agrawal > To: olivier.m...@6wind.com > CC: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] doc: announce ABI change for pktmbuf pool > create API > X-Mailer: git-send-email 2.7.4 > > Introduce a new argument ops_name