mac80211: enable collecting station statistics per-CPU
authorJohannes Berg <johannes.berg@intel.com>
Thu, 31 Mar 2016 17:02:11 +0000 (20:02 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 6 Apr 2016 11:18:19 +0000 (13:18 +0200)
commitc9c5962b56c10c34d8fedc20cd6d6ebdaa2383c6
tree3b5b98cc8a18efeffabc86ed6ac4247b7311a294
parent49ddf8e6e2347cffdcf83d1ca2d04ff929820178
mac80211: enable collecting station statistics per-CPU

If the driver advertises the new HW flag USE_RSS, make the
station statistics on the fast-rx path per-CPU. This will
enable calling the RX in parallel, only hitting locking or
shared cachelines when the fast-RX path isn't available.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/debugfs.c
net/mac80211/rx.c
net/mac80211/sta_info.c
net/mac80211/sta_info.h