From: Sowmini Varadhan Date: Tue, 12 Aug 2014 14:27:24 +0000 (-0400) Subject: sunvnet: Do not ask for an ACK for every dring transmit X-Git-Tag: omap-for-v3.17/fixes-against-rc2~59^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6394e382f137f07136182c591ca8a7eeba6a06;p=pandora-kernel.git sunvnet: Do not ask for an ACK for every dring transmit No need to ask for an ack with every vnet_start_xmit()- the single ACK with DRING_STOPPED is sufficient for the protocol, and we free the sk_buff in vnet_start_xmit itself, so we dont need an ACK back. Signed-off-by: Sowmini Varadhan Acked-by: Raghuram Kothakota Signed-off-by: David S. Miller --- Reading git-diff-tree failed