Hello:
This series was applied to netdev/net-next.git (master) by Jakub Kicinski kuba@kernel.org:
On Fri, 16 Sep 2022 10:02:42 +0800 you wrote:
The walk implementation of most tc cls 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. Then use helper function to replace the code of each cls module in alphabetical order.
[...]
Here is the summary with links: - [net-next,v4,1/9] net/sched: cls_api: add helper for tc cls walker stats dump https://git.kernel.org/netdev/net-next/c/fe0df81df51e - [net-next,v4,2/9] net/sched: use tc_cls_stats_dump() in filter https://git.kernel.org/netdev/net-next/c/5508ff7cf375 - [net-next,v4,3/9] selftests/tc-testings: add selftests for bpf filter https://git.kernel.org/netdev/net-next/c/93f3f2eaa4c9 - [net-next,v4,4/9] selftests/tc-testings: add selftests for cgroup filter https://git.kernel.org/netdev/net-next/c/33c411927615 - [net-next,v4,5/9] selftests/tc-testings: add selftests for flow filter https://git.kernel.org/netdev/net-next/c/58f82b3a0b05 - [net-next,v4,6/9] selftests/tc-testings: add selftests for route filter https://git.kernel.org/netdev/net-next/c/67107e7fcfbe - [net-next,v4,7/9] selftests/tc-testings: add selftests for rsvp filter https://git.kernel.org/netdev/net-next/c/23020350eb6a - [net-next,v4,8/9] selftests/tc-testings: add selftests for tcindex filter https://git.kernel.org/netdev/net-next/c/fa8dfba59e78 - [net-next,v4,9/9] selftests/tc-testings: add list case for basic filter https://git.kernel.org/netdev/net-next/c/972e88611240
You are awesome, thank you!