summaryrefslogtreecommitdiff
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 20:34:44 +0300
committerDavid S. Miller <davem@davemloft.net>2015-05-04 07:06:55 +0300
commiteb781397904e5d6b90c80463eaa9dc592831bdae (patch)
treeb7265c3a79c6dd56e70858d88a74c32840f932a2 /tools/perf/scripts/python/export-to-postgresql.py
parent59486329b46f31532ab032014fbaae72e9f190c3 (diff)
downloadlinux-eb781397904e5d6b90c80463eaa9dc592831bdae.tar.xz
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