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)
commita571f5f635ef40ff3a5e85acc7f20daa58bcf06a
treec48e07ddd651293f85aeb1aefbc99f356852e724
parent685b346c3af35bcdc1316289ce8c76e28a5a7a7e
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
This page took 0.025773 seconds and 5 git commands to generate.