From 87397379d566d5d8692df1bfc22bef95fd64ae3b Mon Sep 17 00:00:00 2001 From: Alexander Duyck Date: Wed, 15 Jan 2014 17:38:40 -0800 Subject: [PATCH] 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-format-patch failed