commit | 24bcd210e272c1e5fc712fbc5e5c21f59a21abf7 | [log] [tgz] |
---|---|---|
author | wenxu <wenxu@ucloud.cn> | Wed May 15 17:25:45 2019 +0800 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue May 28 18:25:42 2019 -0700 |
tree | 1c68aed2c52a7eaa34353984f8f6a9993f5fefdb | |
parent | 25fa506b70cadb580c1e9cbd836d6417276d4bcd [diff] |
net/mlx5e: restrict the real_dev of vlan device is the same as uplink device When register indr block for vlan device, it should check the real_dev of vlan device is same as uplink device. Or it will set offload rule to mlx5e which will never hit. Fixes: 35a605db168c ("net/mlx5e: Offload TC e-switch rules with ingress VLAN device") Signed-off-by: wenxu <wenxu@ucloud.cn> Reviewed-by: Roi Dayan <roid@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>