Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964916AbWBTMQz (ORCPT ); Mon, 20 Feb 2006 07:16:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964920AbWBTMQz (ORCPT ); Mon, 20 Feb 2006 07:16:55 -0500 Received: from webapps.arcom.com ([194.200.159.168]:7429 "EHLO webapps.arcom.com") by vger.kernel.org with ESMTP id S964916AbWBTMQy (ORCPT ); Mon, 20 Feb 2006 07:16:54 -0500 Message-ID: <43F9B32B.3090203@cantab.net> Date: Mon, 20 Feb 2006 12:16:43 +0000 From: David Vrabel User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alessandro Zummo CC: Adrian Bunk , Martin Michlmayr , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, John Bowler Subject: Re: [RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist References: <20060220010113.GA19309@deprecation.cyrius.com> <20060220014735.GD4971@stusta.de> <20060220030146.11f418dc@inspiron> In-Reply-To: <20060220030146.11f418dc@inspiron> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Feb 2006 12:16:58.0109 (UTC) FILETIME=[8B9CBAD0:01C63617] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1480 Lines: 37 Alessandro Zummo wrote: > On Mon, 20 Feb 2006 02:47:35 +0100 > Adrian Bunk wrote: > > >>>Some Ethernet hardware implementations have no built-in storage for >>>allocated MAC values - an example is the Intel IXP420 chip which has >>>support for Ethernet but no defined way of storing allocated MAC values. >>>With such hardware different board level implementations store the >>>allocated MAC (or MACs) in different ways. Rather than put board level >>>code For those not familar with the IXP4xx, the Ethernet drivers are proprietary and given that there are no other proposed users of this maclist code there's no need for it in the kernel at this time. >>Silly question: >> >>Why can't this be implemented in user space using the SIOCSIFHWADDR >>ioctl? I'm with Adrian on this -- it's a job for userspace. The storage of the MAC address isn't something that's necessarily board specific anyway but could depend on which bootloader is used and/or the bootloader version. > Because sometimes you need to have networking available > well before userspace. In the specific case of the IXP4xx, you presumably have some userspace available because you've just loaded the NPE firmware from it, yes? David Vrabel - 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/