Re: [PATCH] rust: RFC/demo of safe API for Dpdk Eal, Eth and Rxq

2025-05-03 Thread Owen Hilyard
From: Van Haaren, Harry Sent: Friday, May 2, 2025 9:58 AM To: Etelson, Gregory ; Richardson, Bruce Cc: dev@dpdk.org ; Owen Hilyard Subject: Re: [PATCH] rust: RFC/demo of safe API for Dpdk Eal, Eth and Rxq > From: Etelson, Gregory > Sent: Friday, May 02, 2025 1:46 PM > To: Richardson, Bruce > C

[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