From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v6 1/2] librte_lpm: Improve performance of the delete and add functions Date: Mon, 17 Sep 2018 16:43:16 +0100 Message-ID: <20180917154316.GA4520@bricha3-MOBL.ger.corp.intel.com> References: <12f8f4a5-9e7d-4544-a694-a10f07498eda@fmsmsx106.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , Stephen Hemminger To: Alex Kiselev Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DDB305F25 for ; Mon, 17 Sep 2018 17:43:25 +0200 (CEST) Content-Disposition: inline In-Reply-To: <12f8f4a5-9e7d-4544-a694-a10f07498eda@fmsmsx106.amr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Jul 17, 2018 at 12:20:10PM +0300, Alex Kiselev wrote: > librte_lpm: Improve lpm6 performance > > Rework the lpm6 rule subsystem and replace > current rules algorithm complexity O(n) > with hashtables which allow dealing with > large (50k) rule sets. > > Signed-off-by: Alex Kiselev Title needs a little rewording. Suggest "lpm: store rules in hash table for lpm6" or similar. Otherwise: Acked-by: Bruce Richardson