[ovs-git] Open vSwitch: lib/classifier: Rename 'cls_subtable_cache' as 'cls_subtables'. (master)

dev at openvswitch.org dev at openvswitch.org
Mon May 19 18:05:17 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  5a87054c2d832d0e10b30a1f223707acb8efbeb7 (commit)
      from  4981dbf8a52f74a8f88670cf9b111267fd4e3388 (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 5a87054c2d832d0e10b30a1f223707acb8efbeb7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5a87054c2d832d0e10b30a1f223707acb8efbeb7
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
lib/classifier: Rename 'cls_subtable_cache' as 'cls_subtables'.
		
'cache' gives an inexact connotation, as the list is always expected
to be in order and contain pointers to all the subtables.

The struct cls_subtables fields are are also renamed to be more readable.

struct cls_classifier fields 'subtables' is remamed to 'subtables_map' and
'subtables_priority' is renamed to 'subtables',

There are no functional changes in this patch.

Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>


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

Summary of changes:
 lib/classifier.c        |  168 +++++++++++++++++++++++------------------------
 tests/test-classifier.c |    6 +-
 2 files changed, 86 insertions(+), 88 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list