From: Jacob Keller Date: Thu, 16 Jan 2014 10:30:06 +0000 (-0800) Subject: ixgbevf: set the disable state when ixgbevf_qv_disable is called X-Git-Tag: v3.14-rc1~94^2~143^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e689e72823e73361147849c416e5da5c4bcc8ddf;p=pandora-kernel.git ixgbevf: set the disable state when ixgbevf_qv_disable is called The ixgbevf_qv_disable function used by CONFIG_NET_RX_BUSY_POLL is broken, because it does not properly set the IXGBEVF_QV_STATE_DISABLED bit, indicating that the q_vector should be disabled (and preventing future locks from obtaining the vector). This patch corrects the issue by setting the disable state. Signed-off-by: Jacob Keller Tested-by: Phil Schmitt Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed