]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2547a56d7aa81afefb77244f1e9a79965257eb91
tree9ad62d0d025d2dfa1d792b87ac5dc5eb1b1f5f29
parent3e5668674ce11aeea345e01473996a149884ca55
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