]> git.proxmox.com Git - mirror_ovs.git/commit
ofproto-dpif: Don't slow-path controller actions with pause.
authorJustin Pettit <jpettit@ovn.org>
Thu, 19 Oct 2017 06:16:22 +0000 (23:16 -0700)
committerJustin Pettit <jpettit@ovn.org>
Thu, 11 Jan 2018 00:42:00 +0000 (16:42 -0800)
commit74c4530dca939109f3fb79776b60b8722e149738
tree1896d1f139794fcb1c2480f934a4545fc4953cf5
parentd39ec23de38464ee35b3098b9f6c5f06d5191015
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>
12 files changed:
lib/odp-util.c
lib/odp-util.h
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-dpif-xlate-cache.c
ofproto/ofproto-dpif-xlate-cache.h
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
tests/odp.at
tests/ofproto-dpif.at
tests/pmd.at
tests/tunnel-push-pop-ipv6.at
tests/tunnel-push-pop.at