[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1584522343-5905-1-git-send-email-wenxu@ucloud.cn>
Date: Wed, 18 Mar 2020 17:05:43 +0800
From: wenxu@...oud.cn
To: saeedm@...lanox.com
Cc: netdev@...r.kernel.org
Subject: [PATCH] net/mlx5e: remove duplicated check chain_index in mlx5e_rep_setup_ft_cb
From: wenxu <wenxu@...oud.cn>
The function mlx5e_rep_setup_ft_cb check chain_index is zero twice.
Signed-off-by: wenxu <wenxu@...oud.cn>
---
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c b/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
index a88c70b..fc0b0ea 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
@@ -1295,8 +1295,7 @@ static int mlx5e_rep_setup_ft_cb(enum tc_setup_type type, void *type_data,
case TC_SETUP_CLSFLOWER:
memcpy(&tmp, f, sizeof(*f));
- if (!mlx5_esw_chains_prios_supported(esw) ||
- tmp.common.chain_index)
+ if (!mlx5_esw_chains_prios_supported(esw))
return -EOPNOTSUPP;
/* Re-use tc offload path by moving the ft flow to the
--
1.8.3.1
Powered by blists - more mailing lists