From: Alexander Duyck Date: Fri, 10 Oct 2014 21:30:52 +0000 (-0700) Subject: fm10k: Add skb->xmit_more support X-Git-Tag: fixes-against-v3.18-rc2~61^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2b2f0cb9388df8aa8b5036cf18060ac77e6d94;p=pandora-kernel.git fm10k: Add skb->xmit_more support 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 Signed-off-by: Alexander Duyck Acked-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed