net/mlx5: reject jump to root table
authorXiaoyu Min <jackmin@nvidia.com>
Tue, 18 Jan 2022 11:38:50 +0000 (19:38 +0800)
committerRaslan Darawsheh <rasland@nvidia.com>
Wed, 26 Jan 2022 16:41:12 +0000 (17:41 +0100)
commit87b26522f7ff65375fb1d773a7f93c70bf857b96
treea4d072a3f50c3e12137529ce8fb315b15773533f
parentb4a4159d4e6323dd9ccd31d11cfe42bbc1e897f6
net/mlx5: reject jump to root table

Currently root table as destination is not supported.
The jump action which finally be translated to underlying root table in
rdma-core should be rejected.

Fixes: f78f747f41d0 ("net/mlx5: allow jump to group lower than current")
Cc: stable@dpdk.org
Signed-off-by: Xiaoyu Min <jackmin@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
drivers/net/mlx5/mlx5_flow_dv.c