From: Shahed Shaikh <shahed.sha...@cavium.com> Hi Dave,
This series adds below changes - - support for VF spoof-check configuration through .ndo_set_vf_spoofchk. - workaround for MFW bug regarding unexpected bandwidth notifcation in single function mode. - supply VF link status as part of get VF config handling. Please apply this to net-next tree. Thanks, Shahed Shahed Shaikh (3): bnx2x: Add VF spoof-checking configuration bnx2x: Ignore bandwidth attention in single function mode bnx2x: Provide VF link status in ndo_get_vf_config drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 1 + drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 11 +++ drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c | 81 ++++++++++++++++++++++- drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h | 2 + 4 files changed, 93 insertions(+), 2 deletions(-) -- 1.8.3.1