lpm6: add incremental update on delete
authorAlex Kiselev <alex@therouter.net>
Tue, 18 Sep 2018 10:57:17 +0000 (13:57 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 19 Sep 2018 15:11:37 +0000 (17:11 +0200)
commite480688dce6d291b06612b40d4d7c63eda734298
tree37fbf2ed65f52c6eb6911f93724527d7d0438109
parent86b3b21952a8d304376761c56e3031d9b4d09ea4
lpm6: add incremental update on delete

Rework the delete function and add additional
internal data structures to support incremental
LPM tree update rather than full tree rebuild.

Signed-off-by: Alex Kiselev <alex@therouter.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_lpm/rte_lpm6.c