Re: [PATCH net-next] bridge: vlan: add per-vlan struct and move to rhashtables
From: David Miller <davem@davemloft.net>
Date: 2015-09-29 20:37:01
Also in:
bridge
From: David Miller <davem@davemloft.net>
Date: 2015-09-29 20:37:01
Also in:
bridge
From: Nikolay Aleksandrov <razor@blackwall.org> Date: Fri, 25 Sep 2015 19:00:11 +0200
This patch changes the bridge vlan implementation to use rhashtables instead of bitmaps.
This seems to be taking the code in a good direction, and I'm kinda happy to see more rhashtable users in the tree as well. So, applied to net-next, thanks.