aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@redhat.com>2015-05-01 10:34:44 -0700
committerDavid S. Miller <davem@davemloft.net>2015-05-04 00:06:55 -0400
commiteb781397904e5d6b90c80463eaa9dc592831bdae (patch)
treeb7265c3a79c6dd56e70858d88a74c32840f932a2 /tools/perf/scripts/python/export-to-postgresql.py
parent59486329b46f31532ab032014fbaae72e9f190c3 (diff)
r8169: Do not use dev_kfree_skb in xmit path
The function r8169_csum_workaround is called in the ndo_start_xmit path of the r8169 driver. As such it should not be using dev_kfree_skb as it is not irq safe, so instead we should be using dev_kfree_skb_any for freeing in the dropped path, and dev_consume_skb_any for any frames that were transmitted. Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions