From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com ([66.111.4.28]:40315 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750811AbeBUU01 (ORCPT ); Wed, 21 Feb 2018 15:26:27 -0500 Date: Wed, 21 Feb 2018 22:26:24 +0200 From: Ido Schimmel To: David Ahern Cc: netdev@vger.kernel.org, tom@herbertland.com, davem@davemloft.net, roopa@cumulusnetworks.com, nikolay@cumulusnetworks.com Subject: Re: [PATCH net-next 6/7] mlxsw: spectrum_router: Add support for ipv6 hash policy update Message-ID: <20180221202624.GB18451@splinter.mtl.com> References: <20180221184954.28875-1-dsahern@gmail.com> <20180221184954.28875-7-dsahern@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180221184954.28875-7-dsahern@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Feb 21, 2018 at 10:49:53AM -0800, David Ahern wrote: > Similar to 28678f07f127d ("mlxsw: spectrum_router: Update multipath hash > parameters upon netevents") for IPv4, make sure the kernel and asic are > using the same hash algorithm for path selection. > > Signed-off-by: David Ahern Reviewed-by: Ido Schimmel Will review the rest and test tomorrow morning first thing. Thanks a lot!