ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()
authorDaniel Borkmann <dborkman@redhat.com>
Sun, 24 Aug 2014 13:42:16 +0000 (15:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Aug 2014 23:29:46 +0000 (16:29 -0700)
This implements the deferred tail pointer flush API for the ixgbe
driver. Similar version also proposed longer time ago by Alexander Duyck.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found