From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 12B5E6C98 for ; Wed, 15 Jun 2016 17:28:58 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 15 Jun 2016 08:28:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,476,1459839600"; d="scan'208";a="122418621" Received: from fjafari-mobl2.ger.corp.intel.com ([10.252.16.213]) by fmsmga004.fm.intel.com with SMTP; 15 Jun 2016 08:28:55 -0700 Received: by (sSMTP sendmail emulation); Wed, 15 Jun 2016 16:28:54 +0025 Date: Wed, 15 Jun 2016 16:28:54 +0100 From: Bruce Richardson To: Stephen Hurd Cc: dev@dpdk.org, ajit.khaparde@broadcom.com Message-ID: <20160615152853.GE11536@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:28:59 -0000 One reminder for when sending future patchset - or other revisions of this set, please include a cover letter. Any patchset over 4/5 patches generally needs one, and it allows us to see the combined diffstats for the whole set. /Bruce 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