qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Alternative mac address setting
@ 2013-07-16 11:36 Benoît Canet
  2013-07-16 12:44 ` Benoît Canet
  0 siblings, 1 reply; 2+ messages in thread
From: Benoît Canet @ 2013-07-16 11:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, stefanha


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Alternative mac address setting
  2013-07-16 11:36 [Qemu-devel] Alternative mac address setting Benoît Canet
@ 2013-07-16 12:44 ` Benoît Canet
  0 siblings, 0 replies; 2+ messages in thread
From: Benoît Canet @ 2013-07-16 12:44 UTC (permalink / raw)
  To: Benoît Canet; +Cc: aliguori, qemu-devel, stefanha


Sorry for the gibberish I misread the code.
Please ignore this mail.

Best regards

Benoît

>Le Tuesday 16 Jul 2013 à 13:36:49 (+0200), Benoît Canet a écrit :
> 
> 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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-16 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16 11:36 [Qemu-devel] Alternative mac address setting Benoît Canet
2013-07-16 12:44 ` Benoît Canet

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).