aboutsummaryrefslogtreecommitdiff
path: root/net/bridge/br_private_mcast_eht.h
diff options
context:
space:
mode:
authorGravatar Nikolay Aleksandrov <nikolay@nvidia.com> 2021-01-26 11:35:33 +0200
committerGravatar Jakub Kicinski <kuba@kernel.org> 2021-01-27 17:40:35 -0800
commit2dba407f994e5b0eb3b70a8cb280e014ec4a7ff3 (patch)
treeceb3a5e7bd00174202d0b1aad547ce909c29f389 /net/bridge/br_private_mcast_eht.h
parentnet: bridge: multicast: add per-port EHT hosts limit (diff)
downloadlinux-2dba407f994e5b0eb3b70a8cb280e014ec4a7ff3.tar.gz
linux-2dba407f994e5b0eb3b70a8cb280e014ec4a7ff3.tar.bz2
linux-2dba407f994e5b0eb3b70a8cb280e014ec4a7ff3.zip
net: bridge: multicast: make tracked EHT hosts limit configurable
Add two new port attributes which make EHT hosts limit configurable and export the current number of tracked EHT hosts: - IFLA_BRPORT_MCAST_EHT_HOSTS_LIMIT: configure/retrieve current limit - IFLA_BRPORT_MCAST_EHT_HOSTS_CNT: current number of tracked hosts Setting IFLA_BRPORT_MCAST_EHT_HOSTS_LIMIT to 0 is currently not allowed. Note that we have to increase RTNL_SLAVE_MAX_TYPE to 38 minimum, I've increased it to 40 to have space for two more future entries. v2: move br_multicast_eht_set_hosts_limit() to br_multicast_eht.c, no functional change Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/bridge/br_private_mcast_eht.h')
-rw-r--r--net/bridge/br_private_mcast_eht.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bridge/br_private_mcast_eht.h b/net/bridge/br_private_mcast_eht.h
index b2c8d988721f..f89049f4892c 100644
--- a/net/bridge/br_private_mcast_eht.h
+++ b/net/bridge/br_private_mcast_eht.h
@@ -57,6 +57,8 @@ bool br_multicast_eht_handle(struct net_bridge_port_group *pg,
u32 nsrcs,
size_t addr_size,
int grec_type);
+int br_multicast_eht_set_hosts_limit(struct net_bridge_port *p,
+ u32 eht_hosts_limit);
static inline bool
br_multicast_eht_should_del_pg(const struct net_bridge_port_group *pg)