net/mlx5: fix TCP flags size for modify actions
authorWisam Jaddo <wisamm@nvidia.com>
Wed, 28 Apr 2021 10:29:07 +0000 (13:29 +0300)
committerRaslan Darawsheh <rasland@nvidia.com>
Mon, 3 May 2021 12:23:19 +0000 (14:23 +0200)
commitf5c66d0be98d1ba52087b1b6808a206a3b99e765
tree40054ad210b78f77c7ec161c25c72ec9cb412d46
parenta8f0df6bf98d295668b429f65884af887c2c5b77
net/mlx5: fix TCP flags size for modify actions

From RFC the size of the TCP flags is 9, while the defined
current size is 6.

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