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 00/12] bnxt_en: PTP and RSS updates
Date: Mon, 25 Mar 2024 15:28:50 -0700 [thread overview]
Message-ID: <20240325222902.220712-1-michael.chan@broadcom.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1475 bytes --]
The first 2 patches are v2 of the PTP patches posted about 3 weeks ago:
https://lore.kernel.org/netdev/20240229070202.107488-1-michael.chan@broadcom.com/
The devlink parameter is dropped and v2 is just to increase the timeout
accuracy and to use a default timeout of 1 second.
Patches 3 to 12 implement additional RSS contexts and ntuple filters for
the RSS contexts.
Michael Chan (3):
bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query()
bnxt_en: Simplify bnxt_rfs_capable()
bnxt_en: Refactor bnxt_set_rxfh()
Pavan Chebbi (9):
bnxt_en: Retry PTP TX timestamp from FW for 1 second
bnxt_en: Add helper function bnxt_hwrm_vnic_rss_cfg_p5()
bnxt_en: Refactor VNIC alloc and cfg functions
bnxt_en: Introduce rss ctx structure, alloc/free functions
bnxt_en: Refactor RSS indir alloc/set functions
bnxt_en: Add a new_rss_ctx parameter to bnxt_rfs_capable()
bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh()
bnxt_en: Refactor bnxt_cfg_rfs_ring_tbl_idx()
bnxt_en: Support adding ntuple rules on RSS contexts
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 348 ++++++++++++------
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 39 +-
.../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 221 +++++++++--
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c | 30 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h | 5 +
drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 2 +-
6 files changed, 509 insertions(+), 136 deletions(-)
--
2.30.1
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]
next reply other threads:[~2024-03-25 22:29 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-25 22:28 Michael Chan [this message]
2024-03-25 22:28 ` [PATCH net-next 01/12] bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query() Michael Chan
2024-03-28 5:51 ` Vadim Fedorenko
2024-03-25 22:28 ` [PATCH net-next 02/12] bnxt_en: Retry PTP TX timestamp from FW for 1 second Michael Chan
2024-03-28 6:02 ` Vadim Fedorenko
2024-03-25 22:28 ` [PATCH net-next 03/12] bnxt_en: Add helper function bnxt_hwrm_vnic_rss_cfg_p5() Michael Chan
2024-03-25 22:28 ` [PATCH net-next 04/12] bnxt_en: Refactor VNIC alloc and cfg functions Michael Chan
2024-03-25 22:28 ` [PATCH net-next 05/12] bnxt_en: Introduce rss ctx structure, alloc/free functions Michael Chan
2024-03-25 22:28 ` [PATCH net-next 06/12] bnxt_en: Refactor RSS indir alloc/set functions Michael Chan
2024-03-25 22:28 ` [PATCH net-next 07/12] bnxt_en: Simplify bnxt_rfs_capable() Michael Chan
2024-03-25 22:28 ` [PATCH net-next 08/12] bnxt_en: Add a new_rss_ctx parameter to bnxt_rfs_capable() Michael Chan
2024-03-25 22:28 ` [PATCH net-next 09/12] bnxt_en: Refactor bnxt_set_rxfh() Michael Chan
2024-03-25 22:29 ` [PATCH net-next 10/12] bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh() Michael Chan
2024-03-26 10:50 ` Edward Cree
2024-03-26 11:43 ` Pavan Chebbi
2024-03-25 22:29 ` [PATCH net-next 11/12] bnxt_en: Refactor bnxt_cfg_rfs_ring_tbl_idx() Michael Chan
2024-03-25 22:29 ` [PATCH net-next 12/12] bnxt_en: Support adding ntuple rules on RSS contexts Michael Chan
2024-03-29 5:50 ` [PATCH net-next 00/12] bnxt_en: PTP and RSS updates patchwork-bot+netdevbpf
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=20240325222902.220712-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).