From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [patch net-next 0/3] mlxsw: spectrum_router: Optimize LPM trees Date: Mon, 22 Jan 2018 09:22:28 -0500 (EST) Message-ID: <20180122.092228.1736668568145702413.davem@davemloft.net> References: <20180122081742.3553-1-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, idosch@mellanox.com, mlxsw@mellanox.com To: jiri@resnulli.us Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:34434 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751087AbeAVOWa (ORCPT ); Mon, 22 Jan 2018 09:22:30 -0500 In-Reply-To: <20180122081742.3553-1-jiri@resnulli.us> Sender: netdev-owner@vger.kernel.org List-ID: From: Jiri Pirko Date: Mon, 22 Jan 2018 09:17:39 +0100 > From: Jiri Pirko > > Ido says: > > This set tries to optimize the structure of the LPM trees used for route > lookup by avoiding lookups that are guaranteed not to return a result. > This is done by making sure only used prefix lengths are present in the > tree. > > First two patches are small preparatory steps towards the actual change > in the last patch. Series applied, thanks everyone.