commit | 2a2c84facd4af661d71be6e81fd9d490ac7fdc53 | [log] [tgz] |
---|---|---|
author | Roi Dayan <roid@nvidia.com> | Wed May 19 10:00:27 2021 +0300 |
committer | Saeed Mahameed <saeedm@nvidia.com> | Tue Jun 01 18:30:20 2021 -0700 |
tree | 06534839f066833b4129cffc0823f57cff0652a5 | |
parent | afe93f71b5d3cdae7209213ec8ef25210b837b93 [diff] |
net/mlx5e: Fix adding encap rules to slow path On some devices the ignore flow level cap is not supported and we shouldn't use it. Setting the dest ft with mlx5_chains_get_tc_end_ft() already gives the correct end ft if ignore flow level cap is supported or not. Fixes: 39ac237ce009 ("net/mlx5: E-Switch, Refactor chains and priorities") Signed-off-by: Roi Dayan <roid@nvidia.com> Reviewed-by: Paul Blakey <paulb@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>