commit | 4567dc10934292a3171f98d28817d58127b73b72 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Oct 07 13:30:23 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 08 16:03:32 2014 -0400 |
tree | 9ad62d0d025d2dfa1d792b87ac5dc5eb1b1f5f29 | |
parent | 44783d87512999fe1450ff2cdf26c1ddc3fa5eea [diff] |
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>