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)
commit6b35e630732ff11df4fcb3c3572b165ae04dc6f7
tree36ca90ed2c3741992d074f83694e00aac9d3c174
parent7f8a65cac1a42e1c8eb1b1f6ebf76b57718befc4
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