Re: [PATCH v3 0/10] add failover feature for assigned network devices

2019-10-17 Thread Jens Freimann
On Thu, Oct 17, 2019 at 06:51:54AM -0600, Alex Williamson wrote: On Thu, 17 Oct 2019 12:33:47 +0200 Jens Freimann wrote: On Tue, Oct 15, 2019 at 01:03:17PM -0600, Alex Williamson wrote: >On Fri, 11 Oct 2019 13:20:05 +0200 >Jens Freimann wrote: > >> This is implementing the host side of the

Re: [PATCH v3 0/10] add failover feature for assigned network devices

2019-10-17 Thread Alex Williamson
On Thu, 17 Oct 2019 12:33:47 +0200 Jens Freimann wrote: > On Tue, Oct 15, 2019 at 01:03:17PM -0600, Alex Williamson wrote: > >On Fri, 11 Oct 2019 13:20:05 +0200 > >Jens Freimann wrote: > > > >> This is implementing the host side of the net_failover concept > >>

Re: [PATCH v3 0/10] add failover feature for assigned network devices

2019-10-17 Thread Jens Freimann
On Tue, Oct 15, 2019 at 01:03:17PM -0600, Alex Williamson wrote: On Fri, 11 Oct 2019 13:20:05 +0200 Jens Freimann wrote: This is implementing the host side of the net_failover concept (https://www.kernel.org/doc/html/latest/networking/net_failover.html) Changes since v2: * back out of

Re: [PATCH v3 0/10] add failover feature for assigned network devices

2019-10-15 Thread Michael S. Tsirkin
On Tue, Oct 15, 2019 at 01:03:17PM -0600, Alex Williamson wrote: > On Fri, 11 Oct 2019 13:20:05 +0200 > Jens Freimann wrote: > > > This is implementing the host side of the net_failover concept > > (https://www.kernel.org/doc/html/latest/networking/net_failover.html) > > > > Changes since v2: >

Re: [PATCH v3 0/10] add failover feature for assigned network devices

2019-10-15 Thread Alex Williamson
On Fri, 11 Oct 2019 13:20:05 +0200 Jens Freimann wrote: > This is implementing the host side of the net_failover concept > (https://www.kernel.org/doc/html/latest/networking/net_failover.html) > > Changes since v2: > * back out of creating failover pair when it is a non-networking > vfio-pci

Re: [PATCH v3 0/10] add failover feature for assigned network devices

2019-10-11 Thread no-reply
Patchew URL: https://patchew.org/QEMU/2019102015.11785-1-jfreim...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

Re: [PATCH v3 0/10] add failover feature for assigned network devices

2019-10-11 Thread Michael S. Tsirkin
On Fri, Oct 11, 2019 at 01:20:05PM +0200, Jens Freimann wrote: > This is implementing the host side of the net_failover concept > (https://www.kernel.org/doc/html/latest/networking/net_failover.html) I posted a comment about the migration changes. Besides that this looks good to me. I did not

[PATCH v3 0/10] add failover feature for assigned network devices

2019-10-11 Thread Jens Freimann
This is implementing the host side of the net_failover concept (https://www.kernel.org/doc/html/latest/networking/net_failover.html) Changes since v2: * back out of creating failover pair when it is a non-networking vfio-pci device (Alex W) * handle migration state change from within the