[PATCH v3 00/16] net/mlx5: support indirect actions list
Gregory Etelson
getelson at nvidia.com
Tue Oct 17 10:09:12 CEST 2023
Add MLX5 PMD support for indirect actions list.
Erez Shitrit (1):
net/mlx5/hws: allow destination into default miss FT
Gregory Etelson (10):
net/mlx5: reformat HWS code
net/mlx5: support HWS mirror action
net/mlx5: fix mirror action validation
net/mlx5: fix in shared counter and age template action create
net/mlx5: fix modify field expansion for raw DECAP / ENCAP
net/mlx5: refactor HWS code
net/mlx5: fix RTE action location tracking in a template
net/mlx5: fix mirror redirect action
net/mlx5: support indirect list METER_MARK action
net/mlx5: fix METER_MARK indirection list callback
Haifei Luo (1):
net/mlx5/hws: support reformat for hws mirror
Hamdan Igbaria (3):
net/mlx5/hws: add support for reformat DevX object
net/mlx5/hws: support creating of dynamic forward table and FTE
net/mlx5/hws: add mlx5dr DevX object struct to mlx5dr action
Shun Hao (1):
net/mlx5/hws: add support for mirroring
drivers/common/mlx5/mlx5_prm.h | 81 +-
drivers/net/mlx5/hws/mlx5dr.h | 34 +
drivers/net/mlx5/hws/mlx5dr_action.c | 210 +++-
drivers/net/mlx5/hws/mlx5dr_action.h | 8 +
drivers/net/mlx5/hws/mlx5dr_cmd.c | 143 ++-
drivers/net/mlx5/hws/mlx5dr_cmd.h | 49 +-
drivers/net/mlx5/hws/mlx5dr_debug.c | 1 +
drivers/net/mlx5/hws/mlx5dr_internal.h | 5 +
drivers/net/mlx5/hws/mlx5dr_send.c | 5 -
drivers/net/mlx5/hws/mlx5dr_table.c | 8 +-
drivers/net/mlx5/mlx5.c | 1 +
drivers/net/mlx5/mlx5.h | 2 +
drivers/net/mlx5/mlx5_flow.c | 199 ++++
drivers/net/mlx5/mlx5_flow.h | 112 ++-
drivers/net/mlx5/mlx5_flow_hw.c | 1218 +++++++++++++++++++++---
15 files changed, 1908 insertions(+), 168 deletions(-)
--
v3: Add ACK to patches in the series.
--
2.39.2
More information about the dev
mailing list