diff options
author | Zhengchao Shao <shaozhengchao@huawei.com> | 2022-09-21 10:41:04 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-09-22 17:34:10 -0700 |
commit | d7a68e564e29bcd1c70d76d9e2f65591e6183f46 (patch) | |
tree | 76eb36e67a159730ebcd3332550cfa24804fd341 /net/sched | |
parent | a2c2a4ddc27db1715be8c03280c6cb7b808dd8b7 (diff) | |
download | linux-d7a68e564e29bcd1c70d76d9e2f65591e6183f46.tar.gz linux-d7a68e564e29bcd1c70d76d9e2f65591e6183f46.tar.bz2 linux-d7a68e564e29bcd1c70d76d9e2f65591e6183f46.zip |
net/sched: sch_api: add helper for tc qdisc walker stats dump
The walk implementation of most qdisc class modules is basically the
same. That is, the values of count and skip are checked first. If
count is greater than or equal to skip, the registered fn function is
executed. Otherwise, increase the value of count. So we can reconstruct
them.
Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Acked-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/sched')
0 files changed, 0 insertions, 0 deletions