From: Alexander Duyck Date: Thu, 16 Jan 2014 01:38:40 +0000 (-0800) Subject: ixgbe: Force QDE via PFQDE for VFs during reset X-Git-Tag: v3.14-rc1~94^2~150^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87397379d566d5d8692df1bfc22bef95fd64ae3b;p=pandora-kernel.git ixgbe: Force QDE via PFQDE for VFs during reset This change makes it so that the QDE bits are set for a VF before the Rx queues are enabled. As such we avoid head of line blocking in the event that the VF stops cleaning Rx descriptors for whatever reason. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 14 ++++++++++++++ drivers/net/ethernet/intel/ixgbe/ixgbe_type.h | 7 ++++--- 2 files changed, 18 insertions(+), 3 deletions(-) Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed