mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 17:57:05 +07:00
net/mlx5e: remove duplicated check chain_index in mlx5e_rep_setup_ft_cb
The function mlx5e_rep_setup_ft_cb check chain_index is zero twice. Signed-off-by: wenxu <wenxu@ucloud.cn> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
This commit is contained in:
parent
49397b8012
commit
046826c878
@ -1246,8 +1246,7 @@ static int mlx5e_rep_setup_ft_cb(enum tc_setup_type type, void *type_data,
|
|||||||
case TC_SETUP_CLSFLOWER:
|
case TC_SETUP_CLSFLOWER:
|
||||||
memcpy(&tmp, f, sizeof(*f));
|
memcpy(&tmp, f, sizeof(*f));
|
||||||
|
|
||||||
if (!mlx5_esw_chains_prios_supported(esw) ||
|
if (!mlx5_esw_chains_prios_supported(esw))
|
||||||
tmp.common.chain_index)
|
|
||||||
return -EOPNOTSUPP;
|
return -EOPNOTSUPP;
|
||||||
|
|
||||||
/* Re-use tc offload path by moving the ft flow to the
|
/* Re-use tc offload path by moving the ft flow to the
|
||||||
|
Loading…
Reference in New Issue
Block a user