]> git.proxmox.com Git - ovs.git/commit - lib/classifier.c
lib/classifier: Rename 'cls_subtable_cache' as 'cls_subtables'.
authorJarno Rajahalme <jrajahalme@nicira.com>
Mon, 19 May 2014 17:41:03 +0000 (10:41 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Mon, 19 May 2014 17:41:03 +0000 (10:41 -0700)
commit5a87054c2d832d0e10b30a1f223707acb8efbeb7
treed5ea7eaaf605488031df1439e423a5ca0769849f
parent4981dbf8a52f74a8f88670cf9b111267fd4e3388
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@nicira.com>
lib/classifier.c
tests/test-classifier.c