From 4567dc10934292a3171f98d28817d58127b73b72 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Tue, 7 Oct 2014 13:30:23 -0700 Subject: [PATCH] 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-format-patch failed