From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <john.mcnamara@intel.com> Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 517F0C604 for <dev@dpdk.org>; Thu, 18 Jun 2015 15:47:08 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 18 Jun 2015 06:47:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,638,1427785200"; d="scan'208";a="745844923" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga002.fm.intel.com with ESMTP; 18 Jun 2015 06:47:06 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.216]) by IRSMSX101.ger.corp.intel.com ([169.254.1.201]) with mapi id 14.03.0224.002; Thu, 18 Jun 2015 14:47:05 +0100 From: "Mcnamara, John" <john.mcnamara@intel.com> To: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>, "dev@dpdk.org" <dev@dpdk.org> Thread-Topic: [dpdk-dev] [PATCH v3 9/9] doc: add cxgbe PMD documentation under doc/guides/nics/cxgbe.rst Thread-Index: AQHQqcFbo+S+G/LVrESlPYjVjttsEp2yRl0A Date: Thu, 18 Jun 2015 13:47:05 +0000 Message-ID: <B27915DBBA3421428155699D51E4CFE2F475B9@IRSMSX103.ger.corp.intel.com> References: <cover.1434628361.git.rahul.lakkireddy@chelsio.com> <6ef28ea934af8deea9f4b94b0d9b64ad3516612b.1434628361.git.rahul.lakkireddy@chelsio.com> In-Reply-To: <6ef28ea934af8deea9f4b94b0d9b64ad3516612b.1434628361.git.rahul.lakkireddy@chelsio.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: Kumar Sanghvi <kumaras@chelsio.com>, Felix Marti <felix@chelsio.com>, Nirranjan Kirubaharan <nirranjan@chelsio.com> Subject: Re: [dpdk-dev] [PATCH v3 9/9] doc: add cxgbe PMD documentation under doc/guides/nics/cxgbe.rst X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Thu, 18 Jun 2015 13:47:08 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rahul Lakkireddy > Sent: Thursday, June 18, 2015 1:17 PM > To: dev@dpdk.org > Cc: Felix Marti; Kumar Sanghvi; Nirranjan Kirubaharan > Subject: [dpdk-dev] [PATCH v3 9/9] doc: add cxgbe PMD documentation under > doc/guides/nics/cxgbe.rst >=20 > Adds cxgbe poll mode driver documentation under the usual doc/guides/nics= / > directory with the rest of the drivers. The documentation covers cxgbe > implementation details, features and limitations, prerequisites, > configuration, and a sample application usage. >=20 > Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> > Signed-off-by: Kumar Sanghvi <kumaras@chelsio.com> Acked-by: John McNamara <john.mcnamara@intel.com>