Re: [dpdk-dev] [PATCH 0/2] Allow application set mempool handle

2017-07-05 Thread santosh
Hi Olivier, On Tuesday 04 July 2017 09:29 PM, Olivier Matz wrote: > Hi Santosh, > > On Tue, 4 Jul 2017 17:55:54 +0530, santosh > wrote: >> Hi Olivier, >> >> On Friday 30 June 2017 07:42 PM, Olivier Matz wrote: >> >>> Hi, >>> >>> On Tue, 20 Jun 2017 19:34:15 +0530, Jerin Jacob >>> wrote: >>>

Re: [dpdk-dev] [PATCH 0/2] Allow application set mempool handle

2017-07-04 Thread Olivier Matz
Hi Santosh, On Tue, 4 Jul 2017 17:55:54 +0530, santosh wrote: > Hi Olivier, > > On Friday 30 June 2017 07:42 PM, Olivier Matz wrote: > > > Hi, > > > > On Tue, 20 Jun 2017 19:34:15 +0530, Jerin Jacob > > wrote: > >> -Original Message- > >>> Date: Tue, 20 Jun 2017 16:07:17 +0530 >

Re: [dpdk-dev] [PATCH 0/2] Allow application set mempool handle

2017-07-04 Thread santosh
Hi Olivier, On Friday 30 June 2017 07:42 PM, Olivier Matz wrote: > Hi, > > On Tue, 20 Jun 2017 19:34:15 +0530, Jerin Jacob > wrote: >> -Original Message- >>> Date: Tue, 20 Jun 2017 16:07:17 +0530 >>> From: Hemant Agrawal >>> To: Jerin Jacob >>> CC: Santosh Shukla , >>> olivier.m...@6

Re: [dpdk-dev] [PATCH 0/2] Allow application set mempool handle

2017-06-30 Thread Olivier Matz
Hi, On Tue, 20 Jun 2017 19:34:15 +0530, Jerin Jacob wrote: > -Original Message- > > Date: Tue, 20 Jun 2017 16:07:17 +0530 > > From: Hemant Agrawal > > To: Jerin Jacob > > CC: Santosh Shukla , > > olivier.m...@6wind.com, dev@dpdk.org > > Subject: Re: [PATCH 0/2] Allow application set m

Re: [dpdk-dev] [PATCH 0/2] Allow application set mempool handle

2017-06-20 Thread Jerin Jacob
-Original Message- > Date: Tue, 20 Jun 2017 16:07:17 +0530 > From: Hemant Agrawal > To: Jerin Jacob > CC: Santosh Shukla , > olivier.m...@6wind.com, dev@dpdk.org > Subject: Re: [PATCH 0/2] Allow application set mempool handle > User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gec

Re: [dpdk-dev] [PATCH 0/2] Allow application set mempool handle

2017-06-20 Thread Hemant Agrawal
On 6/19/2017 6:31 PM, Jerin Jacob wrote: -Original Message- Date: Mon, 19 Jun 2017 17:22:46 +0530 From: Hemant Agrawal To: Santosh Shukla , olivier.m...@6wind.com, dev@dpdk.org CC: jerin.ja...@caviumnetworks.com Subject: Re: [PATCH 0/2] Allow application set mempool handle User-Agent:

Re: [dpdk-dev] [PATCH 0/2] Allow application set mempool handle

2017-06-19 Thread Jerin Jacob
-Original Message- > Date: Mon, 19 Jun 2017 17:22:46 +0530 > From: Hemant Agrawal > To: Santosh Shukla , > olivier.m...@6wind.com, dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com > Subject: Re: [PATCH 0/2] Allow application set mempool handle > User-Agent: Mozilla/5.0 (Windows NT 6.1; W

Re: [dpdk-dev] [PATCH 0/2] Allow application set mempool handle

2017-06-19 Thread Hemant Agrawal
On 6/1/2017 1:35 PM, Santosh Shukla wrote: Some platform can have two different NICs for example external PCI Intel 40G card and Integrated NIC like vNIC/octeontx/dpaa2. Both NICs like to use their preferred pool e.g. external PCI card/ vNIC's preferred pool would be the ring based pool and octe

[dpdk-dev] [PATCH 0/2] Allow application set mempool handle

2017-06-01 Thread Santosh Shukla
Some platform can have two different NICs for example external PCI Intel 40G card and Integrated NIC like vNIC/octeontx/dpaa2. Both NICs like to use their preferred pool e.g. external PCI card/ vNIC's preferred pool would be the ring based pool and octeontx/dpaa2 preferred would be ext-mempools. R