Merge branch 'bnxt_en-updates-for-net-next'
authorJakub Kicinski <kuba@kernel.org>
Thu, 11 Apr 2024 02:55:11 +0000 (19:55 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 11 Apr 2024 02:55:11 +0000 (19:55 -0700)
commit872c00cc2b4beaf521d57a5fb036b719ea908ea1
treef78c643f7baf885fd0d71512e570795f3f4483eb
parent930fd7fe10d977ef880654e926b3a2c3dd52c657
parent008ce0fd39036fb077d6b24ffd146ae5ebe3bd77
Merge branch 'bnxt_en-updates-for-net-next'

Michael Chan says:

====================
bnxt_en: Updates for net-next

The first patch prevents a driver crash when RSS contexts are
configred in ifdown state.  Patches 2 to 6 are improvements for
managing MSIX for the aux device (for RoCE).  The existing
scheme statically carves out the MSIX vectors for RoCE even if
the RoCE driver is not loaded.  The new scheme adds flexibility
and allows the L2 driver to use the RoCE MSIX vectors if needed
when they are unused by the RoCE driver.  The last patch updates
the MODULE_DESCRIPTION().
====================

Link: https://lore.kernel.org/r/20240409215431.41424-1-michael.chan@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>