netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net 0/2] bnx2x: bug fixes
@ 2019-12-11 17:59 Manish Chopra
  2019-12-11 17:59 ` [PATCH v2 net 1/2] bnx2x: Do not handle requests from VFs after parity Manish Chopra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Manish Chopra @ 2019-12-11 17:59 UTC (permalink / raw)
  To: davem; +Cc: netdev, aelior, skalluru

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(-)

-- 
2.18.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-14 21:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-11 17:59 [PATCH v2 net 0/2] bnx2x: bug fixes Manish Chopra
2019-12-11 17:59 ` [PATCH v2 net 1/2] bnx2x: Do not handle requests from VFs after parity Manish Chopra
2019-12-11 17:59 ` [PATCH v2 net 2/2] bnx2x: Fix logic to get total no. of PFs per engine Manish Chopra
2019-12-14 21:04 ` [PATCH v2 net 0/2] bnx2x: bug fixes Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).