ofproto: Remove run_fast() functions.
authorEthan Jackson <ethan@nicira.com>
Thu, 21 Nov 2013 01:12:40 +0000 (17:12 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 13 Dec 2013 04:21:11 +0000 (20:21 -0800)
commita6b7506dab305d91fc5f2ac6416a714e5fa09dd4
tree63c59e4e9e764d55487f0116bb382cc916198a67
parentd7285d74b780e526aef4cb5c322c88ad8de927c5
ofproto: Remove run_fast() functions.

They don't really make sense in a multithreaded architecture.  Once
flow miss batches are dispatched with, they will be extra useless.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c
vswitchd/bridge.h
vswitchd/ovs-vswitchd.c