From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v5 01/38] bnxt: new driver for Broadcom NetXtreme-C devices Date: Wed, 15 Jun 2016 16:30:17 +0100 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 Cc: dev@dpdk.org, ajit.khaparde@broadcom.com To: Stephen Hurd 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) Content-Disposition: inline In-Reply-To: <1465944971-113413-1-git-send-email-stephen.hurd@broadcom.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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