On Thu, Oct 3, 2019 at 12:18 PM Rasesh Mody <rm...@marvell.com> wrote: > > >From: Jerin Jacob <jerinjac...@gmail.com> > >Sent: Wednesday, October 02, 2019 10:57 PM > > > >On Thu, Oct 3, 2019 at 12:45 AM Rasesh Mody <rm...@marvell.com> 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 and > >genuine check path errors. > > These are base driver changes for updating the FW to latest. The remaining > checkpatch issues in this patch set are to keep uniformity and readability 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 changes), > independent of this patch set. Next when there is such a checkpatch code > 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.