summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate-cache.h
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2017-10-18 23:16:22 -0700
committerJustin Pettit <jpettit@ovn.org>2018-01-10 16:42:00 -0800
commit74c4530dca939109f3fb79776b60b8722e149738 (patch)
tree1896d1f139794fcb1c2480f934a4545fc4953cf5 /ofproto/ofproto-dpif-xlate-cache.h
parentd39ec23de38464ee35b3098b9f6c5f06d5191015 (diff)
downloadopenvswitch-74c4530dca939109f3fb79776b60b8722e149738.tar.gz
ofproto-dpif: Don't slow-path controller actions with pause.
A previous patch removed slow-pathing for controller actions with the exception of ones that specified "pause". This commit removes that restriction so that no controller actions are slow-pathed. Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/ofproto-dpif-xlate-cache.h')
-rw-r--r--ofproto/ofproto-dpif-xlate-cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-xlate-cache.h b/ofproto/ofproto-dpif-xlate-cache.h
index 19c1ef7b9..e5dae6dc6 100644
--- a/ofproto/ofproto-dpif-xlate-cache.h
+++ b/ofproto/ofproto-dpif-xlate-cache.h
@@ -52,7 +52,6 @@ enum xc_type {
XC_FIN_TIMEOUT, /* Calls back to ofproto. */
XC_GROUP,
XC_TNL_NEIGH,
- XC_CONTROLLER,
XC_TUNNEL_HEADER,
};