]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: add duplicate packet detection per rx queue
authorSara Sharon <sara.sharon@intel.com>
Mon, 7 Dec 2015 10:50:58 +0000 (12:50 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sat, 27 Feb 2016 20:00:09 +0000 (22:00 +0200)
commitb9b7e773f5cff8b8986ce6ca660b71c699fd099e
treec48e07ddd651293f85aeb1aefbc99f356852e724
parent52bce133d960df54089b16e573cddfa3e7f1d5d6
iwlwifi: mvm: add duplicate packet detection per rx queue

Next hardware will direct TCP/UDP streams to different cores.
Packets belonging to the same stream will be directed to the same
core.
The result is that duplicates will be always directed to the same
rx queue were the first packet was received.
This enabled parallelizing the duplicate packet detection across
the different cores, without sharing data between the rx queues.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
drivers/net/wireless/intel/iwlwifi/mvm/sta.h