Merge branch 'net-bridge-multicast-per-port-eht-hosts-limit'
authorJakub Kicinski <kuba@kernel.org>
Thu, 28 Jan 2021 01:40:36 +0000 (17:40 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 28 Jan 2021 01:40:37 +0000 (17:40 -0800)
commitc7f3489bfce36d273c51e2c29d7ff2b9184ab145
treeceb3a5e7bd00174202d0b1aad547ce909c29f389
parent1d96006dccf0994dd91f327f59493afd6398b01d
parent2dba407f994e5b0eb3b70a8cb280e014ec4a7ff3
Merge branch 'net-bridge-multicast-per-port-eht-hosts-limit'

Nikolay Aleksandrov says:

====================
net: bridge: multicast: per-port EHT hosts limit

This set adds a simple configurable per-port EHT tracked hosts limit.
Patch 01 adds a default limit of 512 tracked hosts per-port, since the EHT
changes are still only in net-next that shouldn't be a problem. Then
patch 02 adds the ability to configure and retrieve the hosts limit
and to retrieve the current number of tracked hosts per port.
Let's be on the safe side and limit the number of tracked hosts by
default while allowing the user to increase that limit if needed.
====================

Link: https://lore.kernel.org/r/20210126093533.441338-1-razor@blackwall.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>