From: Jean Tourrilhes <jt@bougret.hpl.hp.com>
To: Linux kernel mailing list <linux-kernel@vger.kernel.org>,
Russell King <rmk@arm.linux.org.uk>
Cc: "Randy.Dunlap" <rddunlap@osdl.org>, Jeff Garzik <jgarzik@pobox.com>
Subject: Re: The magical mystical changing ethernet interface order
Date: Thu, 8 May 2003 12:32:45 -0700 [thread overview]
Message-ID: <20030508193245.GA26721@bougret.hpl.hp.com> (raw)
Russell King wrote :
>
> Does anyone know if there's a reason that the ethernet driver initialisation
> order has changed again in 2.5?
>
> Its rather annoying when your dhcpd starts on the wrong interface.
David S. Miller wrote
> Any reliance on link ordering is broken and needs to be fixed.
I fully agree with David, this problem goes beyond the link
order.
Since 97, I've been figthing this issue with my laptop. I've
got various Pcmcia card (Ethernet and Wireless), as well as PCI and
ISA Ethernet cards in the docking station. Depending on which
configuration the laptop is started in, eth0 could be any Pcmcia card
or any ISA/PCI card in the docking station.
With USB in the picture, things are even more dynamic. And no
careful kernel link order mechanism will ensure that eth0 is the same
device.
So, let's get rid of the link order "fix", because this
address only a small subset of the problem. Let's fix the real problem
which is that eth0 can't map any specific hardware device, and the
device name is totally arbitrary and meaningless.
Randy.Dunlap wrote :
> An alternative is to use 'nameif' to associate MAC addresses with
> interface names. See here for mini HOWTO:
>
> http://www.xenotime.net/linux/doc/network-interface-names.txt
Currently this feels like a kludge, because not fully
inegrated, but goes in the right direction.
Actually, it's pretty funny that the original Pcmcia package
got it right since the beggining (and Win2k as well), but
distributions took a step backward from that when integrating Pcmcia.
My belief is that configuration scripts should be specified in
term of MAC address (or subset) and not in term of device name. Just
like the Pcmcia scripts are doing it.
And let's go the extra mile : ifconfig should accept a MAC
address as the argument instead of a device name. And in the long
term, just get rid of device name from the user view.
Have fun...
Jean
next reply other threads:[~2003-05-08 19:20 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-08 19:32 Jean Tourrilhes [this message]
2003-05-08 21:43 ` Eli Carter
2003-05-08 22:19 ` Jean Tourrilhes
2003-05-08 21:46 ` Alan Cox
2003-05-08 23:23 ` Randy.Dunlap
-- strict thread matches above, loose matches on Subject: below --
2003-05-10 7:42 Thomas Hood
2003-05-08 23:38 Ray Lee
2003-05-09 12:41 ` Dick Streefland
2003-05-09 14:33 ` Mr. James W. Laferriere
2003-05-07 13:14 Russell King
2003-05-07 15:18 ` Dick Streefland
2003-05-07 15:38 ` Jeff Garzik
2003-05-07 15:24 ` Randy.Dunlap
2003-05-07 17:14 ` Russell King
2003-05-07 22:04 ` Andrew Morton
2003-05-07 22:28 ` Dave Hansen
2003-05-08 12:05 ` David S. Miller
2003-05-08 14:55 ` Alan Cox
2003-05-08 14:54 ` David S. Miller
2003-05-08 16:24 ` Arnaldo Carvalho de Melo
2003-05-08 16:26 ` Jeff Garzik
2003-05-08 16:30 ` Randy.Dunlap
2003-05-11 18:41 ` Jeff Garzik
2003-05-08 17:56 ` Kai Germaschewski
2003-05-08 17:36 ` Linus Torvalds
2003-05-09 6:51 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030508193245.GA26721@bougret.hpl.hp.com \
--to=jt@bougret.hpl.hp.com \
--cc=jgarzik@pobox.com \
--cc=jt@hpl.hp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rddunlap@osdl.org \
--cc=rmk@arm.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®