]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit654d05a4dce06a6e3b41193c611c477b1e3d88af
tree3b5b98cc8a18efeffabc86ed6ac4247b7311a294
parent0106f1ab8251cc41bf2ee55b03fb317f150c9f08
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