ofproto-dpif: Add ability to disable megaflows.
authorJustin Pettit <jpettit@nicira.com>
Sat, 29 Jun 2013 00:13:50 +0000 (17:13 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 29 Jun 2013 01:35:09 +0000 (18:35 -0700)
commitdc83eda1ac3241c1fe6fc5ccd16ac7f117c07398
tree3dc8e8f1185917145100f1c1f251cf683dc708ac
parent0aa9aaee9fab1a3534a77c79736f9843edebe88a
ofproto-dpif: Add ability to disable megaflows.

Add new "dpif/disable-megaflows" and "dpif/enable-megaflows" commands to
ovs-appctl to disable and enable megaflows, respectively.  By default,
megaflows are enabled, and these commands should only be used for
debugging.

Feature #18265.

Requested-by: Ronghua Zhang <rzhang@vmware.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c