mbox series

[net-next,0/3] bnxt_en: MSIX improvements

Message ID 20240909202737.93852-1-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: MSIX improvements | expand

Message

Michael Chan Sept. 9, 2024, 8:27 p.m. UTC
This patchset makes some improvements related to MSIX.  The first
patch adjusts the default MSIX vectors assigned for RoCE.  On the
PF, the number of MSIX is increased to 64 from the current 9.  The
second patch allocates additional MSIX vectors ahead of time when
changing ethtool channels if dynamic MSIX is supported.  The 3rd
patch makes sure that the IRQ name is not truncated.

Edwin Peer (1):
  bnxt_en: resize bnxt_irq name field to fit format string

Michael Chan (2):
  bnxt_en: Increase the number of MSIX vectors for RoCE device
  bnxt_en: Add MSIX check in bnxt_check_rings()

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 19 ++++++++++++++++++-
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |  5 ++++-
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 11 ++++++-----
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 14 ++++++++++----
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h |  6 ++++--
 5 files changed, 42 insertions(+), 13 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 11, 2024, 2:10 a.m. UTC | #1
Hello:

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

On Mon,  9 Sep 2024 13:27:34 -0700 you wrote:
> This patchset makes some improvements related to MSIX.  The first
> patch adjusts the default MSIX vectors assigned for RoCE.  On the
> PF, the number of MSIX is increased to 64 from the current 9.  The
> second patch allocates additional MSIX vectors ahead of time when
> changing ethtool channels if dynamic MSIX is supported.  The 3rd
> patch makes sure that the IRQ name is not truncated.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] bnxt_en: Increase the number of MSIX vectors for RoCE device
    https://git.kernel.org/netdev/net-next/c/f775cb1bbfd5
  - [net-next,2/3] bnxt_en: Add MSIX check in bnxt_check_rings()
    https://git.kernel.org/netdev/net-next/c/2d51eb0bd81c
  - [net-next,3/3] bnxt_en: resize bnxt_irq name field to fit format string
    https://git.kernel.org/netdev/net-next/c/f77cdee5db06

You are awesome, thank you!