mbox series

[net,0/3] bnxt_en: 3 Bug fixes

Message ID 20230329013021.5205-1-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: 3 Bug fixes | expand

Message

Michael Chan March 29, 2023, 1:30 a.m. UTC
This series contains 3 small bug fixes covering ethtool self test, PCI
ID string typos, and some missing 200G link speed ethtool reporting logic.

Kalesh AP (2):
  bnxt_en: Fix reporting of test result in ethtool selftest
  bnxt_en: Fix typo in PCI id to device description string mapping

Michael Chan (1):
  bnxt_en: Add missing 200G link speed reporting

 drivers/net/ethernet/broadcom/bnxt/bnxt.c         | 8 ++++----
 drivers/net/ethernet/broadcom/bnxt/bnxt.h         | 1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 3 +++
 3 files changed, 8 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 30, 2023, 4:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 28 Mar 2023 18:30:18 -0700 you wrote:
> This series contains 3 small bug fixes covering ethtool self test, PCI
> ID string typos, and some missing 200G link speed ethtool reporting logic.
> 
> Kalesh AP (2):
>   bnxt_en: Fix reporting of test result in ethtool selftest
>   bnxt_en: Fix typo in PCI id to device description string mapping
> 
> [...]

Here is the summary with links:
  - [net,1/3] bnxt_en: Fix reporting of test result in ethtool selftest
    https://git.kernel.org/netdev/net/c/83714dc3db0e
  - [net,2/3] bnxt_en: Fix typo in PCI id to device description string mapping
    https://git.kernel.org/netdev/net/c/62aad36ed31a
  - [net,3/3] bnxt_en: Add missing 200G link speed reporting
    https://git.kernel.org/netdev/net/c/581bce7bcb7e

You are awesome, thank you!