All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] net/sched: act_tunnel_key: add support for TUNNEL_DONT_FRAGMENT
@ 2023-03-23 13:34 Davide Caratti
  2023-03-23 13:34 ` [PATCH net-next v2 1/4] net/sched: act_tunnel_key: add support for "don't fragment" Davide Caratti
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Davide Caratti @ 2023-03-23 13:34 UTC (permalink / raw)
  To: Jamal Hadi Salim, Cong Wang, Jiri Pirko, Ilya Maximets
  Cc: Jakub Kicinski, netdev, Pedro Tammela

- 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

v1->v2:
 - split patchset to have test cases in separate patches (thanks to
   Pedro Tammela)
 - change TCA_TUNNEL_KEY_NO_FRAG attribute, so the 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: extend the "skip" property
  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    |   4 +-
 .../tc-tests/actions/tunnel_key.json          |  25 +++
 tools/testing/selftests/tc-testing/tdc.py     |  21 ++-
 7 files changed, 211 insertions(+), 7 deletions(-)
 create mode 100755 tools/testing/selftests/net/forwarding/tc_tunnel_key.sh

-- 
2.39.2


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-03-27 14:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-23 13:34 [PATCH net-next v2 0/4] net/sched: act_tunnel_key: add support for TUNNEL_DONT_FRAGMENT Davide Caratti
2023-03-23 13:34 ` [PATCH net-next v2 1/4] net/sched: act_tunnel_key: add support for "don't fragment" Davide Caratti
2023-03-25  2:06   ` Jakub Kicinski
2023-03-23 13:34 ` [PATCH net-next v2 2/4] selftests: tc-testing: extend the "skip" property Davide Caratti
2023-03-23 14:01   ` Pedro Tammela
2023-03-27 10:02     ` Davide Caratti
2023-03-27 14:05       ` Pedro Tammela
2023-03-23 13:34 ` [PATCH net-next v2 3/4] selftests: tc-testing: add tunnel_key "nofrag" test case Davide Caratti
2023-03-23 13:34 ` [PATCH net-next v2 4/4] selftests: forwarding: " Davide Caratti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.