]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit92f84114a363ab45e57425942696381698ce7d51
treeb7c68e2d98336f9563491256f91c5d3d1bda8e40
parent4854b70a98b5a92e97ee21b066a9a22699c30f06
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