Re: [libvirt] [PATCH] network: Defer online of macvtap during qemu migration

2014-05-14 Thread Laine Stump
c: Wangrui (K) >> Subject: Re: [libvirt] [PATCH] network: Defer online of macvtap during qemu >> migration >> >> On 05/13/2014 04:31 PM, Matthew Rosato wrote: >>> On 05/05/2014 12:33 PM, Matthew Rosato wrote: >>>> On 05/05/2014 12:26 PM, Matthew Rosato

Re: [libvirt] [PATCH] network: Defer online of macvtap during qemu migration

2014-05-13 Thread Wangrui (K)
> -Original Message- > From: sendmail [mailto:justsendmailnothinge...@gmail.com] On Behalf Of > Laine Stump > Sent: Tuesday, May 13, 2014 10:11 PM > To: Matthew Rosato; libvir-list@redhat.com > Cc: Wangrui (K) > Subject: Re: [libvirt] [PATCH] network: Defer online o

Re: [libvirt] [PATCH] network: Defer online of macvtap during qemu migration

2014-05-13 Thread Laine Stump
On 05/13/2014 04:31 PM, Matthew Rosato wrote: > On 05/05/2014 12:33 PM, Matthew Rosato wrote: >> On 05/05/2014 12:26 PM, Matthew Rosato wrote: >>> When generating macvtaps via virNetDevMacVLanCreateWithVPortProfile, >>> the macvtap device is unconditionally set to the up state. However, >>> during

Re: [libvirt] [PATCH] network: Defer online of macvtap during qemu migration

2014-05-13 Thread Matthew Rosato
On 05/05/2014 12:33 PM, Matthew Rosato wrote: > On 05/05/2014 12:26 PM, Matthew Rosato wrote: >> When generating macvtaps via virNetDevMacVLanCreateWithVPortProfile, >> the macvtap device is unconditionally set to the up state. However, >> during migration, this results in a case where both the so

Re: [libvirt] [PATCH] network: Defer online of macvtap during qemu migration

2014-05-05 Thread Matthew Rosato
On 05/05/2014 12:26 PM, Matthew Rosato wrote: > When generating macvtaps via virNetDevMacVLanCreateWithVPortProfile, > the macvtap device is unconditionally set to the up state. However, > during migration, this results in a case where both the source and > target system are simultaneously up with

[libvirt] [PATCH] network: Defer online of macvtap during qemu migration

2014-05-05 Thread Matthew Rosato
When generating macvtaps via virNetDevMacVLanCreateWithVPortProfile, the macvtap device is unconditionally set to the up state. However, during migration, this results in a case where both the source and target system are simultaneously up with the same MAC address. This patch defers bringing the