numam-dpdk/lib/librte_lpm
Wei Dai f05b0fbe7d lpm: remove redundant check when adding rule
When a rule with depth > 24 is added into an existing
rule with depth <=24, a new tbl8 is allocated, the existing
rule first fulfill whole new tbl8, so the filed valid of
each entry in this tbl8 is always true and depth of each
entry is always <= 24 before adding the new rule with depth > 24.

Signed-off-by: Wei Dai <wei.dai@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2016-10-13 22:17:00 +02:00
..
Makefile lpm: add AltiVec for ppc64 2016-09-09 17:56:08 +02:00
rte_lpm6.c lpm6: fix possible garbage in lookup 2016-05-02 15:15:45 +02:00
rte_lpm6.h lpm6: fix missing header dependency 2016-05-02 12:37:49 +02:00
rte_lpm_altivec.h lpm: add AltiVec for ppc64 2016-09-09 17:56:08 +02:00
rte_lpm_neon.h lib: add missing include dependencies 2016-09-13 15:35:28 +02:00
rte_lpm_sse.h lib: add missing include dependencies 2016-09-13 15:35:28 +02:00
rte_lpm_version.map lpm: extend IPv4 next hop field 2016-03-09 22:57:43 +01:00
rte_lpm.c lpm: remove redundant check when adding rule 2016-10-13 22:17:00 +02:00
rte_lpm.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00