summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTorsten Polle <tpolle@de.adit-jv.com>2016-09-19 10:05:42 +0200
committerFelipe Balbi <felipe.balbi@linux.intel.com>2016-11-03 10:38:39 +0200
commit38314e59a901696e437c7ee6ea2831f9ecae977d (patch)
treef73adbda58d191b5828cdd0d2059198808cd805b /tools/perf/scripts/python
parent18d4689643b08c61e15b11bc78830e1d6d28df63 (diff)
downloadlinux-38314e59a901696e437c7ee6ea2831f9ecae977d.tar.gz
linux-38314e59a901696e437c7ee6ea2831f9ecae977d.zip
usb: gadget: NCM: differentiate consumed packets from dropped packets
dev_kfree_skb_any() is used to free packets that are dropped by the network stack. Therefore the function should not be used for packets that have been successfully processed by the network stack. Instead dev_consume_skb_any() has to be used for such consumed packets. This separation helps to identify dropped packets. Signed-off-by: Torsten Polle <tpolle@de.adit-jv.com> Signed-off-by: Harish Jenny K N <harish_kandiga@mentor.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions