mbox series

[net-next,v3,0/4] selftests/tc-testing: add tests covering classid

Message ID 20230911215016.1096644-1-pctammela@mojatatu.com (mailing list archive)
Headers show
Series selftests/tc-testing: add tests covering classid | expand

Message

Pedro Tammela Sept. 11, 2023, 9:50 p.m. UTC
Patches 1-3 add missing tests covering classid behaviour on tdc for cls_fw,
cls_route and cls_fw. This behaviour was recently fixed by valis[0].

Patch 4 comes from the development done in the previous patches as it turns out
cls_route never returns meaningful errors.

[0] https://lore.kernel.org/all/20230729123202.72406-1-jhs@mojatatu.com/

v2->v3: https://lore.kernel.org/all/20230825155148.659895-1-pctammela@mojatatu.com/
   - Added changes that were left in the working tree (Jakub)
   - Fixed two typos in commit message titles
   - Added Victor tags

v1->v2: https://lore.kernel.org/all/20230818163544.351104-1-pctammela@mojatatu.com/
   - Drop u32 updates

Pedro Tammela (4):
  selftests/tc-testing: cls_fw: add tests for classid
  selftests/tc-testing: cls_route: add tests for classid
  selftests/tc-testing: cls_u32: add tests for classid
  net/sched: cls_route: make netlink errors meaningful

 net/sched/cls_route.c                         | 37 ++++++++------
 .../tc-testing/tc-tests/filters/fw.json       | 49 +++++++++++++++++++
 .../tc-testing/tc-tests/filters/route.json    | 25 ++++++++++
 .../tc-testing/tc-tests/filters/u32.json      | 25 ++++++++++
 4 files changed, 120 insertions(+), 16 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 13, 2023, 11:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 11 Sep 2023 18:50:12 -0300 you wrote:
> Patches 1-3 add missing tests covering classid behaviour on tdc for cls_fw,
> cls_route and cls_fw. This behaviour was recently fixed by valis[0].
> 
> Patch 4 comes from the development done in the previous patches as it turns out
> cls_route never returns meaningful errors.
> 
> [0] https://lore.kernel.org/all/20230729123202.72406-1-jhs@mojatatu.com/
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/4] selftests/tc-testing: cls_fw: add tests for classid
    https://git.kernel.org/netdev/net-next/c/70ad43333cbe
  - [net-next,v3,2/4] selftests/tc-testing: cls_route: add tests for classid
    https://git.kernel.org/netdev/net-next/c/7c339083616c
  - [net-next,v3,3/4] selftests/tc-testing: cls_u32: add tests for classid
    https://git.kernel.org/netdev/net-next/c/e2f2fb3c352d
  - [net-next,v3,4/4] net/sched: cls_route: make netlink errors meaningful
    https://git.kernel.org/netdev/net-next/c/ef765c258759

You are awesome, thank you!