From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DD4BBA2F67 for ; Fri, 4 Oct 2019 11:32:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1E0121C1DB; Fri, 4 Oct 2019 11:32:18 +0200 (CEST) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) by dpdk.org (Postfix) with ESMTP id 9D5491C1D4 for ; Fri, 4 Oct 2019 11:32:16 +0200 (CEST) Received: by mail-io1-f67.google.com with SMTP id h144so12042850iof.7 for ; Fri, 04 Oct 2019 02:32:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=FB+cR/ymAxqs8cP3oaK+gBfmzldmdGmFA3RCs6tl60k=; b=YqznTdy6tufAJm5zmJBb3fCxmOTVJij5Ceeni1657gUxw2mTOnmSmz9vI0GfCSMjid ySW9UzORBk28dNKTWXWftlpj9AIUCvaCORv9XxlO94oOEUZPnuaMWYdJkKlcoGB9Egoz XyspZADiKoa1ROJoXPpJw4r2LmfcxjN5z9JpVWn3xOBW76NAlS/1C1FSRXmVKp0jKNVD hTNJ7ium6WdFgZYK+VTZNILJv0t9X/58MEVwVVfz8R27JbvMdEE7viU6J5XOIV5gtPGp vCqJ1weqFCP2SGqIgTqdAJ5e77HLAoCV53LOsR7atTavXrfUkYsrAzvUVBsai9HDm4DF KVdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=FB+cR/ymAxqs8cP3oaK+gBfmzldmdGmFA3RCs6tl60k=; b=uaPnVWTmnNHemOiXcxDTVepVmfAMEvkjXW4frLb/YPoLADOefTU3PYc25mM7DeIPQ0 kWY5slno6L5UPZWNN3COK/KnIfW3jkVYZCqEigdqTW6qkwvANnCQGtIlxQppWYcfAD6D hwhKuf8lMMDaYXkGcqoChtoQxpwwPs3JuZVGTiY5Ggh01i4OL5iWjhdoRhz081ylMAMw CwrjvmATRaDJkPMmDMWnkOepqfkPNZGtp/nWz6UO3HScJkpNvuYD1Iy2yRPOudf5oDNH NSKvsEy+JkLSyf+l8m+0Xa+Ii6uRP/6JN3LHatPwkKGyAo2W3QPCYIilPIhEwolTBXAP BmNw== X-Gm-Message-State: APjAAAWS1V4Zw9JAG8JKqfGKV+cOpd9KIvZEehHvE1Dn/pCaGKQy6Ixi JBFHoG6f8XLTqmWfI7obEeEp+XJMo7PTmIGX/L0= X-Google-Smtp-Source: APXvYqxFT4+C3e3ZqFQ4nEjUbzgxkOFT/SFK4H2lAmkVEqTnu0OOzVtYIDWfVKNvDZspRgnpexJ68ZvaiRZs13l9FkQ= X-Received: by 2002:a92:1598:: with SMTP id 24mr14033800ilv.60.1570181535535; Fri, 04 Oct 2019 02:32:15 -0700 (PDT) MIME-Version: 1.0 References: <20190906072548.12304-1-rmody@marvell.com> <20191002191456.28488-1-rmody@marvell.com> In-Reply-To: From: Jerin Jacob Date: Fri, 4 Oct 2019 15:02:04 +0530 Message-ID: To: Rasesh Mody Cc: dpdk-dev , Jerin Jacob Kollanukkaran , Ferruh Yigit , GR-Everest-DPDK-Dev Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v3 0/3] net/bnx2x: update to latest FW X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Oct 3, 2019 at 12:18 PM Rasesh Mody wrote: > > >From: Jerin Jacob > >Sent: Wednesday, October 02, 2019 10:57 PM > > > >On Thu, Oct 3, 2019 at 12:45 AM Rasesh Mody wrote: > >> > >> Hi, > >> > >> Currently, BNX2X PMD uses a very old firmware 7.2.51. > >> This patch series updated the base driver to use to latest firmware > >> 7.13.11. The latest firmware comprises of enhancements and fixes. > >> > >> v3: > >> - Addressed gcc 9.2 build issues > >> v2: > >> - Squashed pmd version patch into "net/bnx2x: update to latest FW 7.13= .11" > >> - Addressed most of checkpatch issues > >> > >> Thanks! > >> -Rasesh > >> > >> Rasesh Mody (3): > >> net/bnx2x: update and reorganize HW registers > >> net/bnx2x: update HSI code > >> net/bnx2x: update to latest FW 7.13.11 > > > >I don't think this patch comes as _base_ code, Please fix the trivial an= d > >genuine check path errors. > > These are base driver changes for updating the FW to latest. The remainin= g checkpatch issues in this patch set are to keep uniformity and readabilit= y of the base code. > Cleaning up base code to remove these and other checkpatch issues in same= context would be a separate activity(as it would result in lot more change= s), independent of this patch set. Next when there is such a checkpatch cod= e cleanup, we'll try to address the issues. > > Please apply these changes or let me know if v4 is needed. Fixed WARNING:TYPO_SPELLING warning. Series applied to dpdk-next-net-mrvl/master. Thanks.