Re: [PATCH v2] tests/qtest: netdev: test stream and dgram backends

2022-11-06 Thread Jason Wang
On Mon, Nov 7, 2022 at 2:59 PM Jason Wang wrote: > > On Fri, Nov 4, 2022 at 11:01 PM Laurent Vivier wrote: > > > > Signed-off-by: Laurent Vivier > > Acked-by: Michael S. Tsirkin > > --- > > > > Notes: > > v2: > > - Fix ipv6 free port allocation > > - Check for IPv4, IPv6, AF_UNIX >

Re: [PATCH v2] tests/qtest: netdev: test stream and dgram backends

2022-11-06 Thread Jason Wang
On Fri, Nov 4, 2022 at 11:01 PM Laurent Vivier wrote: > > Signed-off-by: Laurent Vivier > Acked-by: Michael S. Tsirkin > --- > > Notes: > v2: > - Fix ipv6 free port allocation > - Check for IPv4, IPv6, AF_UNIX > - Use g_mkdtemp() rather than g_file_open_tmp() > - Use socketpa

[PATCH v2] tests/qtest: netdev: test stream and dgram backends

2022-11-04 Thread Laurent Vivier
Signed-off-by: Laurent Vivier Acked-by: Michael S. Tsirkin --- Notes: v2: - Fix ipv6 free port allocation - Check for IPv4, IPv6, AF_UNIX - Use g_mkdtemp() rather than g_file_open_tmp() - Use socketpair() in test_stream_fd() v1: compared to v14 of "qapi: net: add uni