From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com ([66.111.4.29]:35453 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932704AbeCBQkZ (ORCPT ); Fri, 2 Mar 2018 11:40:25 -0500 Date: Fri, 2 Mar 2018 18:40:20 +0200 From: Ido Schimmel To: David Ahern Cc: netdev@vger.kernel.org, davem@davemloft.net, roopa@cumulusnetworks.com, nikolay@cumulusnetworks.com, tom@herbertland.com Subject: Re: [PATCH v3 net-next 01/10] net/ipv4: Pass net to fib_multipath_hash instead of fib_info Message-ID: <20180302164020.GA20370@splinter> References: <20180302163221.26954-1-dsahern@gmail.com> <20180302163221.26954-2-dsahern@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180302163221.26954-2-dsahern@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Mar 02, 2018 at 08:32:12AM -0800, David Ahern wrote: > fib_multipath_hash only needs net struct to check a sysctl. Make it > clear by passing net instead of fib_info. In the end this allows > alignment between the ipv4 and ipv6 versions. > > Signed-off-by: David Ahern Reviewed-by: Ido Schimmel