diff options
author | 2023-02-22 13:10:02 +0100 | |
---|---|---|
committer | 2023-04-11 20:57:36 -0700 | |
commit | 272ecfc92f6f141f3381da65c2966851bd77baae (patch) | |
tree | 9bebd18922daac77c023ee3588479702f7c4a36d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net/mlx5: Bridge, snoop igmp/mld packets (diff) | |
download | linux-rng-272ecfc92f6f141f3381da65c2966851bd77baae.tar.xz linux-rng-272ecfc92f6f141f3381da65c2966851bd77baae.zip |
net/mlx5: Bridge, add per-port multicast replication tables
Multicast replication requires adding one more level of FDB_BR_OFFLOAD
priority flow tables. The new level is used for per-port multicast-specific
tables that have following flow groups structure (flow highest to lowest
priority):
- Flow group of size one that matches on source port metadata. This will
have a static single rule that prevent packets from being replicated to
their source port.
- Flow group of size one that matches all packets and forwards them to the
port that owns the table.
Initialize the table dynamically on all bridge ports when adding a port to
the bridge that has multicast enabled and on all existing bridge ports when
receiving multicast enable notification.
Signed-off-by: Vlad Buslov <vladbu@nvidia.com>
Reviewed-by: Maor Dickman <maord@nvidia.com>
Reviewed-by: Roi Dayan <roid@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions