Re: [dpdk-dev] [PATCH] net/mlx5: allow copy from one tag to another
From: Slava Ovsiienko <hidden>
Date: 2021-06-08 13:14:20
From: Slava Ovsiienko <hidden>
Date: 2021-06-08 13:14:20
-----Original Message-----
From: Alexander Kozyrev <redacted>
Sent: Tuesday, May 25, 2021 20:14
To: dev@dpdk.org
Cc: stable@dpdk.org; Raslan Darawsheh <redacted>; Slava
Ovsiienko [off-list ref]; Matan Azrad [off-list ref];
Ori Kam [off-list ref]
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: stable@dpdk.org
Signed-off-by: Alexander Kozyrev <redacted>Acked-by: Viacheslav Ovsiienko <redacted>