net/fm10k: fix VF Tx queue initialization
authorXiao Wang <xiao.w.wang@intel.com>
Wed, 19 Oct 2016 01:30:14 +0000 (09:30 +0800)
committerBruce Richardson <bruce.richardson@intel.com>
Wed, 26 Oct 2016 17:38:18 +0000 (19:38 +0200)
commit2c448da6aa1028fd75d631d3aa3c265483042aaa
tree1a325163984cec932bbdc9d66b2f0622c06bde2f
parent0d1e2f8da921806f92bcd95e47c5aa528f42679f
net/fm10k: fix VF Tx queue initialization

The SGLORT (Source Global Resource Tag) of the VF queues should be
assigned by PF driver, VF driver should not set these registers.

Fixes: 3b845bf6bcd9 ("fm10k: fix switch manager high CPU usage")

Reported-by: Sarath Somasekharan <sarathx.somasekharan@intel.com>
Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
drivers/net/fm10k/fm10k_ethdev.c