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
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
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
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
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
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