lpm: merge tbl24 and tbl8 structures
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 24 Nov 2015 14:25:56 +0000 (14:25 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 4 Mar 2016 15:01:15 +0000 (16:01 +0100)
commit5ecdeba601d13156379dde4e8bbca69a20c049af
treeb1ea4d95bcedfdcf10b78123c6b949560411c1fd
parentd6b324c00fc933f757e68c54c0e50c92826d83f0
lpm: merge tbl24 and tbl8 structures

The tbl8 and tbl24 structures were essentially identical except for
slightly different names for one or two fields. Merge these two
structures into a single structure definition.

Two fields have been renamed as part of this change: the
"ext_entry" field in the tbl24 has been renamed to "valid_group" to match
the tbl8 value to make the merge easier, and the "tbl8_gindex" field has
been renamed to "group_idx". The "valid_group" field now serves two
purposes: in a tbl8 it indicates if the group, i.e. the tbl8, is valid,
and in a tbl24, it indicates if the "group_idx" is valid, i.e. whether
the value is a next_hop or a tbl8 index. [The name "group_idx" was used
to make this latter link between the fields clearer]

Suggested-by: Vladimir Medvedkin <medvedkinv@gmail.com>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_lpm/rte_lpm.c
lib/librte_lpm/rte_lpm.h