]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a7cc132bed991f93494738aeb6d7d1001402181
treeceb3a5e7bd00174202d0b1aad547ce909c29f389
parentea04606d78095d44c858db59b83fc098d5cc0d93
parent092623ff124ffaf89d6b570ee60dda810318a34c
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>