From: Haiyang Zhang Date: Thu, 2 Feb 2012 07:17:59 +0000 (+0000) Subject: net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when necessary X-Git-Tag: v3.3-rc4~34^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a282538cc1977655004cdb2eb25dd2b63f20637;p=pandora-kernel.git net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when necessary For code path not on the xmit, use netif_tx_disable() instead of netif_stop_queue() to ensure other CPUs are not doing xmit. Signed-off-by: Haiyang Zhang Signed-off-by: K. Y. Srinivasan Signed-off-by: David S. Miller --- Reading git-diff-tree failed