aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTorsten Polle <[email protected]>2016-09-19 10:05:42 +0200
committerFelipe Balbi <[email protected]>2016-11-03 10:38:39 +0200
commit38314e59a901696e437c7ee6ea2831f9ecae977d (patch)
treef73adbda58d191b5828cdd0d2059198808cd805b /tools/perf/scripts/python
parent18d4689643b08c61e15b11bc78830e1d6d28df63 (diff)
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 <[email protected]> Signed-off-by: Harish Jenny K N <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions