diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2026-07-24 14:07:54 -0700 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-07-28 18:27:46 -0700 |
| commit | 16812d9674d4991ebbae80769b15f7342dbfa988 (patch) | |
| tree | 011834f7d81c5a540e5c4570cee6acc0c2bf9db9 /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | b515dc54795ef370be3cb396e7c12ad91686b6d1 (diff) | |
net_shaper: remove incorrect comment about group leaves
It is true that the user-facing group() operation can only
be invoked with queues as leaves (see net_shaper_parse_leaf()),
but the driver facing op is also called when we delete a node.
When we delete a node we conceptually call
group(parent, node.list_of_leaves)
to add node's leaves to the parent. Node deletion "mid-hierarchy"
is supported so some of the leaves may themselves be nodes.
Therefore the driver facing group() may be called with nodes.
Remove the incorrect comment, and add a comment about differences
between the Netlink API and driver facing API.
Link: https://patch.msgid.link/20260724210756.1553565-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
