[ovs-git] Open vSwitch: ofproto-dpif: Add ability to disable megaflows. (branch-1.11)

dev at openvswitch.org dev at openvswitch.org
Sat Jun 29 01:35:57 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-1.11 has been updated
       via  dc83eda1ac3241c1fe6fc5ccd16ac7f117c07398 (commit)
       via  0aa9aaee9fab1a3534a77c79736f9843edebe88a (commit)
      from  039ebcf1ec5ca2da59c5d22a1782dc04835c3dce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dc83eda1ac3241c1fe6fc5ccd16ac7f117c07398
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=dc83eda1ac3241c1fe6fc5ccd16ac7f117c07398
Author: Justin Pettit <jpettit at nicira.com>
		
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 at vmware.com>
Signed-off-by: Justin Pettit <jpettit at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


commit 0aa9aaee9fab1a3534a77c79736f9843edebe88a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0aa9aaee9fab1a3534a77c79736f9843edebe88a
Author: Justin Pettit <jpettit at nicira.com>
		
flow: Don't assume non-IPv4 is IPv6 for un-wildcarding.
		
When determinining what fields to un-wildcard for the symmetric L4 hash,
don't include the IPv6 address fields if the packet isn't IPv6.

Reported-by: Jarno Rajahalme <jarno.rajahalme at nsn.com>
Signed-off-by: Justin Pettit <jpettit at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/flow.c             |    2 +-
 ofproto/ofproto-dpif.c |   62 ++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 59 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list