fm10k: Add skb->xmit_more support
authorAlexander Duyck <alexander.h.duyck@redhat.com>
Fri, 10 Oct 2014 21:30:52 +0000 (14:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Oct 2014 17:09:14 +0000 (13:09 -0400)
This change adds support for skb->xmit_more based on the changes that were
made to igb to support the feature.  The main changes are moving up the
check for maybe_stop_tx so that we can check netif_xmit_stopped to determine
if we must write the tail because we can add no further buffers.

Acked-by: Matthew Vick <matthew.vick@intel.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found