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)
commit26f77e53cfee2b1b066071353be03988897e23c3
treee9385abb9bd8403528809b1508bcd1b4db553125
parentc271dd6c391b535226cf1a81aaad9f33cb5899d3
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