Re: [dpdk-dev] [PATCH] net/mlx5: allow copy from one tag to another
From: Raslan Darawsheh <hidden>
Date: 2021-06-09 09:40:30
From: Raslan Darawsheh <hidden>
Date: 2021-06-09 09:40:30
Hi,
-----Original Message-----
From: Alexander Kozyrev <redacted>
Sent: Tuesday, May 25, 2021 8:14 PM
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.orgPatch applied to next-net-mlx, Kindest regards, Raslan Darawsheh