drivers: net: sfc: use netdev_xmit_more helper
authorFlorian Westphal <fw@strlen.de>
Mon, 1 Apr 2019 14:42:16 +0000 (16:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Apr 2019 01:35:02 +0000 (18:35 -0700)
commitf79c957a0b537d6871a8aa195d5b5bcc7e480957
tree2dac81b4e41c3b1d8888cfc64954bd6de3f39e20
parent3c31ff22b25f15c6a642bb775884a599379a3cb5
drivers: net: sfc: use netdev_xmit_more helper

skb->xmit_more hint is now always 0, this switches the sfc driver to
use the netdev_xmit_more helper instead.

Cc: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
Cc: Edward Cree <ecree@solarflare.com>
Cc: Bert Kenward <bkenward@solarflare.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/falcon/tx.c
drivers/net/ethernet/sfc/tx.c