commit | 4ef6dae4ba0fc074eca69157aa29fe59b22f812c | [log] [tgz] |
---|---|---|
author | Rick Jones <rick.jones2@hp.com> | Tue Sep 09 14:43:27 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 09 17:33:56 2014 -0700 |
tree | b7c68e2d98336f9563491256f91c5d3d1bda8e40 | |
parent | 29c10a817f54131ec6babe724aada6772acbbf47 [diff] |
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>