aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/dsa_loop.c
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2022-09-23 00:34:18 +0000
committerJakub Kicinski <[email protected]>2022-09-23 00:34:19 +0000
commit3f5b606dd9b955e7dae0ff0830c77bb1b3d3668d (patch)
tree63f168687b577a636f2148f15ec2a156ce3e8158 /drivers/net/dsa/dsa_loop.c
parentnet/sched: taprio: remove unnecessary taprio_list_lock (diff)
parentselftests/tc-testing: add show class case for red qdisc (diff)
downloadkernel-3f5b606dd9b955e7dae0ff0830c77bb1b3d3668d.tar.gz
kernel-3f5b606dd9b955e7dae0ff0830c77bb1b3d3668d.zip
Merge branch 'refactor-duplicate-codes-in-the-qdisc-class-walk-function'
Zhengchao Shao says: ==================== refactor duplicate codes in the qdisc class walk function 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 the code can be refactored. The walk function is invoked during dump. Therefore, test cases related to the tdc filter need to be added. ==================== Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/dsa/dsa_loop.c')
0 files changed, 0 insertions, 0 deletions