From 1f6394e382f137f07136182c591ca8a7eeba6a06 Mon Sep 17 00:00:00 2001 From: Sowmini Varadhan Date: Tue, 12 Aug 2014 10:27:24 -0400 Subject: [PATCH] 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-format-patch failed