mbox series

[net-next,v4,0/4] net/sched: act_tunnel_key: add support for TUNNEL_DONT_FRAGMENT

Message ID cover.1680082990.git.dcaratti@redhat.com (mailing list archive)
Headers show
Series net/sched: act_tunnel_key: add support for TUNNEL_DONT_FRAGMENT | expand

Message

Davide Caratti March 29, 2023, 9:54 a.m. UTC
- patch 1 extends TC tunnel_key action to add support for TUNNEL_DONT_FRAGMENT 
- patch 2 extends tdc to skip tests when iproute2 support is missing
- patch 3 adds a tdc test case to verify functionality of the control plane
- patch 4 adds a net/forwarding test case to verify functionality of the data plane

v3->v4:
 - remove misleading "failure" wording in the printout (thanks to Pedro
   Tammela)
 - fix permissions (+x) of net/forwarding kselftest 

v2->v3:
 - introduce new "dependsOn" property instead of extending "skip"
   (suggested by Pedro Tammela)
 - fix wrong indentation (thanks to Jakub Kicinski)

v1->v2:
 - split patchset to have test cases in separate patches (thanks to
   Pedro Tammela)
 - change TCA_TUNNEL_KEY_NO_FRAG attribute, so that it is a flag istead
   of u8 (thanks to Jakub Kicinski)
 - add missing TEST_PROGS assignment (thanks to Jakub Kicinski)

Davide Caratti (4):
  net/sched: act_tunnel_key: add support for "don't fragment"
  selftests: tc-testing: add "depends_on" property to skip tests
  selftests: tc-testing: add tunnel_key "nofrag" test case
  selftests: forwarding: add tunnel_key "nofrag" test case

 include/uapi/linux/tc_act/tc_tunnel_key.h     |   1 +
 net/sched/act_tunnel_key.c                    |   5 +
 .../testing/selftests/net/forwarding/Makefile |   1 +
 .../selftests/net/forwarding/tc_tunnel_key.sh | 161 ++++++++++++++++++
 .../creating-testcases/AddingTestCases.txt    |   2 +
 .../tc-tests/actions/tunnel_key.json          |  25 +++
 tools/testing/selftests/tc-testing/tdc.py     |  13 ++
 7 files changed, 208 insertions(+)
 create mode 100755 tools/testing/selftests/net/forwarding/tc_tunnel_key.sh

Comments

patchwork-bot+netdevbpf@kernel.org March 31, 2023, 6:30 a.m. UTC | #1
Hello:

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

On Wed, 29 Mar 2023 11:54:51 +0200 you wrote:
> - patch 1 extends TC tunnel_key action to add support for TUNNEL_DONT_FRAGMENT
> - patch 2 extends tdc to skip tests when iproute2 support is missing
> - patch 3 adds a tdc test case to verify functionality of the control plane
> - patch 4 adds a net/forwarding test case to verify functionality of the data plane
> 
> v3->v4:
>  - remove misleading "failure" wording in the printout (thanks to Pedro
>    Tammela)
>  - fix permissions (+x) of net/forwarding kselftest
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/4] net/sched: act_tunnel_key: add support for "don't fragment"
    https://git.kernel.org/netdev/net-next/c/2384127e98db
  - [net-next,v4,2/4] selftests: tc-testing: add "depends_on" property to skip tests
    https://git.kernel.org/netdev/net-next/c/7f3f86402609
  - [net-next,v4,3/4] selftests: tc-testing: add tunnel_key "nofrag" test case
    https://git.kernel.org/netdev/net-next/c/b8617f8eed84
  - [net-next,v4,4/4] selftests: forwarding: add tunnel_key "nofrag" test case
    https://git.kernel.org/netdev/net-next/c/533a89b1940f

You are awesome, thank you!