Re: [libvirt] [PATCH 0/3] Transport network port data during live migration

2012-10-01 Thread Daniel P. Berrange
On Mon, Oct 01, 2012 at 03:48:32AM +, Kyle Mestery (kmestery) wrote: On Sep 30, 2012, at 9:44 AM, Laine Stump wrote: On 09/28/2012 03:58 PM, Kyle Mestery (kmestery) wrote: As an example, an OpenFlow controller may have certain information about the port, specific to this controller,

Re: [libvirt] [PATCH 0/3] Transport network port data during live migration

2012-10-01 Thread Kyle Mestery (kmestery)
On Oct 1, 2012, at 2:34 AM, Daniel P. Berrange wrote: On Mon, Oct 01, 2012 at 03:48:32AM +, Kyle Mestery (kmestery) wrote: On Sep 30, 2012, at 9:44 AM, Laine Stump wrote: On 09/28/2012 03:58 PM, Kyle Mestery (kmestery) wrote: As an example, an OpenFlow controller may have certain

Re: [libvirt] [PATCH 0/3] Transport network port data during live migration

2012-10-01 Thread Kyle Mestery (kmestery)
On Oct 1, 2012, at 9:40 AM, Kyle Mestery (kmestery) wrote: On Oct 1, 2012, at 2:34 AM, Daniel P. Berrange wrote: On Mon, Oct 01, 2012 at 03:48:32AM +, Kyle Mestery (kmestery) wrote: On Sep 30, 2012, at 9:44 AM, Laine Stump wrote: On 09/28/2012 03:58 PM, Kyle Mestery (kmestery) wrote: As

Re: [libvirt] [PATCH 0/3] Transport network port data during live migration

2012-09-30 Thread Laine Stump
On 09/28/2012 03:58 PM, Kyle Mestery (kmestery) wrote: As an example, an OpenFlow controller may have certain information about the port, specific to this controller, which it may want to store with the port itself on the host. This especially true if an agent exists on the host which needs

Re: [libvirt] [PATCH 0/3] Transport network port data during live migration

2012-09-30 Thread Kyle Mestery (kmestery)
On Sep 30, 2012, at 9:44 AM, Laine Stump wrote: On 09/28/2012 03:58 PM, Kyle Mestery (kmestery) wrote: As an example, an OpenFlow controller may have certain information about the port, specific to this controller, which it may want to store with the port itself on the host. This especially

Re: [libvirt] [PATCH 0/3] Transport network port data during live migration

2012-09-28 Thread Daniel P. Berrange
On Fri, Sep 21, 2012 at 05:16:45PM -0400, Kyle Mestery wrote: This series of commits has the end goal of allowing per-port data stored in the Open vSwitch DB to be transported during live migration. This is done by first providing a generic infrastructure for transporting network data, adding

Re: [libvirt] [PATCH 0/3] Transport network port data during live migration

2012-09-28 Thread Kyle Mestery (kmestery)
On Sep 28, 2012, at 11:42 AM, Daniel P. Berrange wrote: On Fri, Sep 21, 2012 at 05:16:45PM -0400, Kyle Mestery wrote: This series of commits has the end goal of allowing per-port data stored in the Open vSwitch DB to be transported during live migration. This is done by first providing a

[libvirt] [PATCH 0/3] Transport network port data during live migration

2012-09-21 Thread Kyle Mestery
This series of commits has the end goal of allowing per-port data stored in the Open vSwitch DB to be transported during live migration. This is done by first providing a generic infrastructure for transporting network data, adding some utility functions specific to Open vSwitch, and hooking the