From: "Benoît Canet" <benoit.canet@irqsave.net>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com, stefanha@redhat.com
Subject: [Qemu-devel] Alternative mac address setting
Date: Tue, 16 Jul 2013 13:36:49 +0200 [thread overview]
Message-ID: <20130716113648.GB5061@irqsave.net> (raw)
Hello,
I want to implement an alternative mac address setting to allow a guest using
virtio-net to change it's mac address by itself.
The main use case is high availability setups where a slave machine take the
lead when the master is failing. (heartbeat)
The thing that an alternate mac address setting would allow to do is to make
the switch _without_ requiring a gratuitous arp.
The slave guest would simply take the master guest mac address and resume
operations.
I initially though about implementing a list of alternate mac address but I fear
that in this context lists are frowed upon.
Do you have any advice on how to implement this feature ?
Should I support old net device declaration ?
What is the strict minimum changes that would need to be done to implement the
feature ?
Best regards
Benoît
next reply other threads:[~2013-07-16 11:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-16 11:36 Benoît Canet [this message]
2013-07-16 12:44 ` [Qemu-devel] Alternative mac address setting Benoît Canet
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=20130716113648.GB5061@irqsave.net \
--to=benoit.canet@irqsave.net \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.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.