[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1619295271-30853-1-git-send-email-michael.chan@broadcom.com>
Date: Sat, 24 Apr 2021 16:14:21 -0400
From: Michael Chan <michael.chan@...adcom.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, kuba@...nel.org, gospo@...adcom.com
Subject: [PATCH net-next 00/10] bnxt_en: Updates for net-next.
This series includes these main enhancements:
1. Link related changes
- add NRZ/PAM4 link signal mode to the link up message if known
- rely on firmware to bring down the link during ifdown
2. SRIOV related changes
- allow VF promiscuous mode if the VF is trusted
- allow ndo operations to configure VF when the PF is ifdown
- fix the scenario of the VF taking back control of it's MAC address
- add Hyper-V VF device IDs
3. Support the option to transmit without FCS/CRC.
4. Implement .ndo_features_check() to disable offload when the UDP
encap. packets are not supported.
Edwin Peer (3):
bnxt_en: report signal mode in link up messages
bnxt_en: allow promiscuous mode for trusted VFs
bnxt_en: allow VF config ops when PF is closed
Michael Chan (7):
bnxt_en: Add a new phy_flags field to the main driver structure.
bnxt_en: Add support for fw managed link down feature.
bnxt_en: Move bnxt_approve_mac().
bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the
VF MAC.
bnxt_en: Add PCI IDs for Hyper-V VF devices.
bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet
FCS.
bnxt_en: Implement .ndo_features_check().
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 141 +++++++++++++-----
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 23 ++-
.../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 8 +-
.../net/ethernet/broadcom/bnxt/bnxt_sriov.c | 74 ++++-----
.../net/ethernet/broadcom/bnxt/bnxt_sriov.h | 1 +
5 files changed, 165 insertions(+), 82 deletions(-)
--
2.18.1
Download attachment "smime.p7s" of type "application/pkcs7-signature" (4209 bytes)
Powered by blists - more mailing lists