[ovs-git] Open vSwitch: classifier: Rename struct cls_table as cls_subtable. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Oct 30 01:44:05 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, master has been updated
       via  0386824614e9739d4b20b8355cfe973d0a3655c7 (commit)
      from  00467f7367deade04c4405e1eb2841581700d519 (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 0386824614e9739d4b20b8355cfe973d0a3655c7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0386824614e9739d4b20b8355cfe973d0a3655c7
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
classifier: Rename struct cls_table as cls_subtable.
		
The naming of the classifier table has been a source of confusion,
since each OpenFlow table is implemented as a classifier, which
consists of multiple (sub)tables.  This name change hopefully makes
classifier related discussion a bit less confusing.

For consistency, relevant field names as well as the function and
variable names have been renamed in similar fashion.

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


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

Summary of changes:
 lib/classifier.c        |  356 ++++++++++++++++++++++++-----------------------
 lib/classifier.h        |   72 +++++-----
 ofproto/ofproto-dpif.c  |    6 +-
 ofproto/ofproto.c       |    4 +-
 tests/test-classifier.c |    8 +-
 5 files changed, 229 insertions(+), 217 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list