From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 3/5] bnxt: Add support for new HWRM version Date: Wed, 21 Sep 2016 12:07:20 +0100 Message-ID: <20160921110719.GG16464@bricha3-MOBL3> References: <1471302415-12019-1-git-send-email-ajit.khaparde@broadcom.com> <1471302415-12019-4-git-send-email-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Ajit Khaparde Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4E98F2142 for ; Wed, 21 Sep 2016 13:07:23 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1471302415-12019-4-git-send-email-ajit.khaparde@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 Mon, Aug 15, 2016 at 06:06:53PM -0500, Ajit Khaparde wrote: > Update HWRM specification to 1.3.0 release. > Hardware Resource Manager or HWRM in short, is a set of API provided > by the firmware running in the ASIC to manage the various resources. > > Signed-off-by: Ajit Khaparde > --- > drivers/net/bnxt/hsi_struct_def_dpdk.h | 4731 +++++++++++++++++--------------- > 1 file changed, 2445 insertions(+), 2286 deletions(-) > Hi Ajit, this patch is large, but seems to have quite a number of changes for indentation e.g. indentation of comments, and other whitespace changes. Can these changes be split out to make the diff smaller and code changes easier to see? Regards, /Bruce