Re: [PATCH v2 00/27] Virtio net failover fixes

2020-12-02 Thread Michael S. Tsirkin
On Wed, Nov 18, 2020 at 09:37:21AM +0100, Juan Quintela wrote: > Hi I tagged this for after the release. To help make sure this is not lost pls ping me after the release. Thanks! > This is a big rework of the network failover setup. General idea is: > * We don't cache the name of the

Re: [PATCH v2 00/27] Virtio net failover fixes

2020-12-02 Thread Michael S. Tsirkin
On Wed, Dec 02, 2020 at 11:16:04AM +0100, Juan Quintela wrote: > "Michael S. Tsirkin" wrote: > > On Wed, Nov 18, 2020 at 09:37:21AM +0100, Juan Quintela wrote: > >> Hi > >> > >> This is a big rework of the network failover setup. General idea is: > >> * We don't cache the name of the

Re: [PATCH v2 00/27] Virtio net failover fixes

2020-12-02 Thread Juan Quintela
"Michael S. Tsirkin" wrote: > On Wed, Nov 18, 2020 at 09:37:21AM +0100, Juan Quintela wrote: >> Hi >> >> This is a big rework of the network failover setup. General idea is: >> * We don't cache the name of the primary/standby devices >> We have several problems there with stale pointers >> *

Re: [PATCH v2 00/27] Virtio net failover fixes

2020-11-18 Thread Michael S. Tsirkin
On Wed, Nov 18, 2020 at 09:37:21AM +0100, Juan Quintela wrote: > Hi > > This is a big rework of the network failover setup. General idea is: > * We don't cache the name of the primary/standby devices > We have several problems there with stale pointers > * After this: > - We can always remove

[PATCH v2 00/27] Virtio net failover fixes

2020-11-18 Thread Juan Quintela
Hi This is a big rework of the network failover setup. General idea is: * We don't cache the name of the primary/standby devices We have several problems there with stale pointers * After this: - We can always remove either the primary/standby devices without trouble - Pluggin/unplugging works