Re: [libvirt] [PATCH v6 20/23] lxc, libxl: notify network driver of NICs during reconnect

2019-06-07 Thread Laine Stump
On 5/23/19 11:32 AM, Daniel P. Berrangé wrote: When starting up it is important to notify the network driver of any NICs which are used by running guests so that it can account for any resources they are using. Yeah, we should have been doing that even before your changes. It just wasn't as i

[libvirt] [PATCH v6 20/23] lxc, libxl: notify network driver of NICs during reconnect

2019-05-23 Thread Daniel P . Berrangé
When starting up it is important to notify the network driver of any NICs which are used by running guests so that it can account for any resources they are using. Signed-off-by: Daniel P. Berrangé --- src/libxl/libxl_driver.c | 30 ++ src/lxc/lxc_process.c| 30 ++