From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com ([66.111.4.26]:41379 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753815AbeBVMyQ (ORCPT ); Thu, 22 Feb 2018 07:54:16 -0500 Date: Thu, 22 Feb 2018 14:54:13 +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: <20180222125413.GA981@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 Tested-by: Ido Schimmel