]> asedeno.scripts.mit.edu Git - linux.git/commit
ixgbevf: VF2VF TCP RSS
authorSebastian Basierski <sebastianx.basierski@intel.com>
Thu, 9 Aug 2018 09:45:40 +0000 (11:45 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 28 Aug 2018 20:28:49 +0000 (13:28 -0700)
commit7fb94bd58dd6650a0158e68d414e185077d8b57a
tree09cbc69cc63cc8d132e8ac6cc1d1bf7360f564d5
parent59dd45d550c518a2c297b2888f194633cb8e5700
ixgbevf: VF2VF TCP RSS

While VF2VF with RSS communication, RSS Type were wrongly recognized
and RSS hash was not calculated as it should be. Packets was
distributed on various queues by accident.
This commit fixes that behaviour and causes proper RSS Type recognition.

Signed-off-by: Sebastian Basierski <sebastianx.basierski@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c