On Tue, Jul 17, 2018 at 12:20:19PM +0300, Alex Kiselev wrote: > librte_lpm: Improve lpm6 performance > > There is no need to rebuild the whole LPM tree > when a rule is deleted. This patch addresses this > issue introducing new delete operation. > > Signed-off-by: Alex Kiselev <a...@therouter.net> > --- > lib/librte_lpm/rte_lpm6.c | 712 > ++++++++++++++++++++++++++++++++++++++-------- > 1 file changed, 597 insertions(+), 115 deletions(-) > As with patch 1, title could do with some rewording to make it clearer the specific change and that is applies to lpm6 only.
Otherwise: Acked-by: Bruce Richardson <bruce.richard...@intel.com>