Re: [PATCH] ieee1394: eth1394: use "firewire%d" instead of "eth%d"as interface name

From: David Miller
Date: Thu May 21 2009 - 15:34:23 EST


From: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx>
Date: Thu, 21 May 2009 15:29:10 +0200 (CEST)

> Change the initial name of IP-over-1394 networking interfaces from
> "eth[0-9]+" to "firewire[0-9]+".
>
> This should have been done years ago for the reason mentioned in the
> inline comment. The naming issue basically prevented acceptance of
> IP networking over 1394 on Linux.
>
> The future IP-over1394 driver in the newer alternative firewire driver
> stack will use the "firewire%d" format from the start while "eth%d" will
> no longer be used in the new driver.
>
> Necessary changes in userland:
>
> People who use the eth1394 driver either have to update their network
> configuration (or instead perhaps respecpective udev interface renaming
> rules) to the new names, or add
>
> options eth1394 firewire_interface_name=N
>
> to /etc/modprobe.conf or /etc/modprobe.d/whatever if they really prefer
> the old names.
>
> Signed-off-by: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx>

I think the basis for this patch is completely bogus.

Device names are just that, names. If you want to know "what it is"
or "where it is" you use tools to determine that information.

If you make ethtool's get info command return something useful,
then the user can see that it's a firewire interface and act
accordingly, as can sophisticated confiruation applications.

I am completely against this patch.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/