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 28B6C7CE2 for <dev@dpdk.org>; Mon, 18 Sep 2017 20:22:19 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2017 11:22:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,414,1500966000"; d="scan'208";a="1015711684" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga003.jf.intel.com with ESMTP; 18 Sep 2017 11:22:15 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX106.ger.corp.intel.com ([169.254.8.36]) with mapi id 14.03.0319.002; Mon, 18 Sep 2017 19:22:16 +0100 From: "Mcnamara, John" <john.mcnamara@intel.com> To: "Yigit, Ferruh" <ferruh.yigit@intel.com> CC: "dev@dpdk.org" <dev@dpdk.org>, Stephen Hurd <stephen.hurd@broadcom.com>, Ajit Khaparde <ajit.khaparde@broadcom.com>, "Wu, Jingjing" <jingjing.wu@intel.com>, "Zhang, Helin" <helin.zhang@intel.com>, "Zhang, Helin" <helin.zhang@intel.com>, "Ananyev, Konstantin" <konstantin.ananyev@intel.com> Thread-Topic: [PATCH 2/2] doc: add API documentation for bnxt PMD Thread-Index: AQHTKxu9BSh/7+u2j06iUkH1qboh9aK6/9QQ Date: Mon, 18 Sep 2017 18:22:15 +0000 Message-ID: <B27915DBBA3421428155699D51E4CFE23EDA9B7F@IRSMSX103.ger.corp.intel.com> References: <20170911163335.50221-1-ferruh.yigit@intel.com> <20170911163335.50221-2-ferruh.yigit@intel.com> In-Reply-To: <20170911163335.50221-2-ferruh.yigit@intel.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjkyOTViMTMtZmJhYi00Y2M0LThiYzktYjc1NDFkZTg0YmFmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImJPdGg1TXdMaUdYT2RVNTdnS0xwNWNpS2dhUjd5cFpyc3hnVnorU2RWV2s9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] doc: add API documentation for bnxt PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <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: Mon, 18 Sep 2017 18:22:19 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Monday, September 11, 2017 5:34 PM > To: Mcnamara, John <john.mcnamara@intel.com> > Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>; Stephen Hurd > <stephen.hurd@broadcom.com>; Ajit Khaparde <ajit.khaparde@broadcom.com>; > Wu, Jingjing <jingjing.wu@intel.com>; Zhang, Helin > <helin.zhang@intel.com>; Zhang, Helin <helin.zhang@intel.com>; Ananyev, > Konstantin <konstantin.ananyev@intel.com> > Subject: [PATCH 2/2] doc: add API documentation for bnxt PMD >=20 > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>