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:32:15 +0000 (18:32 -0700)
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>

No differences found