From: Brice Goglin <brice@myri.com>
To: linux-hotplug@vger.kernel.org
Subject: when does udev rename network interface ?
Date: Thu, 29 Jun 2006 15:42:18 +0000 [thread overview]
Message-ID: <44A3F4DA.4040802@myri.com> (raw)
Hi,
In our myri10ge ethernet driver, we print the interface name with
netdev->name at the end of the myri10ge_probe routine. When the user
wrote a rule to rename the interface, it looks like udev does the
renaming after the end of the probe routine, which means we are printing
the original netdev->name instead of the final one that udev sets.
I thought that udev would be called during register_netdev (which we
call in the probe routine). But, it seems it is actually called later.
Is there any way to wait until udev is actually called? or to force it
to rename before the end of the probe routine so that we can end the
driver initialization by printing the final name of the interface?
Thank you
Brice Goglin
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
next reply other threads:[~2006-06-29 15:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-29 15:42 Brice Goglin [this message]
2006-06-29 16:01 ` when does udev rename network interface ? Andrey Borzenkov
2006-06-29 16:56 ` Greg KH
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=44A3F4DA.4040802@myri.com \
--to=brice@myri.com \
--cc=linux-hotplug@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).