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>
Showing
- include/net/mac80211.h 4 additions, 0 deletionsinclude/net/mac80211.h
- net/mac80211/debugfs.c 1 addition, 0 deletionsnet/mac80211/debugfs.c
- net/mac80211/rx.c 23 additions, 14 deletionsnet/mac80211/rx.c
- net/mac80211/sta_info.c 92 additions, 16 deletionsnet/mac80211/sta_info.c
- net/mac80211/sta_info.h 22 additions, 16 deletionsnet/mac80211/sta_info.h
Loading
Please register or sign in to comment