From d00eeded6a9bd9c9c2b8a40a0e87f265a7e65577 Mon Sep 17 00:00:00 2001 From: Paul Blakey Date: Sun, 6 May 2018 15:26:35 +0300 Subject: 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 Reviewed-by: Roi Dayan Signed-off-by: Simon Horman --- tests/ofproto-macros.at | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/ofproto-macros.at') 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']]) ]) -- cgit v1.2.1