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

2022-10-20 Thread Laurent Vivier
On 10/20/22 12:22, Markus Armbruster wrote: Sorry for the slow replay, too many distractions... Laurent Vivier writes: On 10/17/22 15:23, Markus Armbruster wrote: Laurent Vivier writes: The netdev reports NETDEV_STREAM_CONNECTED event when the backend is connected, and NETDEV_STREAM_EOC w

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

2022-10-20 Thread Markus Armbruster
Sorry for the slow replay, too many distractions... Laurent Vivier writes: > On 10/17/22 15:23, Markus Armbruster wrote: >> Laurent Vivier writes: >> >>> The netdev reports NETDEV_STREAM_CONNECTED event when the backend >>> is connected, and NETDEV_STREAM_EOC when it is disconnected. >>> >>> T

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

2022-10-17 Thread Laurent Vivier
On 10/17/22 15:23, Markus Armbruster wrote: Laurent Vivier writes: The netdev reports NETDEV_STREAM_CONNECTED event when the backend is connected, and NETDEV_STREAM_EOC when it is disconnected. The NETDEV_STREAM_CONNECTED event includes the URI of the destination address. Signed-off-by: Laur

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

2022-10-17 Thread Markus Armbruster
Laurent Vivier writes: > The netdev reports NETDEV_STREAM_CONNECTED event when the backend > is connected, and NETDEV_STREAM_EOC when it is disconnected. > > The NETDEV_STREAM_CONNECTED event includes the URI of the destination > address. > > Signed-off-by: Laurent Vivier > Acked-by: Michael S.

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

2022-10-11 Thread Laurent Vivier
The netdev reports NETDEV_STREAM_CONNECTED event when the backend is connected, and NETDEV_STREAM_EOC when it is disconnected. The NETDEV_STREAM_CONNECTED event includes the URI of the destination address. Signed-off-by: Laurent Vivier Acked-by: Michael S. Tsirkin --- net/stream.c | 11 ++