aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorMacpaul Lin <[email protected]>2014-04-15 16:09:33 +0800
committerFelipe Balbi <[email protected]>2014-04-21 10:19:53 -0500
commit2656c9e28125e96bee212f146cc3f2419fd3ffef (patch)
tree8d45040572ea808c35c2e307c6ce400a1d9685e5 /tools/perf/scripts/python/check-perf-trace.py
parent9189a330936fe053d48e14c10a8d90aaef4408c9 (diff)
usb: gadget: f_rndis: reduce NETTX irq caused by free skb header
This patch reduce unecessary NETTX softirq call caused by free skb header. You will see this softirq comes twice while there is only one TX packet to be transmitted. So using dev_kfree_skb() instead of dev_kfree_skb_any() to avoid this problem. Cc: David S. Miller <[email protected]> Cc: Stephen Hemminger <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Signed-off-by: Macpaul Lin <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions