From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 01/40] bnxt: new driver for Broadcom NetXtreme-C devices Date: Wed, 25 May 2016 16:02:17 +0100 Message-ID: <20160525150216.GA12776@bricha3-MOBL3> References: <1463179589-82681-1-git-send-email-stephen.hurd@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Stephen Hurd Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8BAA8374F for ; Wed, 25 May 2016 17:02:41 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1463179589-82681-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 Fri, May 13, 2016 at 03:45:50PM -0700, Stephen Hurd wrote: > Initial skeleton simply fails init. > Add nic guide and tie into build system. > > Signed-off-by: Stephen Hurd > --- > MAINTAINERS | 5 ++ > config/common_base | 5 ++ > doc/guides/nics/bnxt.rst | 49 +++++++++++ > drivers/net/Makefile | 1 + > drivers/net/bnxt/Makefile | 63 ++++++++++++++ > drivers/net/bnxt/bnxt_ethdev.c | 104 ++++++++++++++++++++++++ > drivers/net/bnxt/rte_pmd_bnxt_version.map | 4 + > lib/librte_eal/common/include/rte_pci_dev_ids.h | 40 +++++++-- > mk/rte.app.mk | 1 + > 9 files changed, 267 insertions(+), 5 deletions(-) > create mode 100644 doc/guides/nics/bnxt.rst > create mode 100644 drivers/net/bnxt/Makefile > create mode 100644 drivers/net/bnxt/bnxt_ethdev.c > create mode 100644 drivers/net/bnxt/rte_pmd_bnxt_version.map > Great to see this patchset split up finer grained, and it getting compiled from the start. Thanks for the work. One error that gets flagged by the automated patch checks here is that, although you add in a new doc for the new driver in this patch, that document is not included in the overall NIC guides document. /home/bruce/next-net/dpdk-next-net/doc/guides/nics/bnxt.rst:: WARNING: document isn't included in any toctree Regards, /Bruce