From: Jim Fehlig <jfehlig@novell.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: static vif/tap names
Date: Tue, 13 Oct 2009 23:30:15 -0600 [thread overview]
Message-ID: <4AD561E7.3090808@novell.com> (raw)
I have received user requests for static vif/tap names. The use case is
certainly valid: dom0 tools require consistent and predefined names of
virtual network interfaces.
The Xen vifname parameter satisfies this use case for pv vifs, but
emulated vifs are named dynamically, e.g. tapX.Y. My initial thought
was to honor the vifname parameter when generating the qemu args, but
there are cases when both pv and emulated vifs are created - e.g. when
vif config contains no 'type=' param or when 'type=ioemu'.
Two options I have considered are:
1. Appending vifname, if specified, to "tap" (tap-<vifname>), otherwise
use current dynamic tapX.Y
2. Add a 'tapname=' parameter to vif config. This would allow
controlling the vif and tap interface names independently.
Is once of these solutions acceptable? Any alternate suggestions?
Regards,
Jim
next reply other threads:[~2009-10-14 5:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-14 5:30 Jim Fehlig [this message]
2009-10-14 6:48 ` static vif/tap names Keir Fraser
2009-10-14 18:31 ` Jim Fehlig
2009-10-16 4:54 ` Fischer, Anna
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=4AD561E7.3090808@novell.com \
--to=jfehlig@novell.com \
--cc=xen-devel@lists.xensource.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.