mbox series

[net-next,0/7] bnxt_en: Updates for net-next

Message ID 20240409215431.41424-1-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: Updates for net-next | expand

Message

Michael Chan April 9, 2024, 9:54 p.m. UTC
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().

Kalesh AP (1):
  bnxt_en: Remove a redundant NULL check in bnxt_register_dev()

Michael Chan (1):
  bnxt_en: Update MODULE_DESCRIPTION

Pavan Chebbi (1):
  bnxt_en: Skip ethtool RSS context configuration in ifdown state

Vikas Gupta (4):
  bnxt_en: Remove unneeded MSIX base structure fields and code
  bnxt_en: Refactor bnxt_rdma_aux_device_init/uninit functions
  bnxt_en: Change MSIX/NQs allocation policy
  bnxt_en: Utilize ulp client resources if RoCE is not registered

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 103 +++++++-----
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |   1 +
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c |   5 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 147 ++++++++++++------
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h |  14 +-
 5 files changed, 186 insertions(+), 84 deletions(-)

Comments

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

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

On Tue,  9 Apr 2024 14:54:24 -0700 you wrote:
> 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().
> 
> [...]

Here is the summary with links:
  - [net-next,1/7] bnxt_en: Skip ethtool RSS context configuration in ifdown state
    https://git.kernel.org/netdev/net-next/c/17b0dfa1f35b
  - [net-next,2/7] bnxt_en: Remove a redundant NULL check in bnxt_register_dev()
    https://git.kernel.org/netdev/net-next/c/43226dccd1bd
  - [net-next,3/7] bnxt_en: Remove unneeded MSIX base structure fields and code
    https://git.kernel.org/netdev/net-next/c/b58f5a9c7034
  - [net-next,4/7] bnxt_en: Refactor bnxt_rdma_aux_device_init/uninit functions
    https://git.kernel.org/netdev/net-next/c/194fad5b2781
  - [net-next,5/7] bnxt_en: Change MSIX/NQs allocation policy
    https://git.kernel.org/netdev/net-next/c/2e4592dc9bee
  - [net-next,6/7] bnxt_en: Utilize ulp client resources if RoCE is not registered
    https://git.kernel.org/netdev/net-next/c/d630624ebd70
  - [net-next,7/7] bnxt_en: Update MODULE_DESCRIPTION
    https://git.kernel.org/netdev/net-next/c/008ce0fd3903

You are awesome, thank you!