Re: [PATCH] net/mlx5: fix support for meter flow action in HWS

2025-05-12 Thread Raslan Darawsheh
Hi, On 04/05/2025 8:23 AM, Gregory Etelson wrote: METER flow action is not supported in MLX5 HWS mode. Application must use METER_MARK flow action. The patch removes METER action from HWS code. Fixes: 48fbb0e93d06 ("net/mlx5: support flow meter mark indirect action with HWS") Signed-off-by:

Re: [PATCH] net/mlx5: fix support for meter flow action in HWS

2025-05-04 Thread Patrick Robb
Please disregard the Community Lab DTS failure just reported on this patchseries. I need to reconfigure the testbed and rerun the test. On Sun, May 4, 2025 at 1:24 AM Gregory Etelson wrote: > METER flow action is not supported in MLX5 HWS mode. > Application must use METER_MARK flow action. > >

[PATCH] net/mlx5: fix support for meter flow action in HWS

2025-05-03 Thread Gregory Etelson
METER flow action is not supported in MLX5 HWS mode. Application must use METER_MARK flow action. The patch removes METER action from HWS code. Fixes: 48fbb0e93d06 ("net/mlx5: support flow meter mark indirect action with HWS") Signed-off-by: Gregory Etelson Acked-by: Dariusz Sosnowski --- dri