RE: [PATCH] net/mlx5: fix non-masked indirect list meter translation in flow rule

2024-03-12 Thread Raslan Darawsheh
; Matan Azrad > > Subject: [PATCH] net/mlx5: fix non-masked indirect list meter translation in > flow rule > > Template table reuses DR5 action handle for non-masked indirect actions. Flow > rule must explicitly translate non-masked indirect action and update DR5 > handle with th

[PATCH] net/mlx5: fix non-masked indirect list meter translation in flow rule

2024-02-29 Thread Gregory Etelson
Template table reuses DR5 action handle for non-masked indirect actions. Flow rule must explicitly translate non-masked indirect action and update DR5 handle with the rule indirect object. Current PMD assumed DR5 handle of non-masked indirect action was always NULL before the action translation.