From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 29 Sep 2015 13:37:01 -0700 (PDT) Message-Id: <20150929.133701.1255992517705127335.davem@davemloft.net> From: David Miller In-Reply-To: <1443200411-7399-1-git-send-email-razor@blackwall.org> References: <1443200411-7399-1-git-send-email-razor@blackwall.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH net-next] bridge: vlan: add per-vlan struct and move to rhashtables List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: razor@blackwall.org Cc: bridge@lists.linux-foundation.org, netdev@vger.kernel.org, roopa@cumulusnetworks.com, shm@cumulusnetworks.com, vyasevich@gmail.com From: Nikolay Aleksandrov 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.