Re: [PATCH net-next v3 0/4] net: bridge: convert multicast to generic rhashtable

2018-12-05 Thread David Miller
From: Nikolay Aleksandrov Date: Wed, 5 Dec 2018 15:14:23 +0200 > The current bridge multicast code uses a custom rhashtable > implementation which predates the generic rhashtable API. Patch 01 > converts it to use the generic kernel rhashtable which simplifies the > code a lot and removes duplic

[PATCH net-next v3 0/4] net: bridge: convert multicast to generic rhashtable

2018-12-05 Thread Nikolay Aleksandrov
Hi, The current bridge multicast code uses a custom rhashtable implementation which predates the generic rhashtable API. Patch 01 converts it to use the generic kernel rhashtable which simplifies the code a lot and removes duplicated functionality. The convert also makes hash_elasticity obsolete as