[ovs-git] Open vSwitch: classifier: Check all rules of equal priority when inserting. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Mar 19 16:31:26 UTC 2010


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, master has been updated
       via  4b2db3840cd8e10fa3bd51c5c1d0e7e39efc21d3 (commit)
      from  5a9e7099ebd720c9b9aa4b308f75645b33b1b15b (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 4b2db3840cd8e10fa3bd51c5c1d0e7e39efc21d3
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4b2db3840cd8e10fa3bd51c5c1d0e7e39efc21d3
Author: Jesse Gross <jesse at nicira.com>
		
classifier: Check all rules of equal priority when inserting.
		
When adding a new classifier rule we check if there is a rule
of the same priority first and overwrite it before inserting a
new rule.  Previously we would stop looking if we found one rule
in the correct bucket with the same priority, even if it didn't
match.  This keeps going until we either find a matching rule or
we run out of equal priority rules.

Reported-by: Tetsuo NAKAGAWA <nakagawa at mxc.nes.nec.co.jp>


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

Summary of changes:
 lib/classifier.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list