Re: [PATCH 2/2] mac80211: mesh: convert path table to rhashtable

2016-03-03 Thread Johannes Berg
On Wed, 2016-03-02 at 14:43 -0500, David Miller wrote: > From: Bob Copeland > Date: Wed,  2 Mar 2016 10:09:20 -0500 > > > In the time since the mesh path table was implemented as an > > RCU-traversable, dynamically growing hash table, a generic RCU > > hashtable

Re: [PATCH 2/2] mac80211: mesh: convert path table to rhashtable

2016-03-02 Thread David Miller
From: Bob Copeland Date: Wed, 2 Mar 2016 10:09:20 -0500 > 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. > > Switch the mesh path table over

[PATCH 2/2] mac80211: mesh: convert path table to rhashtable

2016-03-02 Thread Bob Copeland
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. Switch the mesh path table over to rhashtable to remove some code and also gain some features like automatic shrinking. Cc: