net/mlx5: fix TCP flag field modification
authorAlexander Kozyrev <akozyrev@nvidia.com>
Fri, 5 Feb 2021 03:03:04 +0000 (03:03 +0000)
committerRaslan Darawsheh <rasland@nvidia.com>
Sun, 21 Feb 2021 08:31:20 +0000 (09:31 +0100)
commit0c0839ab9eb592bee032d7b5b8a2d863a0aa6f79
treee0bef326a10d2c9eea6e3848ef5121a48e18fc50
parenta9ae33fbbc2d8d51542abf71d0a73887c17f39b5
net/mlx5: fix TCP flag field modification

Wrong modification field ID is used for TCP flags: the inner
TCP flag field is changing instead of the outermost one.
Use the proper field ID to match the expectations.

Fixes: 641dbe4fb053 ("net/mlx5: support modify field flow action")
Cc: stable@dpdk.org
Signed-off-by: Alexander Kozyrev <akozyrev@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
drivers/net/mlx5/mlx5_flow_dv.c