From: Eric Dumazet Date: Tue, 7 Oct 2014 20:30:23 +0000 (-0700) Subject: i40e: skb->xmit_more support X-Git-Tag: fixes-against-v3.18-rc2~144^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4567dc10934292a3171f98d28817d58127b73b72;p=pandora-kernel.git i40e: skb->xmit_more support Support skb->xmit_more in i40e is straightforward : we need to move around i40e_maybe_stop_tx() call to correctly test netif_xmit_stopped() before taking the decision to not kick the NIC. Signed-off-by: Eric Dumazet Signed-off-by: Daniel Borkmann Acked-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed