]> git.dujemihanovic.xyz Git - linux.git/commit
Merge branch 'bnxt_en-msix-improvements'
authorJakub Kicinski <kuba@kernel.org>
Wed, 11 Sep 2024 01:42:48 +0000 (18:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 Sep 2024 01:42:49 +0000 (18:42 -0700)
commite35b0515bbc406de1b7e2703250e32c4acaeda38
treec405ce15387e8835a9c71275481ae4488d3ac242
parent955f5b1508629c27682c9e5f6bad47769908b47f
parentf77cdee5db06c6e4c30573889964c4cf1e3042a3
Merge branch 'bnxt_en-msix-improvements'

Michael Chan says:

====================
bnxt_en: MSIX improvements

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

Link: https://patch.msgid.link/20240909202737.93852-1-michael.chan@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>