diff options
| author | Nikolay Aleksandrov <[email protected]> | 2020-09-07 12:56:07 +0300 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2020-09-07 13:16:34 -0700 |
| commit | 8b671779b7e2db78664cf05a03ced49bcaa37874 (patch) | |
| tree | 8ebb059cb1d490b9c7c792b6d53992e5c0aa92ba /tools/perf/scripts/python | |
| parent | 681590bd4cdc74f17dfbdfa792f027772e149e1d (diff) | |
net: bridge: mcast: add support for group source list
Initial functions for group source lists which are needed for IGMPv3
and MLDv2 include/exclude lists. Both IPv4 and IPv6 sources are supported.
User-added mdb entries are created with exclude filter mode, we can
extend that later to allow user-supplied mode. When group src entries
are deleted, they're freed from a workqueue to make sure their timers
are not still running. Source entries are protected by the multicast_lock
and rcu. The number of src groups per port group is limited to 32.
v4: use the new port group del function directly
add igmpv2/mldv1 bool to denote if the entry was added in those
modes, it will later replace the old update_timer bool
v3: add IPv6 support
v2: allow src groups to be traversed under rcu
Signed-off-by: Nikolay Aleksandrov <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions