Re: [PATCH v13 17/17] net: stream: add QAPI events to report connection state

2022-10-24 Thread Markus Armbruster
Stefano Brivio writes: > On Mon, 24 Oct 2022 13:00:09 +0200 > Markus Armbruster wrote: > >> Markus Armbruster writes: >> >> > Cc: Stefano Brivio >> > >> > Laurent Vivier writes: >> > >> >> On 10/21/22 07:48, Markus Armbruster wrote: >> >>> Laurent Vivier writes: >> >>> >> The net

Re: [PATCH v13 17/17] net: stream: add QAPI events to report connection state

2022-10-24 Thread Stefano Brivio
On Mon, 24 Oct 2022 13:00:09 +0200 Markus Armbruster wrote: > Markus Armbruster writes: > > > Cc: Stefano Brivio > > > > Laurent Vivier writes: > > > >> On 10/21/22 07:48, Markus Armbruster wrote: > >>> Laurent Vivier writes: > >>> > The netdev reports NETDEV_STREAM_CONNECTED even

Re: [PATCH v13 17/17] net: stream: add QAPI events to report connection state

2022-10-24 Thread Markus Armbruster
Markus Armbruster writes: > Cc: Stefano Brivio > > Laurent Vivier writes: > >> On 10/21/22 07:48, Markus Armbruster wrote: >>> Laurent Vivier writes: >>> The netdev reports NETDEV_STREAM_CONNECTED event when the backend is connected, and NETDEV_STREAM_DISCONNECTED when it is disconne

Re: [PATCH v13 17/17] net: stream: add QAPI events to report connection state

2022-10-21 Thread Markus Armbruster
Stefano Brivio writes: > [Cc: Laine, full quote] > > On Fri, 21 Oct 2022 11:12:20 +0200 > Markus Armbruster wrote: > >> Cc: Stefano Brivio >> >> Laurent Vivier writes: >> >> > On 10/21/22 07:48, Markus Armbruster wrote: >> >> Laurent Vivier writes: >> >> >> >>> The netdev reports NETDEV

Re: [PATCH v13 17/17] net: stream: add QAPI events to report connection state

2022-10-21 Thread Stefano Brivio
[Cc: Laine, full quote] On Fri, 21 Oct 2022 11:12:20 +0200 Markus Armbruster wrote: > Cc: Stefano Brivio > > Laurent Vivier writes: > > > On 10/21/22 07:48, Markus Armbruster wrote: > >> Laurent Vivier writes: > >> > >>> The netdev reports NETDEV_STREAM_CONNECTED event when the backend

Re: [PATCH v13 17/17] net: stream: add QAPI events to report connection state

2022-10-21 Thread Markus Armbruster
Laurent Vivier writes: > On 10/21/22 11:12, Markus Armbruster wrote: >> Cc: Stefano Brivio >> >> Laurent Vivier writes: >> >>> On 10/21/22 07:48, Markus Armbruster wrote: Laurent Vivier writes: > The netdev reports NETDEV_STREAM_CONNECTED event when the backend > is connecte

Re: [PATCH v13 17/17] net: stream: add QAPI events to report connection state

2022-10-21 Thread Laurent Vivier
On 10/21/22 11:12, Markus Armbruster wrote: Cc: Stefano Brivio Laurent Vivier writes: On 10/21/22 07:48, Markus Armbruster wrote: Laurent Vivier writes: The netdev reports NETDEV_STREAM_CONNECTED event when the backend is connected, and NETDEV_STREAM_DISCONNECTED when it is disconnected.

Re: [PATCH v13 17/17] net: stream: add QAPI events to report connection state

2022-10-21 Thread Markus Armbruster
Cc: Stefano Brivio Laurent Vivier writes: > On 10/21/22 07:48, Markus Armbruster wrote: >> Laurent Vivier writes: >> >>> The netdev reports NETDEV_STREAM_CONNECTED event when the backend >>> is connected, and NETDEV_STREAM_DISCONNECTED when it is disconnected. >> >> Use cases? > > This is aske

Re: [PATCH v13 17/17] net: stream: add QAPI events to report connection state

2022-10-21 Thread Laurent Vivier
On 10/21/22 07:48, Markus Armbruster wrote: Laurent Vivier writes: The netdev reports NETDEV_STREAM_CONNECTED event when the backend is connected, and NETDEV_STREAM_DISCONNECTED when it is disconnected. Use cases? This is asked by Stefano Brivio to allow libvirt to detect if connection to

Re: [PATCH v13 17/17] net: stream: add QAPI events to report connection state

2022-10-20 Thread Markus Armbruster
Laurent Vivier writes: > The netdev reports NETDEV_STREAM_CONNECTED event when the backend > is connected, and NETDEV_STREAM_DISCONNECTED when it is disconnected. Use cases? Could similar event signalling be useful for other kinds of netdev backends? > The NETDEV_STREAM_CONNECTED event include