From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8BBDD6C98 for ; Wed, 15 Jun 2016 17:30:21 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 15 Jun 2016 08:30:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,476,1459839600"; d="scan'208";a="122419645" Received: from fjafari-mobl2.ger.corp.intel.com ([10.252.16.213]) by fmsmga004.fm.intel.com with SMTP; 15 Jun 2016 08:30:18 -0700 Received: by (sSMTP sendmail emulation); Wed, 15 Jun 2016 16:30:17 +0025 Date: Wed, 15 Jun 2016 16:30:17 +0100 From: Bruce Richardson To: Stephen Hurd Cc: dev@dpdk.org, ajit.khaparde@broadcom.com Message-ID: <20160615153017.GF11536@bricha3-MOBL3> References: <1465250923-78695-1-git-send-email-stephen.hurd@broadcom.com> <1465944971-113413-1-git-send-email-stephen.hurd@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465944971-113413-1-git-send-email-stephen.hurd@broadcom.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v5 01/38] bnxt: new driver for Broadcom NetXtreme-C devices 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: Wed, 15 Jun 2016 15:30:22 -0000 On Tue, Jun 14, 2016 at 03:55:34PM -0700, Stephen Hurd wrote: > From: Ajit Khaparde > > This patch adds the initial skeleton for bnxt driver along with the > nic guide to tie into the build system. > At this point, the driver simply fails init. > > Signed-off-by: Ajit Khaparde > Signed-off-by: Stephen Hurd > Reviewed-by: David Christensen > > -- > v4: > Fix a warning that the document isn't included in any toctree > Also remove a PCI ID added erroneously. > > v5: > Re-format footer > --- > MAINTAINERS | 5 ++ > config/common_base | 5 ++ > doc/guides/nics/bnxt.rst | 49 +++++++++++ > doc/guides/nics/index.rst | 1 + Sorry I missed this in earlier reviews, but an update to the overview.rst doc is missing here. It needs a new column added for the new driver. Regards, /Bruce