net/bnx2x: update to latest FW 7.13.11
authorRasesh Mody <rmody@marvell.com>
Wed, 2 Oct 2019 19:14:56 +0000 (12:14 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 8 Oct 2019 10:14:31 +0000 (12:14 +0200)
commit0cb4150f82ff77e1c74826ae425f36388d9172fb
treee2eec5987285bec1d652d94844c3821c44882a46
parent38dff79ba7360f7171303300fadc4f00592d8630
net/bnx2x: update to latest FW 7.13.11

Use latest firmware 7.13.11.

7.13.11 FW changelog:
    - Packets from a VF with pvid configured which were sent with a
      different vlan were transmitted instead of being discarded.
    - In some multi-function configurations, inter-PF and inter-VF
      Tx switching is incorrectly enabled.
    - Wrong assert code in FLR final cleanup in case it is sent not
      after FLR.
    - Chip may stall in very rare cases under heavy traffic with FW GRO
      enabled.
    - VF malicious notification error fixes.
    - Default gre tunnel to IPGRE which allows proper RSS for IPGRE
      packets, L2GRE traffic will reach single queue.
    - Removes unnecessary internal mem config, latest FW performs this
      autonomously.

Update the PMD version to 1.1.0.1.

Signed-off-by: Rasesh Mody <rmody@marvell.com>
doc/guides/nics/bnx2x.rst
drivers/net/bnx2x/bnx2x.c
drivers/net/bnx2x/bnx2x.h
drivers/net/bnx2x/ecore_fw_defs.h
drivers/net/bnx2x/ecore_hsi.h
drivers/net/bnx2x/ecore_init.h
drivers/net/bnx2x/ecore_init_ops.h
drivers/net/bnx2x/ecore_mfw_req.h
drivers/net/bnx2x/ecore_sp.c
drivers/net/bnx2x/ecore_sp.h