net/mlx5e: Remove redundant match on tunnel destination mac
authorVlad Buslov <vladbu@nvidia.com>
Mon, 25 Jan 2021 14:20:41 +0000 (16:20 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Sat, 6 Feb 2021 04:53:36 +0000 (20:53 -0800)
commit4ad9116c84ed3243f7b706f07646a995f3bca502
tree991b9be8afe8c7275e904aac33d7de92a390a6e8
parent34ca65352ddf2aaa094f4016369103c4c7b98958
net/mlx5e: Remove redundant match on tunnel destination mac

Remove hardcoded match on tunnel destination MAC address. Such match is no
longer required and would be wrong for stacked devices topology where
encapsulation destination MAC address will be the address of tunnel VF that
can change dynamically on route change (implemented in following patches in
the series).

Signed-off-by: Vlad Buslov <vladbu@nvidia.com>
Signed-off-by: Dmytro Linkin <dlinkin@nvidia.com>
Reviewed-by: Roi Dayan <roid@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c