tools/testing/selftests/tc-testing/tc-tests/infra/qdiscs.json
Source file repositories/reference/linux-study-clean/tools/testing/selftests/tc-testing/tc-tests/infra/qdiscs.json
File Facts
- System
- Linux kernel
- Corpus path
tools/testing/selftests/tc-testing/tc-tests/infra/qdiscs.json- Extension
.json- Size
- 57384 bytes
- Lines
- 1545
- Domain
- Support Tooling And Documentation
- Bucket
- tools
- Inferred role
- Support Tooling And Documentation: configuration, schema, or hardware description
- Status
- atlas-only
Why This File Exists
Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
- Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
[
{
"id": "ca5e",
"name": "Check class delete notification for ffff:",
"category": [
"qdisc"
],
"plugins": {
"requires": "nsPlugin"
},
"setup": [
"$IP link set dev $DUMMY up || true",
"$IP addr add 10.10.10.10/24 dev $DUMMY || true",
"$TC qdisc add dev $DUMMY root handle 1: drr",
"$TC filter add dev $DUMMY parent 1: basic classid 1:1",
"$TC class add dev $DUMMY parent 1: classid 1:1 drr",
"$TC qdisc add dev $DUMMY parent 1:1 handle ffff: drr",
"$TC filter add dev $DUMMY parent ffff: basic classid ffff:1",
"$TC class add dev $DUMMY parent ffff: classid ffff:1 drr",
"$TC qdisc add dev $DUMMY parent ffff:1 netem delay 1s",
"ping -c1 -W0.01 -I $DUMMY 10.10.10.1 || true",
"$TC class del dev $DUMMY classid ffff:1",
"$TC class add dev $DUMMY parent ffff: classid ffff:1 drr"
],
"cmdUnderTest": "ping -c1 -W0.01 -I $DUMMY 10.10.10.1",
"expExitCode": "1",
"verifyCmd": "$TC -s qdisc ls dev $DUMMY",
"matchPattern": "drr 1: root",
"matchCount": "1",
"teardown": [
"$TC qdisc del dev $DUMMY root handle 1: drr",
"$IP addr del 10.10.10.10/24 dev $DUMMY"
]
},
{
"id": "e4b7",
"name": "Check class delete notification for root ffff:",
"category": [
"qdisc"
],
"plugins": {
"requires": "nsPlugin"
},
"setup": [
"$IP link set dev $DUMMY up || true",
"$IP addr add 10.10.10.10/24 dev $DUMMY || true",
"$TC qdisc add dev $DUMMY root handle ffff: drr",
"$TC filter add dev $DUMMY parent ffff: basic classid ffff:1",
"$TC class add dev $DUMMY parent ffff: classid ffff:1 drr",
"$TC qdisc add dev $DUMMY parent ffff:1 netem delay 1s",
"ping -c1 -W0.01 -I $DUMMY 10.10.10.1 || true",
"$TC class del dev $DUMMY classid ffff:1",
"$TC class add dev $DUMMY parent ffff: classid ffff:1 drr"
],
"cmdUnderTest": "ping -c1 -W0.01 -I $DUMMY 10.10.10.1",
"expExitCode": "1",
"verifyCmd": "$TC qdisc ls dev $DUMMY",
"matchPattern": "drr ffff: root",
"matchCount": "1",
"teardown": [
"$TC qdisc del dev $DUMMY root handle ffff: drr",
"$IP addr del 10.10.10.10/24 dev $DUMMY"
]
},
{
"id": "33a9",
"name": "Check ingress is not searchable on backlog update",
"category": [
"qdisc"
],
Annotation
- Atlas domain: Support Tooling And Documentation / tools.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.