Re: [dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-18 Thread Thomas Monjalon
18/10/2017 16:36, Jerin Jacob: > From: santosh > > > > On Wednesday 18 October 2017 07:15 PM, Thomas Monjalon wrote: > > > 18/10/2017 14:17, santosh: > > >> Hi Thomas, > > >> > > >> > > >> On Monday 09 October 2017 02:49 PM, santosh wrote: > > >>> On Monday 09 October 2017 02:18 PM, Thomas Monjal

Re: [dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-18 Thread Jerin Jacob
-Original Message- > Date: Wed, 18 Oct 2017 19:32:44 +0530 > From: santosh > To: Thomas Monjalon , John McNamara > > Cc: dev@dpdk.org, olivier.m...@6wind.com, jerin.ja...@caviumnetworks.com, > hemant.agra...@nxp.com, ferruh.yi...@intel.com > Subject: Re: [dpdk-dev]

Re: [dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-18 Thread Thomas Monjalon
18/10/2017 16:02, santosh: > > On Wednesday 18 October 2017 07:15 PM, Thomas Monjalon wrote: > > 18/10/2017 14:17, santosh: > >> Hi Thomas, > >> > >> > >> On Monday 09 October 2017 02:49 PM, santosh wrote: > >>> On Monday 09 October 2017 02:18 PM, Thomas Monjalon wrote: > 09/10/2017 07:46, sa

Re: [dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-18 Thread santosh
On Wednesday 18 October 2017 07:15 PM, Thomas Monjalon wrote: > 18/10/2017 14:17, santosh: >> Hi Thomas, >> >> >> On Monday 09 October 2017 02:49 PM, santosh wrote: >>> On Monday 09 October 2017 02:18 PM, Thomas Monjalon wrote: 09/10/2017 07:46, santosh: > On Monday 09 October 2017 10:31

Re: [dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-18 Thread Thomas Monjalon
18/10/2017 14:17, santosh: > Hi Thomas, > > > On Monday 09 October 2017 02:49 PM, santosh wrote: > > On Monday 09 October 2017 02:18 PM, Thomas Monjalon wrote: > >> 09/10/2017 07:46, santosh: > >>> On Monday 09 October 2017 10:31 AM, santosh wrote: > Hi Thomas, > > > On Sunday

Re: [dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-18 Thread santosh
Hi Thomas, On Monday 09 October 2017 02:49 PM, santosh wrote: > On Monday 09 October 2017 02:18 PM, Thomas Monjalon wrote: >> 09/10/2017 07:46, santosh: >>> On Monday 09 October 2017 10:31 AM, santosh wrote: Hi Thomas, On Sunday 08 October 2017 10:13 PM, Thomas Monjalon wrote:

Re: [dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-09 Thread santosh
On Monday 09 October 2017 02:18 PM, Thomas Monjalon wrote: > 09/10/2017 07:46, santosh: >> On Monday 09 October 2017 10:31 AM, santosh wrote: >>> Hi Thomas, >>> >>> >>> On Sunday 08 October 2017 10:13 PM, Thomas Monjalon wrote: 08/10/2017 14:40, Santosh Shukla: > This commit adds a sectio

Re: [dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-09 Thread Thomas Monjalon
09/10/2017 07:46, santosh: > > On Monday 09 October 2017 10:31 AM, santosh wrote: > > Hi Thomas, > > > > > > On Sunday 08 October 2017 10:13 PM, Thomas Monjalon wrote: > >> 08/10/2017 14:40, Santosh Shukla: > >>> This commit adds a section to the docs listing the mempool > >>> device PMDs availabl

Re: [dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-08 Thread santosh
On Monday 09 October 2017 10:31 AM, santosh wrote: > Hi Thomas, > > > On Sunday 08 October 2017 10:13 PM, Thomas Monjalon wrote: >> 08/10/2017 14:40, Santosh Shukla: >>> This commit adds a section to the docs listing the mempool >>> device PMDs available. >> It is confusing to add a mempool guide,

Re: [dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-08 Thread santosh
Hi Thomas, On Sunday 08 October 2017 10:13 PM, Thomas Monjalon wrote: > 08/10/2017 14:40, Santosh Shukla: >> This commit adds a section to the docs listing the mempool >> device PMDs available. > It is confusing to add a mempool guide, given that we already have > a mempool section in the program

Re: [dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-08 Thread Thomas Monjalon
08/10/2017 14:40, Santosh Shukla: > This commit adds a section to the docs listing the mempool > device PMDs available. It is confusing to add a mempool guide, given that we already have a mempool section in the programmer's guide: http://dpdk.org/doc/guides/prog_guide/mempool_lib.html An

[dpdk-dev] [PATCH v3 10/10] doc: add mempool and octeontx mempool device

2017-10-08 Thread Santosh Shukla
This commit adds a section to the docs listing the mempool device PMDs available. It then adds the octeontx fpavf mempool PMD to the listed mempool devices. Cc: John McNamara Signed-off-by: Santosh Shukla Signed-off-by: Jerin Jacob Reviewed-by: John McNamara --- v2 --> v3: - Incorporated doc