Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 19 Mar 2003 22:14:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 19 Mar 2003 22:14:41 -0500 Received: from pizda.ninka.net ([216.101.162.242]:58284 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Wed, 19 Mar 2003 22:14:40 -0500 Date: Wed, 19 Mar 2003 19:23:31 -0800 (PST) Message-Id: <20030319.192331.95884882.davem@redhat.com> To: yoshfuji@wide.ad.jp Cc: dlstevens@us.ibm.com, kuznet@ms2.inr.ac.ru, linux-kernel@vger.kernel.org, netdev@oss.sgi.com Subject: Re: [PATCH] anycast support for IPv6, updated to 2.5.44 From: "David S. Miller" In-Reply-To: <20030320.120136.108400165.yoshfuji@wide.ad.jp> References: <20030319.163105.44963500.davem@redhat.com> <20030320.120136.108400165.yoshfuji@wide.ad.jp> X-FalunGong: Information control. X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1192 Lines: 27 From: YOSHIFUJI Hideaki / 吉藤英明 Date: Thu, 20 Mar 2003 12:01:36 +0900 (JST) In article <20030319.163105.44963500.davem@redhat.com> (at Wed, 19 Mar 2003 16:31:05 -0800 (PST)), "David S. Miller" says: > I'm going to apply this, with the small change that dev_getany() is > renamed to dev_get_by_flags() which more accurately describes > what the routine does. Again: I don't like API at all. Anycast address management itself in that patch would be ok. However, JOIN/LEAVE is NOT useful and userland application will be incompatible with other implementation. (sigh...) I think linux likes unicast model (assign address like unicast address), too. Please propose alternative API, or do you suggest not to export this facility to user at all? And, we see __constant_{hton,ntoh}{l,h}() again... I will fix this, thank you for mentioning this. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/