numam-dpdk/lib/librte_lpm
Na Na 3591a83607 lpm: fix incorrect reuse of already allocated tbl8
Fixes an initialization issue of 'valid_group' in the delete_depth_small().

When adding an entry to a tbl8, the .valid_group field should always be set,
so that future adds do not accidently find and use this table, thinking it is
currently invalid, i.e. unused, and thereby overwrite existing entries.

Signed-off-by: Na Na <nana.nn@alibaba-inc.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2015-11-04 01:18:22 +01:00
..
Makefile lpm: remove deprecated field 2015-09-03 19:22:48 +02:00
rte_lpm6.c tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
rte_lpm6.h tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
rte_lpm_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_lpm.c lpm: fix incorrect reuse of already allocated tbl8 2015-11-04 01:18:22 +01:00
rte_lpm.h lpm: remove deprecated field 2015-09-03 19:22:48 +02:00