diff options
author | Cong Wang <[email protected]> | 2020-05-26 21:35:23 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-05-27 15:05:49 -0700 |
commit | 4909daba37846317ec7dcba16fba009636f7fe21 (patch) | |
tree | 0d75254b656da561bf38f52b12b9c65c1f4b5341 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | b3037ac50130a169c3980e63f8df2f0b599db411 (diff) |
net_sched: use qdisc_reset() in qdisc_destroy()
qdisc_destroy() calls ops->reset() and cleans up qdisc->gso_skb
and qdisc->skb_bad_txq, these are nearly same with qdisc_reset(),
so just call it directly, and cosolidate the code for the next
patch.
Cc: Jamal Hadi Salim <[email protected]>
Cc: Jiri Pirko <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions