summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2023-02-07 15:03:57 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-02-08 22:14:22 +0100
commitf68e757ef1f6f3b10e7d5fabdd09631f9fe20da1 (patch)
treef63bb7a329e008dea957a93cf4e23f54333f2bfe /lib
parent5dfc8309d9df10075c6dd85250acda6daaeca6fd (diff)
downloadopenvswitch-f68e757ef1f6f3b10e7d5fabdd09631f9fe20da1.tar.gz
tests: Include working system-traffic tests into the system-offloads-testsuite.
Include and run the system-traffic.at tests as part of the system offload testsuite. Exclude all the tests that will not run without any special modifications. Lowered log level for "recirc_id sharing not supported" message, so tests will not fail with older kernels. This is not an error level message, but should be debug, like all other, EOPNOTSUPP, related log messages. Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Roi Dayan <roid@nvidia.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Tested-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/netdev-offload-tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netdev-offload-tc.c b/lib/netdev-offload-tc.c
index 134c24157..a13f2fe6b 100644
--- a/lib/netdev-offload-tc.c
+++ b/lib/netdev-offload-tc.c
@@ -2417,7 +2417,7 @@ netdev_tc_flow_put(struct netdev *netdev, struct match *match,
}
if ((chain || recirc_act) && !info->recirc_id_shared_with_tc) {
- VLOG_ERR_RL(&error_rl, "flow_put: recirc_id sharing not supported");
+ VLOG_DBG_RL(&rl, "flow_put: recirc_id sharing not supported");
return EOPNOTSUPP;
}