From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [Patch net-next] ipv6: use ipv6_addr_any() helper Date: Wed, 22 May 2013 18:06:38 +0200 Message-ID: <519CED0E.9050708@6wind.com> References: <1369237266-21742-1-git-send-email-xiyou.wangcong@gmail.com> Reply-To: nicolas.dichtel@6wind.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: netdev@vger.kernel.org, Hideaki YOSHIFUJI , "David S. Miller" To: Cong Wang Return-path: Received: from mail-we0-f169.google.com ([74.125.82.169]:54801 "EHLO mail-we0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750956Ab3EVQGo (ORCPT ); Wed, 22 May 2013 12:06:44 -0400 Received: by mail-we0-f169.google.com with SMTP id q55so1423512wes.0 for ; Wed, 22 May 2013 09:06:43 -0700 (PDT) In-Reply-To: <1369237266-21742-1-git-send-email-xiyou.wangcong@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: Le 22/05/2013 17:41, Cong Wang a =C3=A9crit : > From: Cong Wang > > ipv6_addr_any() is a faster way to determine if an addr > is ipv6 any addr, no need to compute the addr type. > > Cc: Nicolas Dichtel > Cc: Hideaki YOSHIFUJI > Cc: David S. Miller > Signed-off-by: Cong Wang > Acked-by: Nicolas Dichtel