Searched hist:baa74d39ca39f2b22eeac5c3b069b58491ecd418 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_private_mcast_eht.h | diff baa74d39ca39f2b22eeac5c3b069b58491ecd418 Wed Jan 20 08:51:56 CST 2021 Nikolay Aleksandrov <nikolay@nvidia.com> net: bridge: multicast: add EHT source set handling functions
Add EHT source set and set-entry create, delete and lookup functions. These allow to manipulate source sets which contain their own host sets with entries which joined that S,G. We're limiting the maximum number of tracked S,G entries per host to PG_SRC_ENT_LIMIT (currently 32) which is the current maximum of S,G entries for a group. There's a per-set timer which will be used to destroy the whole set later.
Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | br_multicast_eht.c | diff baa74d39ca39f2b22eeac5c3b069b58491ecd418 Wed Jan 20 08:51:56 CST 2021 Nikolay Aleksandrov <nikolay@nvidia.com> net: bridge: multicast: add EHT source set handling functions
Add EHT source set and set-entry create, delete and lookup functions. These allow to manipulate source sets which contain their own host sets with entries which joined that S,G. We're limiting the maximum number of tracked S,G entries per host to PG_SRC_ENT_LIMIT (currently 32) which is the current maximum of S,G entries for a group. There's a per-set timer which will be used to destroy the whole set later.
Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | br_multicast.c | diff baa74d39ca39f2b22eeac5c3b069b58491ecd418 Wed Jan 20 08:51:56 CST 2021 Nikolay Aleksandrov <nikolay@nvidia.com> net: bridge: multicast: add EHT source set handling functions
Add EHT source set and set-entry create, delete and lookup functions. These allow to manipulate source sets which contain their own host sets with entries which joined that S,G. We're limiting the maximum number of tracked S,G entries per host to PG_SRC_ENT_LIMIT (currently 32) which is the current maximum of S,G entries for a group. There's a per-set timer which will be used to destroy the whole set later.
Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|