classifier: Rename struct cls_table as cls_subtable.
authorJarno Rajahalme <jrajahalme@nicira.com>
Tue, 29 Oct 2013 23:39:52 +0000 (16:39 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 30 Oct 2013 01:41:51 +0000 (18:41 -0700)
commit0386824614e9739d4b20b8355cfe973d0a3655c7
treec90564d8be5b6c4aa7dabc7c1cf424fd50f13a6e
parent00467f7367deade04c4405e1eb2841581700d519
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@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/classifier.c
lib/classifier.h
ofproto/ofproto-dpif.c
ofproto/ofproto.c
tests/test-classifier.c