Re: [PATCH v6 0/11] add failover feature for assigned network devices

2019-10-29 Thread Michael S. Tsirkin
On Fri, Oct 25, 2019 at 02:19:19PM +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) OK so I put this on a next branch for now, to merge after the release. I plan to rebase it after r

Re: [PATCH v6 0/11] add failover feature for assigned network devices

2019-10-29 Thread Jens Freimann
On Mon, Oct 28, 2019 at 11:58:53AM -0400, Michael S. Tsirkin wrote: I see at least comments from Markus. You answered but don't you need to also tweak the patch? That comment was addressed already IMO, but I'll change the patch description as well and while I'm at it will also fix David's comme

Re: [PATCH v6 0/11] add failover feature for assigned network devices

2019-10-28 Thread Michael S. Tsirkin
I see at least comments from Markus. You answered but don't you need to also tweak the patch? On Mon, Oct 28, 2019 at 11:27:23AM +0100, Jens Freimann wrote: > Hi Michael, > > I addressed all comments and feedback and think this can be merged but > I'm unclear about which tree it should go to. Wi

Re: [PATCH v6 0/11] add failover feature for assigned network devices

2019-10-28 Thread Jens Freimann
Hi Michael, I addressed all comments and feedback and think this can be merged but I'm unclear about which tree it should go to. Will you merge it into the virtio-tree? regards, Jens On Fri, Oct 25, 2019 at 02:19:19PM +0200, Jens Freimann wrote: This is implementing the host side of the net_fa

Re: [PATCH v6 0/11] add failover feature for assigned network devices

2019-10-25 Thread Roman Kagan
On Fri, Oct 25, 2019 at 02:19:19PM +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 v5: > * rename net_failover_pair_id parameter/property to failover_pair_id > * i

[PATCH v6 0/11] add failover feature for assigned network devices

2019-10-25 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 v5: * rename net_failover_pair_id parameter/property to failover_pair_id * in PCI code use pci_bus_is_express(). This won't fail on functions > 0 * mak