]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: fix RSS queues only operating on PF0
authorLihong Yang <lihong.yang@intel.com>
Mon, 30 Jan 2017 20:29:33 +0000 (12:29 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 15 Mar 2017 08:58:57 +0000 (01:58 -0700)
commit76df36cb30a9e427e28fe5676cb34c34f9cd4394
treee9385abb9bd8403528809b1508bcd1b4db553125
parente9369cbff68f8942810d8585035126f11b4c46b1
i40e: fix RSS queues only operating on PF0

This patch fixes the issue that RSS offloading only works on PF0 by
using the direct register writing of the hash keys for the VFs instead
of using the admin queue command to do so.

Change-ID: Ia02cda7dbaa23def342e8786097a2c03db6f580b
Signed-off-by: Lihong Yang <lihong.yang@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c