netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net/sched: act_tunnel_key: add support for TUNNEL_DONT_FRAGMENT
@ 2023-03-20 11:44 Davide Caratti
  2023-03-20 11:44 ` [PATCH net-next 1/2] selftest: tc-testing: extend the "skip" property Davide Caratti
  2023-03-20 11:44 ` [PATCH net-next 2/2] net/sched: act_tunnel_key: add support for "don't fragment" Davide Caratti
  0 siblings, 2 replies; 6+ messages in thread
From: Davide Caratti @ 2023-03-20 11:44 UTC (permalink / raw)
  To: Jamal Hadi Salim, Cong Wang, Jiri Pirko, Ilya Maximets; +Cc: netdev

- patch 1 extends tdc to skip tests when iproute2 support is missing
- patch 2 extends TC tunnel_key action to add support for TUNNEL_DONT_FRAGMENT 

Davide Caratti (2):
  selftest: tc-testing: extend the "skip" property
  net/sched: act_tunnel_key: add support for "don't fragment"

 include/uapi/linux/tc_act/tc_tunnel_key.h     |   1 +
 net/sched/act_tunnel_key.c                    |   6 +
 .../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 ++-
 6 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] 6+ messages in thread

end of thread, other threads:[~2023-03-21  2:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-20 11:44 [PATCH net-next 0/2] net/sched: act_tunnel_key: add support for TUNNEL_DONT_FRAGMENT Davide Caratti
2023-03-20 11:44 ` [PATCH net-next 1/2] selftest: tc-testing: extend the "skip" property Davide Caratti
2023-03-20 11:44 ` [PATCH net-next 2/2] net/sched: act_tunnel_key: add support for "don't fragment" Davide Caratti
2023-03-20 12:48   ` Pedro Tammela
2023-03-21  2:53   ` Jakub Kicinski
2023-03-21  2:54   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).