Re: [libvirt] [PATCH v6 19/23] network: add implementation of network port APIs

2019-06-17 Thread Daniel P . Berrangé
On Fri, Jun 07, 2019 at 07:44:21AM -0400, Laine Stump wrote: > On 5/23/19 11:32 AM, Daniel P. Berrangé wrote: > > This initial implementation just wires up the APIs and does tracking of > > the port XML definitions. It is not yet integrated into the resource > > allocation logic. > > > > Signed-of

Re: [libvirt] [PATCH v6 19/23] network: add implementation of network port APIs

2019-06-07 Thread Laine Stump
On 5/23/19 11:32 AM, Daniel P. Berrangé wrote: This initial implementation just wires up the APIs and does tracking of the port XML definitions. It is not yet integrated into the resource allocation logic. Signed-off-by: Daniel P. Berrangé --- src/network/bridge_driver.c | 400 +++

[libvirt] [PATCH v6 19/23] network: add implementation of network port APIs

2019-05-23 Thread Daniel P . Berrangé
This initial implementation just wires up the APIs and does tracking of the port XML definitions. It is not yet integrated into the resource allocation logic. Signed-off-by: Daniel P. Berrangé --- src/network/bridge_driver.c | 400 1 file changed, 400 inserti