Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757133Ab1CNVDT (ORCPT ); Mon, 14 Mar 2011 17:03:19 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:43893 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751693Ab1CNVDS (ORCPT ); Mon, 14 Mar 2011 17:03:18 -0400 Date: Mon, 14 Mar 2011 17:03:17 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Greg KH cc: andy.green@linaro.org, "Rafael J. Wysocki" , , , Subject: Re: [RFC PATCH 3/4] PLATFORM: Introduce async platform_data attach api In-Reply-To: <20110314205432.GA1856@kroah.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1548 Lines: 35 On Mon, 14 Mar 2011, Greg KH wrote: > No, it has been determined a long time ago that network naming things > like this are to be done in userspace. It's an argument that has come > and gone many years ago, sorry. See all of the wonderful, and simple, > tools we have today in userspace to handle this type of thing. Distros > can use them how ever they see fit, and even better, users can configure > them! That means they don't have to rebuild their kernels, which is a > bit unreasonable, don't you think? ... > Perhaps we should just always name these things 'eth%d'? Oh wait, as it > really is a USB device, they are supposed to be called 'usb%d' as > determined (again) a long time ago. > > If a distro/board manufacturer wants to hide the fact that this really > is a usb device by renaming it to eth0, then again, it can. But don't > force the kernel to have that policy in it. This argument does sound contradictory. If network interface naming should be left entirely up to userspace, then why doesn't the kernel always generate names of the form "eth%d"? Why not rip all that stuff about "usb%d" or "wlan%d" out of the driver entirely? (Apart from the fact that this would be a user-visible change in kernel policy and would break a large number of systems...) Alan Stern -- 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/