i40e: skb->xmit_more support
authorEric Dumazet <edumazet@google.com>
Tue, 7 Oct 2014 20:30:23 +0000 (13:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Oct 2014 20:03:32 +0000 (16:03 -0400)
commit4567dc10934292a3171f98d28817d58127b73b72
tree9ad62d0d025d2dfa1d792b87ac5dc5eb1b1f5f29
parent44783d87512999fe1450ff2cdf26c1ddc3fa5eea
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 <edumazet@google.com>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/i40e/i40e_txrx.c