Message ID | 20240409215431.41424-1-michael.chan@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | bnxt_en: Updates for net-next | expand |
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!