From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahed Shaikh Subject: [PATCH net-next 0/3] bnx2x: enhancements Date: Thu, 20 Sep 2018 11:22:49 -0700 Message-ID: <20180920182252.13457-1-shahed.shaikh@cavium.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , Shahed Shaikh To: Return-path: Received: from mail-by2nam01on0068.outbound.protection.outlook.com ([104.47.34.68]:50222 "EHLO NAM01-BY2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726781AbeIUAIx (ORCPT ); Thu, 20 Sep 2018 20:08:53 -0400 Sender: netdev-owner@vger.kernel.org List-ID: From: Shahed Shaikh 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