mbox series

[net-next,00/12] bnxt_en: PTP and RSS updates

Message ID 20240325222902.220712-1-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: PTP and RSS updates | expand

Message

Michael Chan March 25, 2024, 10:28 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 29, 2024, 5:50 a.m. UTC | #1
Hello:

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

On Mon, 25 Mar 2024 15:28:50 -0700 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,01/12] bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query()
    https://git.kernel.org/netdev/net-next/c/7de3c2218eed
  - [net-next,02/12] bnxt_en: Retry PTP TX timestamp from FW for 1 second
    https://git.kernel.org/netdev/net-next/c/604041643a85
  - [net-next,03/12] bnxt_en: Add helper function bnxt_hwrm_vnic_rss_cfg_p5()
    https://git.kernel.org/netdev/net-next/c/1dcd70ba2437
  - [net-next,04/12] bnxt_en: Refactor VNIC alloc and cfg functions
    https://git.kernel.org/netdev/net-next/c/a4c11166a696
  - [net-next,05/12] bnxt_en: Introduce rss ctx structure, alloc/free functions
    https://git.kernel.org/netdev/net-next/c/fea41bd76634
  - [net-next,06/12] bnxt_en: Refactor RSS indir alloc/set functions
    https://git.kernel.org/netdev/net-next/c/ecb342bb6098
  - [net-next,07/12] bnxt_en: Simplify bnxt_rfs_capable()
    https://git.kernel.org/netdev/net-next/c/b09353437b28
  - [net-next,08/12] bnxt_en: Add a new_rss_ctx parameter to bnxt_rfs_capable()
    https://git.kernel.org/netdev/net-next/c/0895926f725a
  - [net-next,09/12] bnxt_en: Refactor bnxt_set_rxfh()
    https://git.kernel.org/netdev/net-next/c/77a614f7499e
  - [net-next,10/12] bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh()
    https://git.kernel.org/netdev/net-next/c/b3d0083caf9a
  - [net-next,11/12] bnxt_en: Refactor bnxt_cfg_rfs_ring_tbl_idx()
    https://git.kernel.org/netdev/net-next/c/61c814bf4ad7
  - [net-next,12/12] bnxt_en: Support adding ntuple rules on RSS contexts
    https://git.kernel.org/netdev/net-next/c/2f4f9fe5bf5f

You are awesome, thank you!