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 <a...@therouter.net>
Title needs a little rewording. Suggest "lpm: store rules in hash table for lpm6" or similar. Otherwise: Acked-by: Bruce Richardson <bruce.richard...@intel.com>