netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 00/10] bnxt_en: updates for net-next.
@ 2016-02-26  8:59 Michael Chan
  2016-02-26  8:59 ` [PATCH net-next v2 01/10] bnxt_en: Improve bnxt_vf_update_mac() Michael Chan
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Michael Chan @ 2016-02-26  8:59 UTC (permalink / raw)
  To: davem; +Cc: netdev

Miscellaneous updates covering SRIOV, IRQ coalescing, firmware logging and
package version for net-next.  Thanks. 

v2: Updated description and added more comments for patch 1.  Fixed
function parameters formatting for patch 4.

Jeffrey Huang (1):
  bnxt_en: Send PF driver unload notification to all VFs.

Michael Chan (8):
  bnxt_en: Improve bnxt_vf_update_mac().
  bnxt_en: Store irq coalescing timer values in micro seconds.
  bnxt_en: Refactor bnxt_hwrm_set_coal().
  bnxt_en: Add coalescing support for tx rings.
  bnxt_en: Use firmware provided message timeout value.
  bnxt_en: Fix dmesg log firmware error messages.
  bnxt_en: Refactor _hwrm_send_message().
  bnxt_en: Add hwrm_send_message_silent().

Rob Swindell (1):
  bnxt_en: Add installed-package firmware version reporting via Ethtool
    GDRVINFO

 drivers/net/ethernet/broadcom/bnxt/bnxt.c          | 166 ++++++++++++++-------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h          |  35 ++---
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c  | 126 ++++++++++++++--
 drivers/net/ethernet/broadcom/bnxt/bnxt_nvm_defs.h |  14 ++
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c    |  63 +++++++-
 5 files changed, 313 insertions(+), 91 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH net-next v2 00/10] bnxt_en: Updates for net-next.
@ 2021-04-25 17:45 Michael Chan
  2021-04-26  2:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 16+ messages in thread
From: Michael Chan @ 2021-04-25 17:45 UTC (permalink / raw)
  To: davem; +Cc: netdev, kuba, gospo

[-- Attachment #1: Type: text/plain, Size: 1661 bytes --]

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.

v2: Patch10: Reverse the check for supported UDP ports to be more straight
forward.

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     | 142 +++++++++++++-----
 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, 166 insertions(+), 82 deletions(-)

-- 
2.18.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH net-next v2 00/10] bnxt_en: Updates for net-next
@ 2025-09-17  4:08 Michael Chan
  2025-09-18 11:40 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 16+ messages in thread
From: Michael Chan @ 2025-09-17  4:08 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, kuba, pabeni, andrew+netdev, pavan.chebbi,
	andrew.gospodarek

This series includes some code clean-ups and optimizations.  New features
include 2 new backing store memory types to collect FW logs for core
dumps, dynamic SRIOV resource allocations for RoCE, and ethtool tunable
for PFC watchdog.

v2: Drop patch #4.  The patch makes the code different from the original
bnxt_hwrm_func_backing_store_cfg_v2() that allows instance_bmap to have
bits that are not contiguous.  It is safer to keep the original code.

v1: https://lore.kernel.org/netdev/20250915030505.1803478-1-michael.chan@broadcom.com/

Anantha Prabhu (1):
  bnxt_en: Support for RoCE resources dynamically shared within VFs.

Kalesh AP (4):
  bnxt_en: Drop redundant if block in bnxt_dl_flash_update()
  bnxt_en: Remove unnecessary VF check in bnxt_hwrm_nvm_req()
  bnxt_en: Optimize bnxt_sriov_disable()
  bnxt_en: Use VLAN_ETH_HLEN when possible

Kashyap Desai (1):
  bnxt_en: Add err_qpc backing store handling

Michael Chan (3):
  bnxt_en: Improve bnxt_backing_store_cfg_v2()
  bnxt_en: Implement ethtool .get_tunable() for
    ETHTOOL_PFC_PREVENTION_TOUT
  bnxt_en: Implement ethtool .set_tunable() for
    ETHTOOL_PFC_PREVENTION_TOUT

Shruti Parab (1):
  bnxt_en: Add fw log trace support for 5731X/5741X chips

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 57 ++++++++++++-----
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |  9 ++-
 .../ethernet/broadcom/bnxt/bnxt_coredump.c    |  4 +-
 .../ethernet/broadcom/bnxt/bnxt_coredump.h    |  2 +
 .../net/ethernet/broadcom/bnxt/bnxt_devlink.c | 13 ----
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 45 +++++++++++++-
 .../net/ethernet/broadcom/bnxt/bnxt_sriov.c   | 21 ++++++-
 .../net/ethernet/broadcom/bnxt/bnxt_sriov.h   |  2 +-
 include/linux/bnxt/hsi.h                      | 61 +++++++++++++++++++
 9 files changed, 180 insertions(+), 34 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2025-09-18 11:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26  8:59 [PATCH net-next v2 00/10] bnxt_en: updates for net-next Michael Chan
2016-02-26  8:59 ` [PATCH net-next v2 01/10] bnxt_en: Improve bnxt_vf_update_mac() Michael Chan
2016-02-26  9:00 ` [PATCH net-next v2 02/10] bnxt_en: Send PF driver unload notification to all VFs Michael Chan
2016-02-26  9:00 ` [PATCH net-next v2 03/10] bnxt_en: Store irq coalescing timer values in micro seconds Michael Chan
2016-02-26  9:00 ` [PATCH net-next v2 04/10] bnxt_en: Refactor bnxt_hwrm_set_coal() Michael Chan
2016-02-26  9:00 ` [PATCH net-next v2 05/10] bnxt_en: Add coalescing support for tx rings Michael Chan
2016-02-26  9:00 ` [PATCH net-next v2 06/10] bnxt_en: Use firmware provided message timeout value Michael Chan
2016-02-26  9:00 ` [PATCH net-next v2 07/10] bnxt_en: Fix dmesg log firmware error messages Michael Chan
2016-02-26  9:00 ` [PATCH net-next v2 08/10] bnxt_en: Add installed-package firmware version reporting via Ethtool GDRVINFO Michael Chan
2016-02-26  9:00 ` [PATCH net-next v2 09/10] bnxt_en: Refactor _hwrm_send_message() Michael Chan
2016-02-26  9:00 ` [PATCH net-next v2 10/10] bnxt_en: Add hwrm_send_message_silent() Michael Chan
2016-03-01 20:46 ` [PATCH net-next v2 00/10] bnxt_en: updates for net-next David Miller
  -- strict thread matches above, loose matches on Subject: below --
2021-04-25 17:45 [PATCH net-next v2 00/10] bnxt_en: Updates " Michael Chan
2021-04-26  2:00 ` patchwork-bot+netdevbpf
2025-09-17  4:08 Michael Chan
2025-09-18 11:40 ` patchwork-bot+netdevbpf

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