summaryrefslogtreecommitdiff
path: root/Documentation/networking/device_drivers
diff options
context:
space:
mode:
authorVlad Buslov <vladbu@nvidia.com>2021-03-18 21:05:20 +0200
committerSaeed Mahameed <saeedm@nvidia.com>2021-06-09 18:36:12 -0700
commitcc2987c44be5d188b0fdf5c07b65a5c952457ef9 (patch)
treeabb42698df699986c0eae93083fb50be12c3bb25 /Documentation/networking/device_drivers
parent36e55079e54955a70b2c340eedd6125f794a911d (diff)
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/networking/device_drivers')
0 files changed, 0 insertions, 0 deletions