netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] mlx5: Support HWS flow meter/sampler actions in FS core
@ 2025-03-09 18:07 Tariq Toukan
  2025-03-09 18:07 ` [PATCH net-next 1/3] net/mlx5: fs, add API for sharing HWS action by refcount Tariq Toukan
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Tariq Toukan @ 2025-03-09 18:07 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Andrew Lunn
  Cc: Gal Pressman, Mark Bloch, Moshe Shemesh, Saeed Mahameed,
	Leon Romanovsky, Tariq Toukan, netdev, linux-rdma, linux-kernel

Hi,

This series by Moshe adds support for flow meter and flow sampler HW
Steering actions in FS core level. As these actions can be shared by
multiple rules, these patches use refcounts to manage the HWS actions
sharing in FS core level.

Regards,
Tariq

Moshe Shemesh (3):
  net/mlx5: fs, add API for sharing HWS action by refcount
  net/mlx5: fs, add support for flow meters HWS action
  net/mlx5: fs, add support for dest flow sampler HWS action

 .../ethernet/mellanox/mlx5/core/en/tc/meter.c |   5 +
 .../ethernet/mellanox/mlx5/core/en/tc/meter.h |  13 +
 .../mellanox/mlx5/core/eswitch_offloads.c     |   1 +
 .../net/ethernet/mellanox/mlx5/core/fs_core.h |   8 +-
 .../mellanox/mlx5/core/steering/hws/fs_hws.c  | 231 +++++++++++++++++-
 .../mellanox/mlx5/core/steering/hws/fs_hws.h  |  24 ++
 .../mlx5/core/steering/hws/fs_hws_pools.c     |  41 +---
 include/linux/mlx5/fs.h                       |   1 +
 8 files changed, 272 insertions(+), 52 deletions(-)


base-commit: 8ef890df4031121a94407c84659125cbccd3fdbe
-- 
2.45.0


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

end of thread, other threads:[~2025-03-17 18:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-09 18:07 [PATCH net-next 0/3] mlx5: Support HWS flow meter/sampler actions in FS core Tariq Toukan
2025-03-09 18:07 ` [PATCH net-next 1/3] net/mlx5: fs, add API for sharing HWS action by refcount Tariq Toukan
2025-03-12 22:48   ` Jacob Keller
2025-03-09 18:07 ` [PATCH net-next 2/3] net/mlx5: fs, add support for flow meters HWS action Tariq Toukan
2025-03-12 22:50   ` Jacob Keller
2025-03-09 18:07 ` [PATCH net-next 3/3] net/mlx5: fs, add support for dest flow sampler " Tariq Toukan
2025-03-12 22:50   ` Jacob Keller
2025-03-17 18:10 ` [PATCH net-next 0/3] mlx5: Support HWS flow meter/sampler actions in FS core 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).