netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Kok, Auke" <auke-jan.h.kok@intel.com>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: johnathan@jonmasters.org, netdev@vger.kernel.org, dwmw2@infradead.org
Subject: Re: network interface *name* alias support?
Date: Fri, 23 May 2008 10:14:27 -0700	[thread overview]
Message-ID: <4836FB73.2010709@intel.com> (raw)
In-Reply-To: <alpine.LNX.1.10.0805231817100.25193@fbirervta.pbzchgretzou.qr>

Jan Engelhardt wrote:
> Jon Masters wrote:
>>> On Fri, 2008-05-23 at 14:07 +0100, David Woodhouse wrote:
>>> On Wed, 2008-05-21 at 18:47 -0400, Jon Masters wrote:
>>>> I would like to add support for network interface name aliases to
>>>> the kernel. For example, rather than simply "eth0", one might
>>>> have:
>>>>
>>>> eth0 -> eth_slot_0_0
>>>>
>>>> And use either name for device configuration, etc. This should be
>>>> pretty easy, but I would like some comments - in particular, has
>>>> this been done already and I'm missing something?
>>> Why do you need a given interface to have more than one name? Why
>>> not just assign names according to whatever criteria you care
>>> about? That's entirely a udev problem, surely?
>> Well, for various reasons, we have folks who want to always retain
>> the existing "legacy" naming to "avoid confusion". Yeah, personally
>> I don't really think it matters...but apparently it does, so I'm
>> happy to oblige and have udev set an alias according to physical
>> slot position aswell.
> 
> It is up to the user what name an interface gets. As such, you can 
> encode all information you need into it, limited only by the 
> maximum name length. Where is the problem?
> 
> If one personally cannot associate ethX with a hardware port, you can 
> rename it to be more meaningful. I have done that with server boxen,
> where things like igb0 and igb1 denoted the Intel E1000 in the PCI slot, 
> iet0 the on-board Intel E100, and bcm0/bcm1 the two on-board (it's a 
> Tyan S2892) Broadcom ethernets; and all is well.
> 
> It is a bit of a pity that Linux by default calls all its Ethernet 
> devices just "eth", quite unlike BSD/Solaris. Only very few (Ethernet) 
> drivers use non-ethX naming, namely raX for Ralink before it was merged, 
> wlanX for ndiswrapper it seems, and athX for madwifi.

FWIW you can just use ethtool to determine the slot address quickly in userspace.
There's no real need to do this in the kernel.

# ethtool -i eth0
driver: e1000e
version: 0.2.0
firmware-version: 1.3-0
bus-info: 0000:00:19.0

if you really want to make this structured, then a hal plugin seems a logical
place to implement this, since it already does device renaming. Having aliases
seems to be a bit of a nightmare and might confuse a lot of userspace
programs/scripts.

Auke

  reply	other threads:[~2008-05-23 17:14 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-23 16:31 network interface *name* alias support? Jan Engelhardt
2008-05-23 17:14 ` Kok, Auke [this message]
2008-05-23 17:44   ` Rick Jones
2008-05-23 19:06     ` Jon Masters
2008-05-23 19:11       ` Jon Masters
2008-05-23 20:46       ` Jan Engelhardt
2008-05-23 20:55         ` Jon Masters
2008-05-23 22:54       ` Thomas Graf
2008-05-24  4:25         ` Jon Masters
2008-05-24  4:53           ` Jan Engelhardt
2008-05-24  5:16             ` Matt Domsch
2008-05-24  9:15               ` James Chapman
2008-05-24  9:33                 ` David Woodhouse
2008-05-24 10:37                   ` James Chapman
2008-05-24 20:31                   ` Patrick McHardy
2008-05-24 20:54                     ` Jan Engelhardt
2008-05-25  3:07                       ` Patrick McHardy
2008-05-25 12:17                         ` David Miller
2008-05-27 19:03                           ` Matt Domsch
2008-05-27 21:49                             ` Jan Engelhardt
2008-05-27 22:11                             ` Thomas Graf
2008-05-24 18:12           ` Stephen Hemminger
  -- strict thread matches above, loose matches on Subject: below --
2008-05-21 22:47 Jon Masters
2008-05-23 13:07 ` David Woodhouse
2008-05-23 14:50   ` Jon Masters

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=4836FB73.2010709@intel.com \
    --to=auke-jan.h.kok@intel.com \
    --cc=dwmw2@infradead.org \
    --cc=jengelh@medozas.de \
    --cc=johnathan@jonmasters.org \
    --cc=netdev@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).