[ovs-git] Open vSwitch: lib/classifier: Simpilify array ordering. (master)

dev at openvswitch.org dev at openvswitch.org
Thu May 15 03:03:50 UTC 2014


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  0b810ca89262d0ff270994a5074d29e3c0b0002a (commit)
      from  8492d147e9662066e1e3f53b3ed7f70d5184897f (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 0b810ca89262d0ff270994a5074d29e3c0b0002a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0b810ca89262d0ff270994a5074d29e3c0b0002a
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
lib/classifier: Simpilify array ordering.
		
The terminology we used for subtable ordering ('splice', 'right
before') was inherited from an earlier use of a linked list, and
turned out to be confusing when applied to an array.  Also, we only
ever move one subtable earlier or later within the array, so we can
simplify the code as well.

Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>

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

Summary of changes:
 lib/classifier.c |  114 ++++++++++++++++++++++++++----------------------------
 1 file changed, 55 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list