From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH][net-next][v2] net/ipv6: compute anycast address hash only if dev is null Date: Thu, 08 Nov 2018 17:04:56 -0800 (PST) Message-ID: <20181108.170456.1504944248961104561.davem@davemloft.net> References: <1541660287-8728-1-git-send-email-lirongqing@baidu.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: lirongqing@baidu.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:40478 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727229AbeKIKnJ (ORCPT ); Fri, 9 Nov 2018 05:43:09 -0500 In-Reply-To: <1541660287-8728-1-git-send-email-lirongqing@baidu.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Li RongQing Date: Thu, 8 Nov 2018 14:58:07 +0800 > avoid to compute the hash value if dev is not null, since > hash value is not used > > Signed-off-by: Li RongQing Applied.