From: Michael Chan <michael.chan@broadcom.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, pavan.chebbi@broadcom.com,
andrew.gospodarek@broadcom.com
Subject: [PATCH net-next 0/7] bnxt_en: Updates for net-next
Date: Tue, 9 Apr 2024 14:54:24 -0700 [thread overview]
Message-ID: <20240409215431.41424-1-michael.chan@broadcom.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]
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(-)
--
2.30.1
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]
next reply other threads:[~2024-04-09 21:54 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-09 21:54 Michael Chan [this message]
2024-04-09 21:54 ` [PATCH net-next 1/7] bnxt_en: Skip ethtool RSS context configuration in ifdown state Michael Chan
2024-04-09 23:26 ` Jacob Keller
2024-04-09 23:51 ` Michael Chan
2024-04-10 19:29 ` Jacob Keller
2024-04-09 21:54 ` [PATCH net-next 2/7] bnxt_en: Remove a redundant NULL check in bnxt_register_dev() Michael Chan
2024-04-09 23:35 ` Jacob Keller
2024-04-09 21:54 ` [PATCH net-next 3/7] bnxt_en: Remove unneeded MSIX base structure fields and code Michael Chan
2024-04-09 23:36 ` Jacob Keller
2024-04-09 21:54 ` [PATCH net-next 4/7] bnxt_en: Refactor bnxt_rdma_aux_device_init/uninit functions Michael Chan
2024-04-09 23:37 ` Jacob Keller
2024-04-09 21:54 ` [PATCH net-next 5/7] bnxt_en: Change MSIX/NQs allocation policy Michael Chan
2024-04-09 23:40 ` Jacob Keller
2024-04-09 23:48 ` Michael Chan
2024-04-10 19:28 ` Jacob Keller
2024-04-09 21:54 ` [PATCH net-next 6/7] bnxt_en: Utilize ulp client resources if RoCE is not registered Michael Chan
2024-04-09 23:41 ` Jacob Keller
2024-04-09 21:54 ` [PATCH net-next 7/7] bnxt_en: Update MODULE_DESCRIPTION Michael Chan
2024-04-09 23:42 ` Jacob Keller
2024-04-11 3:10 ` [PATCH net-next 0/7] bnxt_en: Updates for net-next patchwork-bot+netdevbpf
-- strict thread matches above, loose matches on Subject: below --
2025-11-26 21:56 Michael Chan
2025-11-27 4:09 ` Jakub Kicinski
2024-04-30 22:44 Michael Chan
2019-10-30 7:59 Michael Chan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240409215431.41424-1-michael.chan@broadcom.com \
--to=michael.chan@broadcom.com \
--cc=andrew.gospodarek@broadcom.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pavan.chebbi@broadcom.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).