diff options
author | Vlad Buslov <vladbu@nvidia.com> | 2021-03-18 22:05:20 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2021-06-10 04:36:12 +0300 |
commit | cc2987c44be5d188b0fdf5c07b65a5c952457ef9 (patch) | |
tree | abb42698df699986c0eae93083fb50be12c3bb25 /Documentation | |
parent | 36e55079e54955a70b2c340eedd6125f794a911d (diff) | |
download | linux-cc2987c44be5d188b0fdf5c07b65a5c952457ef9.tar.xz |
net/mlx5: Bridge, filter tagged packets that didn't match tagged fg
With support for pvid vlans in mlx5 bridge it is possible to have rules in
untagged flow group when vlan filtering is enabled. However, such rules can
also match tagged packets that didn't match anything in tagged flow group.
Filter such packets by introducing additional flow group between tagged and
untagged groups. When filtering is enabled on the bridge create additional
flow in vlan filtering flow group and matches tagged packets with specified
source MAC address and redirects them to new "skip" table. The skip table
is new lowest-level empty table that is used to skip all further processing
on packet in bridge priority.
Signed-off-by: Vlad Buslov <vladbu@nvidia.com>
Reviewed-by: Jianbo Liu <jianbol@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions