]> git.baikalelectronics.ru Git - kernel.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)
commit50162a1375a0f423ac8b31b9edb69a805e461805
tree09cbc69cc63cc8d132e8ac6cc1d1bf7360f564d5
parentfe411258c62412a05dec3362433b3a9cfff85f88
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