OSDN Git Service

sfc: Convert the normal transmit complete path to dev_consume_skb_any()
authorRick Jones <rick.jones2@hp.com>
Tue, 9 Sep 2014 21:43:27 +0000 (14:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Sep 2014 00:33:56 +0000 (17:33 -0700)
commit4ef6dae4ba0fc074eca69157aa29fe59b22f812c
treeb7c68e2d98336f9563491256f91c5d3d1bda8e40
parent29c10a817f54131ec6babe724aada6772acbbf47
sfc: Convert the normal transmit complete path to dev_consume_skb_any()

Convert the normal transmit completion path from dev_kfree_skb_any()
to dev_consume_skb_any() to help keep dropped packet profiling
meaningful.

Signed-off-by: Rick Jones <rick.jones2@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/tx.c