netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] bnxt_en: MSIX improvements
@ 2024-09-09 20:27 Michael Chan
  2024-09-09 20:27 ` [PATCH net-next 1/3] bnxt_en: Increase the number of MSIX vectors for RoCE device Michael Chan
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Michael Chan @ 2024-09-09 20:27 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, kuba, pabeni, gospo, selvin.xavier,
	pavan.chebbi

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

-- 
2.30.1


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

end of thread, other threads:[~2024-09-11  2:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 20:27 [PATCH net-next 0/3] bnxt_en: MSIX improvements Michael Chan
2024-09-09 20:27 ` [PATCH net-next 1/3] bnxt_en: Increase the number of MSIX vectors for RoCE device Michael Chan
2024-09-10  8:33   ` Simon Horman
2024-09-09 20:27 ` [PATCH net-next 2/3] bnxt_en: Add MSIX check in bnxt_check_rings() Michael Chan
2024-09-10  8:34   ` Simon Horman
2024-09-09 20:27 ` [PATCH net-next 3/3] bnxt_en: resize bnxt_irq name field to fit format string Michael Chan
2024-09-10  8:34   ` Simon Horman
2024-09-11  2:10 ` [PATCH net-next 0/3] bnxt_en: MSIX improvements 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).