> -----Original Message-----
> From: Alexander Kozyrev <[email protected]>
> Sent: Tuesday, May 25, 2021 20:14
> To: [email protected]
> Cc: [email protected]; Raslan Darawsheh <[email protected]>; Slava
> Ovsiienko <[email protected]>; Matan Azrad <[email protected]>;
> Ori Kam <[email protected]>
> Subject: [PATCH] net/mlx5: allow copy from one tag to another
>
> The modify field implementation in mlx5 driver has a check to prevent a copy
> from a field to the same field. But the level is not taken into account which
> prevents a copy from different tags. Check the level and allow a copy from
> one tag to another.
>
> Fixes: 641dbe4fb05 ("net/mlx5: support modify field flow action")
> Cc: [email protected]
>
> Signed-off-by: Alexander Kozyrev <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>