All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] make roaming a bit faster
@ 2012-09-05 17:23 Eliad Peller
  2012-09-05 17:23 ` [PATCH 1/2] mac80211: use synchronize_net() on key destroying Eliad Peller
  2012-09-05 17:23 ` [PATCH 2/2] mac80211: use call_rcu() on sta deletion Eliad Peller
  0 siblings, 2 replies; 7+ messages in thread
From: Eliad Peller @ 2012-09-05 17:23 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

The use of synchronize_rcu during roaming adds
a significant delay. try minimizing it by replacing
these calls with other alternatives.

Eliad Peller (2):
  mac80211: use synchronize_net() on key destroying
  mac80211: use call_rcu() on sta deletion

 net/mac80211/iface.c    |    5 ++
 net/mac80211/key.c      |    2 +-
 net/mac80211/sta_info.c |  117 ++++++++++++++++++++++++++---------------------
 net/mac80211/sta_info.h |    2 +
 4 files changed, 73 insertions(+), 53 deletions(-)

-- 
1.7.6.401.g6a319


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-09-07  7:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05 17:23 [PATCH 0/2] make roaming a bit faster Eliad Peller
2012-09-05 17:23 ` [PATCH 1/2] mac80211: use synchronize_net() on key destroying Eliad Peller
2012-09-06 15:38   ` Johannes Berg
2012-09-05 17:23 ` [PATCH 2/2] mac80211: use call_rcu() on sta deletion Eliad Peller
2012-09-06 15:41   ` Johannes Berg
2012-09-06 21:17     ` Eliad Peller
2012-09-07  7:34       ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.