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 00:43:05 +0000 (17:43 -0700)
commit35232d3211aa9a88b6b56acf332ddcac68dfc5a6
treea78ba6dab88ac15a0e0ce10a57c316b073b0b653
parent60967820a1d3aa1f987b1d73f87e9fddd9403650
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