summaryrefslogtreecommitdiff
path: root/tests/ofproto-macros.at
diff options
context:
space:
mode:
authorPaul Blakey <paulb@mellanox.com>2018-05-06 15:26:35 +0300
committerSimon Horman <simon.horman@netronome.com>2018-05-11 16:41:44 +0200
commitd00eeded6a9bd9c9c2b8a40a0e87f265a7e65577 (patch)
treecaba90afed937b94aa3dbcbbe8848eb3f4c49945 /tests/ofproto-macros.at
parentd87e08978fc3b522acb4ecb21cffb5c2108b3b33 (diff)
downloadopenvswitch-d00eeded6a9bd9c9c2b8a40a0e87f265a7e65577.tar.gz
netdev-tc-offloads: Probe for allowing multiple masks on single priority
OVS datapath flows aren't overlapping, so having their tc flower counterparts be prioritized makes no sense, we did so because of a tc flower restriction. Kernel tc flower added support for multiple masks on a single flower instance (there's an instance per priority) to remove this restriction. Probe for this once on first added port, and if available, use a single priority per ethertype when inserting tc flower flows. Signed-off-by: Paul Blakey <paulb@mellanox.com> Reviewed-by: Roi Dayan <roid@mellanox.com> Signed-off-by: Simon Horman <simon.horman@netronome.com>
Diffstat (limited to 'tests/ofproto-macros.at')
-rw-r--r--tests/ofproto-macros.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at
index c2dbec212..9a3746468 100644
--- a/tests/ofproto-macros.at
+++ b/tests/ofproto-macros.at
@@ -346,6 +346,7 @@ m4_define([_OVS_VSWITCHD_START],
/dpdk|INFO|DPDK Disabled - Use other_config:dpdk-init to enable/d
/netlink_socket|INFO|netlink: could not enable listening to all nsid/d
/netdev: Flow API/d
+/probe tc:/d
/tc: Using policy/d']])
])