net/mlx5: fix missing RSS expandable items
authorXiaoyu Min <jackmin@nvidia.com>
Wed, 7 Jul 2021 02:32:46 +0000 (10:32 +0800)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 15 Jul 2021 14:22:25 +0000 (16:22 +0200)
commit1c4f7044c6b5e132adda855000415029717b6502
tree7624fcd50c0b39d03367af6f1c45455756c832b9
parentc410e1d5627bd7ce41b5c74013407d6b40a5cdef
net/mlx5: fix missing RSS expandable items

Some RSS expandable items are missing which leads to the expanded
rte flow rules with wrong patterns.

Fix by adding missed items.

Fixes: d91093b9a2af ("net/mlx5: fix RSS pattern expansion")
Cc: stable@dpdk.org
Signed-off-by: Xiaoyu Min <jackmin@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/net/mlx5/mlx5_flow.c