mbox series

[net,0/2] net_sched: Prevent creation of classes with TC_H_ROOT

Message ID 20250306232355.93864-1-xiyou.wangcong@gmail.com (mailing list archive)
Headers show
Series net_sched: Prevent creation of classes with TC_H_ROOT | expand

Message

Cong Wang March 6, 2025, 11:23 p.m. UTC
This patchset contains a bug fix and its TDC test case.

---

Cong Wang (2):
  net_sched: Prevent creation of classes with TC_H_ROOT
  selftests/tc-testing: Add a test case for DRR class with TC_H_ROOT

 net/sched/sch_api.c                           |  6 +++++
 .../tc-testing/tc-tests/qdiscs/drr.json       | 25 +++++++++++++++++++
 2 files changed, 31 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org March 12, 2025, 8:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  6 Mar 2025 15:23:53 -0800 you wrote:
> This patchset contains a bug fix and its TDC test case.
> 
> ---
> 
> Cong Wang (2):
>   net_sched: Prevent creation of classes with TC_H_ROOT
>   selftests/tc-testing: Add a test case for DRR class with TC_H_ROOT
> 
> [...]

Here is the summary with links:
  - [net,1/2] net_sched: Prevent creation of classes with TC_H_ROOT
    https://git.kernel.org/netdev/net/c/0c3057a5a04d
  - [net,2/2] selftests/tc-testing: Add a test case for DRR class with TC_H_ROOT
    https://git.kernel.org/netdev/net/c/bb7737de5f59

You are awesome, thank you!