diff options
| author | Torsten Polle <[email protected]> | 2016-09-19 10:05:42 +0200 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2016-11-03 10:38:39 +0200 |
| commit | 38314e59a901696e437c7ee6ea2831f9ecae977d (patch) | |
| tree | f73adbda58d191b5828cdd0d2059198808cd805b /tools/perf/scripts/python | |
| parent | 18d4689643b08c61e15b11bc78830e1d6d28df63 (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