[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1679312049.git.dcaratti@redhat.com>
Date: Mon, 20 Mar 2023 12:44:53 +0100
From: Davide Caratti <dcaratti@...hat.com>
To: Jamal Hadi Salim <jhs@...atatu.com>,
Cong Wang <xiyou.wangcong@...il.com>,
Jiri Pirko <jiri@...nulli.us>,
Ilya Maximets <i.maximets@....org>
Cc: netdev@...r.kernel.org
Subject: [PATCH net-next 0/2] net/sched: act_tunnel_key: add support for TUNNEL_DONT_FRAGMENT
- 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
Powered by blists - more mailing lists