Re: [libvirt] [PATCH 1/3 v3] utilities for supporting midonet virtualports

2015-03-17 Thread Antoni Segura Puimedon
On Tue, Mar 17, 2015 at 4:26 PM, Laine Stump wrote: > On 02/24/2015 04:17 AM, Antoni Segura Puimedon wrote: > > > > On Tue, Feb 24, 2015 at 3:30 AM, Laine Stump wrote: > >> On 02/23/2015 08:48 PM, YAMAMOTO Takashi wrote: >> >> On Tue, Feb 24, 2015 at 2:20 AM, YAMAMOTO Takashi < >> yamam...@val

Re: [libvirt] [PATCH 1/3 v3] utilities for supporting midonet virtualports

2015-03-17 Thread Laine Stump
On 02/23/2015 03:54 PM, Antoni Segura Puimedon wrote: > Adds the port type definitions and methods that will be used to bind > interfaces to the Midonet virtual ports. > > virtnetdevmidonet.c adds the way to bind and unbind the ports by > calling into the Midonet Host Agent control command line (in

Re: [libvirt] [PATCH 1/3 v3] utilities for supporting midonet virtualports

2015-03-17 Thread Laine Stump
On 02/24/2015 04:17 AM, Antoni Segura Puimedon wrote: > > > On Tue, Feb 24, 2015 at 3:30 AM, Laine Stump > wrote: > > On 02/23/2015 08:48 PM, YAMAMOTO Takashi wrote: > >> On Tue, Feb 24, 2015 at 2:20 AM, YAMAMOTO Takashi > mailto:yamam...@valinux.co.jp>> >

Re: [libvirt] [PATCH 1/3 v3] utilities for supporting midonet virtualports

2015-02-24 Thread Antoni Segura Puimedon
On Tue, Feb 24, 2015 at 3:30 AM, Laine Stump wrote: > On 02/23/2015 08:48 PM, YAMAMOTO Takashi wrote: > >> On Tue, Feb 24, 2015 at 2:20 AM, YAMAMOTO Takashi < > yamam...@valinux.co.jp> > >> wrote: > >> > Adds the port type definitions and methods that will be used to bind > interfaces t

Re: [libvirt] [PATCH 1/3 v3] utilities for supporting midonet virtualports

2015-02-23 Thread Laine Stump
On 02/23/2015 08:48 PM, YAMAMOTO Takashi wrote: >> On Tue, Feb 24, 2015 at 2:20 AM, YAMAMOTO Takashi >> wrote: >> Adds the port type definitions and methods that will be used to bind interfaces to the Midonet virtual ports. virtnetdevmidonet.c adds the way to bind and unbind th

Re: [libvirt] [PATCH 1/3 v3] utilities for supporting midonet virtualports

2015-02-23 Thread YAMAMOTO Takashi
> On Tue, Feb 24, 2015 at 2:20 AM, YAMAMOTO Takashi > wrote: > >> > Adds the port type definitions and methods that will be used to bind >> > interfaces to the Midonet virtual ports. >> > >> > virtnetdevmidonet.c adds the way to bind and unbind the ports by >> > calling into the Midonet Host Agen

Re: [libvirt] [PATCH 1/3 v3] utilities for supporting midonet virtualports

2015-02-23 Thread Antoni Segura Puimedon
On Tue, Feb 24, 2015 at 2:20 AM, YAMAMOTO Takashi wrote: > > Adds the port type definitions and methods that will be used to bind > > interfaces to the Midonet virtual ports. > > > > virtnetdevmidonet.c adds the way to bind and unbind the ports by > > calling into the Midonet Host Agent control c

Re: [libvirt] [PATCH 1/3 v3] utilities for supporting midonet virtualports

2015-02-23 Thread YAMAMOTO Takashi
> Adds the port type definitions and methods that will be used to bind > interfaces to the Midonet virtual ports. > > virtnetdevmidonet.c adds the way to bind and unbind the ports by > calling into the Midonet Host Agent control command line (installed > with the midolman package). > > Signed-off

[libvirt] [PATCH 1/3 v3] utilities for supporting midonet virtualports

2015-02-23 Thread Antoni Segura Puimedon
Adds the port type definitions and methods that will be used to bind interfaces to the Midonet virtual ports. virtnetdevmidonet.c adds the way to bind and unbind the ports by calling into the Midonet Host Agent control command line (installed with the midolman package). Signed-off-by: Antoni Segu