From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f175.google.com (mail-io0-f175.google.com [209.85.223.175]) by dpdk.org (Postfix) with ESMTP id 4C4CB374E for ; Wed, 21 Sep 2016 17:37:45 +0200 (CEST) Received: by mail-io0-f175.google.com with SMTP id r145so56752539ior.0 for ; Wed, 21 Sep 2016 08:37:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Nx0oOLeUf0R3aiBMn1UmuiY9IGoR8l1mJpt8o+ye02g=; b=YANKMFwSZMM0suRCeJhN27RJ8l6zOchE0uOCw3q9LmQ0CQDVawkaLA1Hvc0E6BJN9E zV4i0Is54ePQrtYZsQ4afsdVZmGT/rE43RzkgEW4AWLRUPkC+hg1hfZenEzP7wBn/qOh +l7ZJJP++H4LZ/GA89orOFZwmvrX6dQCuJqHs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Nx0oOLeUf0R3aiBMn1UmuiY9IGoR8l1mJpt8o+ye02g=; b=Z3WB0YdtAq+vKBbksqFLBPSLkKqNUEyKwAgaAd2n4kA37NCNcdior6eGgvqNQNheeJ gRiJkC9W8ycSl0zt8YQ80rB/GEf5vhB/Xey/b71MiuiPdXg42GxI+LOlhinekprHE8Ot bcncejCQkOwHWe3Glc/2qo6SRUxyqNO0fhaxS2hzW9MuEC4ShW5Ju3XQQdB22/4GHJdc ekdx0jV2PMcL2WN0ybkcsdxIiPJSdkPCybgnL/QVDAzVHSOSvpEm2DSHChcBz5IHnhEW LRu541LVg+zze5pQScONIw3/ewNPeIzhz47T61axvauEr9gV9cyIMGtnvFK805mIYNYK pb+A== X-Gm-Message-State: AE9vXwN0lBXuXtksu6pCzZiCTIZ9LTYajYAfiz3BFnTuo2tXcGvQYSYWAPmfo1wzYqC4jFfHiqH3UNZxmMFNGqdP X-Received: by 10.107.14.8 with SMTP id 8mr50425846ioo.155.1474472264505; Wed, 21 Sep 2016 08:37:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.195.225 with HTTP; Wed, 21 Sep 2016 08:37:03 -0700 (PDT) In-Reply-To: <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> <20160921110719.GG16464@bricha3-MOBL3> From: Ajit Khaparde Date: Wed, 21 Sep 2016 10:37:03 -0500 Message-ID: To: Bruce Richardson Cc: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 3/5] bnxt: Add support for new HWRM version 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, 21 Sep 2016 15:37:45 -0000 On Wed, Sep 21, 2016 at 6:07 AM, Bruce Richardson < bruce.richardson@intel.com> wrote: > 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? > =E2=80=8BI will try to do something. Thanks > > Regards, > /Bruce >