netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/12] bnxt_en: PTP and RSS updates
@ 2024-03-25 22:28 Michael Chan
  2024-03-25 22:28 ` [PATCH net-next 01/12] bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query() Michael Chan
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Michael Chan @ 2024-03-25 22:28 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, kuba, pabeni, pavan.chebbi, andrew.gospodarek

[-- 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 --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-03-29  5:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 22:28 [PATCH net-next 00/12] bnxt_en: PTP and RSS updates Michael Chan
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

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).