[dpdk-dev] [PATCH v6 2/2] librte_lpm: Improve performance of the delete and add functions

Bruce Richardson bruce.richardson at intel.com
Mon Sep 17 17:44:21 CEST 2018


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 <alex at 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.richardson at intel.com>



More information about the dev mailing list