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>
This commit is contained in:
@@ -127,6 +127,7 @@ static const char *hw_flag_names[] = {
|
||||
FLAG(BEACON_TX_STATUS),
|
||||
FLAG(NEEDS_UNIQUE_STA_ADDR),
|
||||
FLAG(SUPPORTS_REORDERING_BUFFER),
|
||||
FLAG(USES_RSS),
|
||||
#undef FLAG
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user