| To: | Jeremy Martin <martinjd@xxxxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH] fix tuntap oversight |
| From: | Jeff Garzik <jgarzik@xxxxxxxxx> |
| Date: | Mon, 12 Apr 2004 12:43:30 -0400 |
| Cc: | "David S. Miller" <davem@xxxxxxxxxx>, netdev@xxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx |
| In-reply-to: | <20040412162916.GA5046@xxxxxxxxxxxxx> |
| References: | <20040412065947.GC18810@xxxxxxxxxxxxx> <20040412001551.05476658.davem@xxxxxxxxxx> <20040412162916.GA5046@xxxxxxxxxxxxx> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 |
Jeremy Martin wrote: On Mon, Apr 12, 2004 at 12:15:51AM -0700, David S. Miller wrote:This netif_running() check is not necessary, and in fact wrong. In fact, if ethernet drivers erroneously do this, this causes them to fail to support the ALB bonding driver modes which require on-the-fly MAC address changes while the interface is up.I just took a look in drivers/net/and acenic.c It's different for a driver that drives real hardware.struct net_device::set_mac_address() is called inside rtnl_lock(). The safe thing to do is 1) read MAC address from eeprom on probe 2) write MAC address to hardware upon each dev->open() 3) use default eth_mac_addr() from net_init.cAnd the netif_running() check in eth_mac_addr() is correct, because it does not update the hardware MAC address (which in this API would be impossible). Normally the netif_running() check is for hardware that cannot update its MAC address safely during operation.
Jeff
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] fix tuntap oversight, David S. Miller |
|---|---|
| Next by Date: | rudimentary ISR question, Steve Modica |
| Previous by Thread: | Re: [PATCH] fix tuntap oversight, David S. Miller |
| Next by Thread: | (no subject), Denis Vlasenko |
| Indexes: | [Date] [Thread] [Top] [All Lists] |