mbox series

[net-next,0/8] bnxt_en: Update for net-next

Message ID 20231020212757.173551-1-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: Update for net-next | expand

Message

Michael Chan Oct. 20, 2023, 9:27 p.m. UTC
The first 2 patches are fixes for the recently added hwmon changes.
The next 6 patches are enhancements to support ethtool lanes and
all the proper supported and advertised link modes.  Before these
patches, the driver was only supporting the link modes for copper
media.

Edwin Peer (5):
  bnxt_en: add infrastructure to lookup ethtool link mode
  bnxt_en: support lane configuration via ethtool
  bnxt_en: refactor speed independent ethtool modes
  bnxt_en: convert to linkmode_set_bit() API
  bnxt_en: extend media types to supported and autoneg modes

Kalesh AP (2):
  bnxt_en: Do not call sleeping hwmon_notify_event() from NAPI
  bnxt_en: Fix invoking hwmon_notify_event

Michael Chan (1):
  bnxt_en: Refactor NRZ/PAM4 link speed related logic

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 125 +++-
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |   3 +
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 650 +++++++++++++-----
 .../net/ethernet/broadcom/bnxt/bnxt_hwmon.c   |   4 +-
 .../net/ethernet/broadcom/bnxt/bnxt_hwmon.h   |   4 +-
 5 files changed, 564 insertions(+), 222 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 22, 2023, 10:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 20 Oct 2023 14:27:49 -0700 you wrote:
> The first 2 patches are fixes for the recently added hwmon changes.
> The next 6 patches are enhancements to support ethtool lanes and
> all the proper supported and advertised link modes.  Before these
> patches, the driver was only supporting the link modes for copper
> media.
> 
> Edwin Peer (5):
>   bnxt_en: add infrastructure to lookup ethtool link mode
>   bnxt_en: support lane configuration via ethtool
>   bnxt_en: refactor speed independent ethtool modes
>   bnxt_en: convert to linkmode_set_bit() API
>   bnxt_en: extend media types to supported and autoneg modes
> 
> [...]

Here is the summary with links:
  - [net-next,1/8] bnxt_en: Do not call sleeping hwmon_notify_event() from NAPI
    https://git.kernel.org/netdev/net-next/c/55862094a9d0
  - [net-next,2/8] bnxt_en: Fix invoking hwmon_notify_event
    https://git.kernel.org/netdev/net-next/c/fd78ec3fbc47
  - [net-next,3/8] bnxt_en: add infrastructure to lookup ethtool link mode
    https://git.kernel.org/netdev/net-next/c/ecdad2a69214
  - [net-next,4/8] bnxt_en: support lane configuration via ethtool
    https://git.kernel.org/netdev/net-next/c/d6263677bb1b
  - [net-next,5/8] bnxt_en: refactor speed independent ethtool modes
    https://git.kernel.org/netdev/net-next/c/94c89e73d377
  - [net-next,6/8] bnxt_en: Refactor NRZ/PAM4 link speed related logic
    https://git.kernel.org/netdev/net-next/c/5802e30317d9
  - [net-next,7/8] bnxt_en: convert to linkmode_set_bit() API
    https://git.kernel.org/netdev/net-next/c/64d20aea6e4b
  - [net-next,8/8] bnxt_en: extend media types to supported and autoneg modes
    https://git.kernel.org/netdev/net-next/c/5d4e1bf60664

You are awesome, thank you!