Re: [patch net-next 0/3] mlxsw: spectrum_router: Optimize LPM trees

2018-01-22 Thread David Miller
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 a

[patch net-next 0/3] mlxsw: spectrum_router: Optimize LPM trees

2018-01-22 Thread Jiri Pirko
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