diff options
author | Vladimir Oltean <[email protected]> | 2023-08-07 22:33:14 +0300 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-08-09 15:59:20 -0700 |
commit | 09e0c3bbde901f17837ad5088a13c3985534b860 (patch) | |
tree | baa2c97332641b93ef6c20096407395add473b5a /tools/perf/scripts/python/task-analyzer.py | |
parent | e972a54706e47a034991cee69fae95746540609b (diff) |
net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()
This is a simple code transformation with no intended behavior change,
just to make it absolutely clear that q->qdiscs[] is only attached to
the child taprio classes in full offload mode.
Right now we use the q->qdiscs[] variable in taprio_attach() for
software mode too, but that is quite confusing and avoidable. We use
it only to reach the netdev TX queue, but we could as well just use
netdev_get_tx_queue() for that.
Signed-off-by: Vladimir Oltean <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions