Re: [Bridge] [PATCH net-next] bridge: Remove unused declaration br_multicast_set_hash_max()

2023-07-27 Thread Simon Horman
On Wed, Jul 26, 2023 at 10:31:41PM +0800, YueHaibing wrote: > Since commit 19e3a9c90c53 ("net: bridge: convert multicast to generic > rhashtable") > this is not used, so can remove it. > > Signed-off-by: YueHaibing Reviewed-by: Simon Horman

Re: [Bridge] [PATCH net-next] bridge: Remove unused declaration br_multicast_set_hash_max()

2023-07-27 Thread Nikolay Aleksandrov
On 7/26/23 17:31, YueHaibing wrote: Since commit 19e3a9c90c53 ("net: bridge: convert multicast to generic rhashtable") this is not used, so can remove it. Signed-off-by: YueHaibing --- net/bridge/br_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/net/bridge/br_private.h b/net/b

Re: [Bridge] [PATCH net-next] bridge: Remove unused declaration br_multicast_set_hash_max()

2023-07-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 26 Jul 2023 22:31:41 +0800 you wrote: > Since commit 19e3a9c90c53 ("net: bridge: convert multicast to generic > rhashtable") > this is not used, so can remove it. > > Signed-off-by: YueHaibing > --- > net/