From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Subject: Re: [PATCH 2/2] mac80211: mesh: convert path table to rhashtable Date: Thu, 03 Mar 2016 10:37:04 +0100 Message-ID: <1456997824.2044.5.camel@sipsolutions.net> References: <1456931360-2846-1-git-send-email-me@bobcopeland.com> <1456931360-2846-2-git-send-email-me@bobcopeland.com> <20160302.144359.2141637165742439224.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-wireless@vger.kernel.org, tgraf@suug.ch, netdev@vger.kernel.org To: David Miller , me@bobcopeland.com Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:54001 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751243AbcCCJhP (ORCPT ); Thu, 3 Mar 2016 04:37:15 -0500 In-Reply-To: <20160302.144359.2141637165742439224.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 2016-03-02 at 14:43 -0500, David Miller wrote: > From: Bob Copeland > Date: Wed,=C2=A0 2 Mar 2016 10:09:20 -0500 >=20 > > In the time since the mesh path table was implemented as an > > RCU-traversable, dynamically growing hash table, a generic RCU > > hashtable implementation was added to the kernel. > >=C2=A0 > > Switch the mesh path table over to rhashtable to remove some code > > and also gain some features like automatic shrinking. > >=C2=A0 > > Cc: Thomas Graf > > Cc: netdev@vger.kernel.org > > Signed-off-by: Bob Copeland >=20 > Johannes, feel free to take both patches via your tree, thanks. Will do, thanks. johannes