[ovs-git] Open vSwitch: ofproto-dpif: Only track drop flows that are installed (branch-1.11)

dev at openvswitch.org dev at openvswitch.org
Tue Jul 30 18:34:54 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  ee762450406f33dc9e12f1632a83196ac6857ada (commit)
       via  1b61b510619f2a2a9e0783d9cb40d1f78137e5f5 (commit)
      from  3de6893a9c7cfb85f57ae4ae7378c17bbb24d43f (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 ee762450406f33dc9e12f1632a83196ac6857ada
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ee762450406f33dc9e12f1632a83196ac6857ada
Author: Andy Zhou <azhou at nicira.com>
		
ofproto-dpif: Only track drop flows that are installed
		
Signed-off-by: Andy Zhou <azhou at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 1b61b510619f2a2a9e0783d9cb40d1f78137e5f5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1b61b510619f2a2a9e0783d9cb40d1f78137e5f5
Author: Andy Zhou <azhou at nicira.com>
		
ofproto-dpif: Unset DPIF_FP_MODIFY flag when creating a new flo
		
Remove the DPIF_FP_MODIFY flag when creating a new flow. When flows arrive in
a batch, userspace may push down multiple unique flow definitions that
overlap when wildcards are applied. Kernels support flow wildcarding
will reject these flow as duplicates (EEXIST), which will be logged
at a lower logging level.

Signed-off-by: Andy Zhou <azhou at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 ofproto/ofproto-dpif.c |   28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list