]> 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)
commit7d16e7bbabe8d84da57ac0c17aac97e133c534ef
treeceb3a5e7bd00174202d0b1aad547ce909c29f389
parentb83df09b95e55714868daf0e383268bca0f186d0
parentdcb3e9e5f166cd0187b3799efdcb6bf6abb091a1
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>