]> 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)
commit52d7d86e6423e25c04c3bf31b040f61f8f4b4060
treee9385abb9bd8403528809b1508bcd1b4db553125
parent06f7bdb6099774e8c8e3ff03cb868af63790cedf
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