OSDN Git Service

net/mlx5e: Remove redundant cap check for flow counter
authorRoi Dayan <roid@nvidia.com>
Sun, 25 Jul 2021 13:04:00 +0000 (16:04 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Tue, 3 Aug 2021 02:26:28 +0000 (19:26 -0700)
commit950b4df9fba95018cddb574567607a2bb2a6c166
treef7365403418fd625f720f5cb05571d43bd62cd6e
parent70f8019e7b5670106184bb97976cc14ea5c5e94b
net/mlx5e: Remove redundant cap check for flow counter

The cap is very old and today will always exists.
The cap is not being checked anywhere else. Remove the check from
drop action when parsing tc rules in nic mode.

Signed-off-by: Roi Dayan <roid@nvidia.com>
Reviewed-by: Maor Dickman <maord@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c