diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-04-19 19:35:39 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-23 10:09:49 -0700 |
commit | ce05d0f20368b583b43c99a7c8673e8a7187b76b (patch) | |
tree | 119194fdcdbefb1ffd19238c393e8bd72f3817b3 /Documentation/netlink | |
parent | 1af2dface5d286dd1f2f3405a0d6fa9f2c8fb998 (diff) | |
download | linux-stable-ce05d0f20368b583b43c99a7c8673e8a7187b76b.tar.gz linux-stable-ce05d0f20368b583b43c99a7c8673e8a7187b76b.tar.bz2 linux-stable-ce05d0f20368b583b43c99a7c8673e8a7187b76b.zip |
netdev: support dumping a single netdev in qstats
Having to filter the right ifindex in the tests is a bit tedious.
Add support for dumping qstats for a single ifindex.
Reviewed-by: David Ahern <dsahern@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20240420023543.3300306-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/netlink')
-rw-r--r-- | Documentation/netlink/specs/netdev.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/netdev.yaml b/Documentation/netlink/specs/netdev.yaml index 76352dbd2be4..679c4130707c 100644 --- a/Documentation/netlink/specs/netdev.yaml +++ b/Documentation/netlink/specs/netdev.yaml @@ -486,6 +486,7 @@ operations: dump: request: attributes: + - ifindex - scope reply: attributes: |