Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netlink: specs: tc: add qdisc dump to TC spec

Hook TC qdisc dump in the TC qdisc get, it only supported doit
until now and dumping will be used by the sample code.

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250520161916.413298-12-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+2 -1
+2 -1
Documentation/netlink/specs/tc.yaml
··· 3929 3929 doc: Get / dump tc qdisc information. 3930 3930 attribute-set: attrs 3931 3931 fixed-header: tcmsg 3932 - do: 3932 + do: &getqdisc-do 3933 3933 request: 3934 3934 value: 38 3935 3935 attributes: ··· 3948 3948 - chain 3949 3949 - ingress-block 3950 3950 - egress-block 3951 + dump: *getqdisc-do 3951 3952 - 3952 3953 name: newtclass 3953 3954 doc: Get / dump tc traffic class information.