mbox series

[0/5] net/bnx2x: update to latest FW

Message ID 20190906072548.12304-1-rmody@marvell.com (mailing list archive)
Headers
Series net/bnx2x: update to latest FW |

Message

Rasesh Mody Sept. 6, 2019, 7:25 a.m. UTC
  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.

Thanks!
-Rasesh

Rasesh Mody (5):
  net/bnx2x: update and reorganize HW registers
  net/bnx2x: update HSI code
  net/bnx2x: update to latest FW 7.13.11
  doc: cleanup SPDX license id usage in bnx2x guide
  net/bnx2x: change PMD version to 1.1.0.1

 doc/guides/nics/bnx2x.rst          |   26 -
 drivers/net/bnx2x/bnx2x.c          |   62 +-
 drivers/net/bnx2x/bnx2x.h          |   95 +-
 drivers/net/bnx2x/bnx2x_osal.h     |   27 +
 drivers/net/bnx2x/bnx2x_rxtx.c     |   10 +-
 drivers/net/bnx2x/ecore_fw_defs.h  |  252 +-
 drivers/net/bnx2x/ecore_hsi.h      | 3507 +++++++++-------
 drivers/net/bnx2x/ecore_init.h     |  212 +-
 drivers/net/bnx2x/ecore_init_ops.h |  224 +-
 drivers/net/bnx2x/ecore_mfw_req.h  |   10 +-
 drivers/net/bnx2x/ecore_reg.h      | 6246 ++++++++++++++++++----------
 drivers/net/bnx2x/ecore_sp.c       |   48 +-
 drivers/net/bnx2x/ecore_sp.h       |  319 +-
 13 files changed, 6852 insertions(+), 4186 deletions(-)
 create mode 100644 drivers/net/bnx2x/bnx2x_osal.h
  

Comments

Jerin Jacob Sept. 12, 2019, 12:11 p.m. UTC | #1
On Fri, Sep 6, 2019 at 12:56 PM Rasesh Mody <rmody@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.
>
> Thanks!
> -Rasesh
>
> Rasesh Mody (5):
>   net/bnx2x: update and reorganize HW registers
>   net/bnx2x: update HSI code
>   net/bnx2x: update to latest FW 7.13.11
>   doc: cleanup SPDX license id usage in bnx2x guide
>   net/bnx2x: change PMD version to 1.1.0.1

I think, The last patch can be squashed to "net/bnx2x: update to
latest FW 7.13.11" patch.

There are tons of checkpatch errors with this patch series. Please fix
as much as possible and send v2.

http://mails.dpdk.org/archives/test-report/2019-September/096011.html
http://mails.dpdk.org/archives/test-report/2019-September/096013.html
http://mails.dpdk.org/archives/test-report/2019-September/096012.html
  
Rasesh Mody Sept. 12, 2019, 10 p.m. UTC | #2
Hi Jerin,

>From: Jerin Jacob <jerinjacobk@gmail.com>
>Sent: Thursday, September 12, 2019 5:12 AM
>
>----------------------------------------------------------------------
>On Fri, Sep 6, 2019 at 12:56 PM Rasesh Mody <rmody@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.
>>
>> Thanks!
>> -Rasesh
>>
>> Rasesh Mody (5):
>>   net/bnx2x: update and reorganize HW registers
>>   net/bnx2x: update HSI code
>>   net/bnx2x: update to latest FW 7.13.11
>>   doc: cleanup SPDX license id usage in bnx2x guide
>>   net/bnx2x: change PMD version to 1.1.0.1
>
>I think, The last patch can be squashed to "net/bnx2x: update to latest FW
>7.13.11" patch.
>
>There are tons of checkpatch errors with this patch series. Please fix as much
>as possible and send v2.
>
>http://mails.dpdk.org/archives/test-report/2019-September/096011.html
>http://mails.dpdk.org/archives/test-report/2019-September/096013.html
>http://mails.dpdk.org/archives/test-report/2019-September/096012.html

I will send a v2 addressing the review comments.

Thanks!
-Rasesh