From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 0C26F2B86 for ; Mon, 23 Oct 2017 16:48:43 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 23 Oct 2017 07:48:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,423,1503385200"; d="scan'208";a="1234149660" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga002.fm.intel.com with ESMTP; 23 Oct 2017 07:48:41 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX108.ger.corp.intel.com ([169.254.11.167]) with mapi id 14.03.0319.002; Mon, 23 Oct 2017 15:48:41 +0100 From: "Mcnamara, John" To: Santosh Shukla , "dev@dpdk.org" CC: "thomas@monjalon.net" , "jerin.jacob@caviumnetworks.com" Thread-Topic: [PATCH v4 2/3] doc: add mempool and octeontx mempool device Thread-Index: AQHTSbc9FDszr9hCmUOXnWC0M8WRoqLxhqVQ Date: Mon, 23 Oct 2017 14:48:40 +0000 Message-ID: References: <20171008124011.1577-11-santosh.shukla@caviumnetworks.com> <20171020152124.14746-1-santosh.shukla@caviumnetworks.com> <20171020152124.14746-3-santosh.shukla@caviumnetworks.com> In-Reply-To: <20171020152124.14746-3-santosh.shukla@caviumnetworks.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2I5YmI3ZGYtNzllMy00ZDcyLWJlNzEtOTFjZGNmNWRjMjI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkZqSnFNdDdXb3c5TFBuOVIrbjFsT0FFRk1qWWVUbWVRQ0pBcVREcEh6NTQ9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 2/3] doc: add mempool and octeontx mempool device X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2017 14:48:44 -0000 > -----Original Message----- > From: Santosh Shukla [mailto:santosh.shukla@caviumnetworks.com] > Sent: Friday, October 20, 2017 4:21 PM > To: dev@dpdk.org > Cc: thomas@monjalon.net; jerin.jacob@caviumnetworks.com; Mcnamara, John > ; Santosh Shukla > > Subject: [PATCH v4 2/3] doc: add mempool and octeontx mempool device >=20 > This commit adds a section to the docs listing the mempool device PMDs > available. >=20 > It then adds the octeontx fpavf mempool PMD to the listed mempool devices= . >=20 > ... > diff --git a/doc/guides/index.rst b/doc/guides/index.rst index > 9c24dcb46..c92bb8003 100644 > --- a/doc/guides/index.rst > +++ b/doc/guides/index.rst > @@ -48,3 +48,4 @@ DPDK documentation > rel_notes/index > faq/index > platform/index > + mempool/index This new section should go before platform and after evendev. > +Feature > +------- Probably "Features" is better. > + > +Features of the OCTEONTX FPAVF PMD are: > + > +- 32 SR-IOV Virtual functions > +- 32 Pools > +- HW mempool manager > + > +Supported OCTEONTX SoCs > +----------------------- > + > +- CN83xx > + > +Prerequisites > +------------- > + > +Ref: `OCTEONTX Platform Driver` for setup information of PMD. You could use a link here, like this: See :doc:`../platform/octeontx` for setup information. John