mbox series

[net-next,0/2] net: bridge: multicast: per-port EHT hosts limit

Message ID 20210126092132.407355-1-razor@blackwall.org (mailing list archive)
Headers show
Series net: bridge: multicast: per-port EHT hosts limit | expand

Message

Nikolay Aleksandrov Jan. 26, 2021, 9:21 a.m. UTC
From: Nikolay Aleksandrov <nikolay@nvidia.com>

Hi,
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.

Thanks,
 Nik

Nikolay Aleksandrov (2):
  net: bridge: multicast: add per-port EHT hosts limit
  net: bridge: multicast: make tracked EHT hosts limit configurable

 include/uapi/linux/if_link.h      |  2 ++
 net/bridge/br_multicast.c         | 16 ++++++++++++++++
 net/bridge/br_multicast_eht.c     |  7 +++++++
 net/bridge/br_netlink.c           | 19 ++++++++++++++++++-
 net/bridge/br_private.h           |  2 ++
 net/bridge/br_private_mcast_eht.h | 28 ++++++++++++++++++++++++++++
 net/bridge/br_sysfs_if.c          | 26 ++++++++++++++++++++++++++
 net/core/rtnetlink.c              |  2 +-
 8 files changed, 100 insertions(+), 2 deletions(-)

Comments

Nikolay Aleksandrov Jan. 26, 2021, 9:23 a.m. UTC | #1
On 26/01/2021 11:21, Nikolay Aleksandrov wrote:
> From: Nikolay Aleksandrov <nikolay@nvidia.com>
> 
> Hi,
> 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.
> 
> Thanks,
>  Nik
> 
> Nikolay Aleksandrov (2):
>   net: bridge: multicast: add per-port EHT hosts limit
>   net: bridge: multicast: make tracked EHT hosts limit configurable
> 
>  include/uapi/linux/if_link.h      |  2 ++
>  net/bridge/br_multicast.c         | 16 ++++++++++++++++
>  net/bridge/br_multicast_eht.c     |  7 +++++++
>  net/bridge/br_netlink.c           | 19 ++++++++++++++++++-
>  net/bridge/br_private.h           |  2 ++
>  net/bridge/br_private_mcast_eht.h | 28 ++++++++++++++++++++++++++++
>  net/bridge/br_sysfs_if.c          | 26 ++++++++++++++++++++++++++
>  net/core/rtnetlink.c              |  2 +-
>  8 files changed, 100 insertions(+), 2 deletions(-)
> 

Self-NAK
Aaargh.. sent older version, sorry about the noise. I'll send the proper one as
v2 in a bit.