mbox series

[v2,net,0/2] bnx2x: bug fixes

Message ID 20191211175956.11948-1-manishc@marvell.com
Headers show
Series bnx2x: bug fixes | expand

Message

Manish Chopra Dec. 11, 2019, 5:59 p.m. UTC
Hi David,

This series has two driver changes, one to fix some unexpected
hardware behaviour casued during the parity error recovery in
presence of SR-IOV VFs and another one related for fixing resource
management in the driver among the PFs configured on an engine.

Please consider applying it to "net".

V1->V2:
=======
Fix the compilation errors reported by kbuild test robot
on the patch #1 with CONFIG_BNX2X_SRIOV=n

Thanks,
Manish
 
Manish Chopra (2):
  bnx2x: Do not handle requests from VFs after parity
  bnx2x: Fix logic to get total no. of PFs per engine

 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h   |  2 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c  | 12 ++++++++++--
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h |  1 +
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c  | 12 ++++++++++++
 4 files changed, 24 insertions(+), 3 deletions(-)

Comments

Jakub Kicinski Dec. 14, 2019, 9:04 p.m. UTC | #1
On Wed, 11 Dec 2019 09:59:54 -0800, Manish Chopra wrote:
> This series has two driver changes, one to fix some unexpected
> hardware behaviour casued during the parity error recovery in
> presence of SR-IOV VFs and another one related for fixing resource
> management in the driver among the PFs configured on an engine.
> 
> Please consider applying it to "net".

Applied to net, thank you. I'm not queuing for stable because there
were no Fixes tags. Please try to provide those, even if they just
point at the initial driver commit.