From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C2F002B86 for ; Fri, 30 Sep 2016 17:07:04 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 30 Sep 2016 08:07:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,273,1473145200"; d="scan'208";a="15018052" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga005.jf.intel.com with ESMTP; 30 Sep 2016 08:07:01 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by IRSMSX106.ger.corp.intel.com ([169.254.8.209]) with mapi id 14.03.0248.002; Fri, 30 Sep 2016 16:07:02 +0100 From: "Mcnamara, John" To: Ajit Khaparde , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 4/4] bnxt: Update the Broadcom PMD driver documentation Thread-Index: AQHSGnO46gG/14LFGkmeA4HwG9XLV6CSI5qQ Date: Fri, 30 Sep 2016 15:07:02 +0000 Message-ID: References: <20160929170408.GA52227@C02PT1RBG8WP.aus.broadcom.com> In-Reply-To: <20160929170408.GA52227@C02PT1RBG8WP.aus.broadcom.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTE1OTRjYWMtM2I2OS00ZWNjLWJmZTEtMTAzM2EyYWQzOGVjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InNPZFJHcDQzVjFxenhhWEtwQTF5YUFtUGY1bmJiYURMbHlNRFVEdlN0XC9RPSJ9 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 4/4] bnxt: Update the Broadcom PMD driver documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 15:07:05 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ajit Khaparde > Sent: Thursday, September 29, 2016 6:04 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 4/4] bnxt: Update the Broadcom PMD driver > documentation >=20 > This patch reformats the Broadcom PMD driver documentation based on > recommendations from previous review referenced below: > http://dpdk.org/dev/patchwork/patch/16144/ >=20 > Also since the PMD now loads on a VF interface, update the documentation > accordingly. >=20 > Signed-off-by: Ajit Khaparde Acked-by: John McNamara