ofproto-dpif: Remove vestigial "clogged" feature.
authorBen Pfaff <blp@nicira.com>
Sun, 1 Sep 2013 21:46:04 +0000 (14:46 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Sep 2013 04:18:43 +0000 (21:18 -0700)
commite0edc8d1c3a10b3ca8e3e40f163ff60e5aaa35d4
tree41b0d940c8409163759c7cb1d917987485655369
parent5b6aec3d70fb8a88407d24aa01834b40729338b6
ofproto-dpif: Remove vestigial "clogged" feature.

Before this commit, ofproto-dpif did not ordinarily ever defer
completion of a flow_mod, but it was possible to use "ovs-appctl
ofproto/clog" to force deferring completion, which allowed some basic
debugging of deferred completion.  I only ever used that feature once,
while doing initial debugging of the deferred completion feature.  I
intend in future commits to make changes that will make deferred
completion harder to implement in ofproto-dpif, so this commit removes
that feature in advance.

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