]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handling
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 22 Nov 2017 18:56:28 +0000 (10:56 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 9 Jan 2018 16:44:18 +0000 (08:44 -0800)
commit5aa51efd0cc164c9961fd7cadb8a728c13648b1d
treefc9b2f3551768a0e1bcc10e54f6a3eaeeb3557f7
parentb5e8e5a3ea729d1a9f73cd2b810d89be27b5b7b6
ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handling

In order for RSS to work on the macvlan pools of the X550 we need to
populate the MRQC, RETA, and RSS key values for each pool. This patch makes
it so that we now take care of that.

In addition I have dropped the macvlan specific configuration of psrtype
since it is redundant with the code that already exists for configuring
this value.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c