Re: [PATCH v2 00/11] VSOCK: add vsock_test test suite

2019-08-02 Thread Stefano Garzarella
On Thu, Aug 01, 2019 at 04:16:37PM +, Dexuan Cui wrote: > > From: Stefano Garzarella > > Sent: Thursday, August 1, 2019 8:26 AM > > > > The vsock_diag.ko module already has a test suite but the core AF_VSOCK > > functionality has no tests. This patch series adds several test cases that > >

[PATCH v2 00/11] VSOCK: add vsock_test test suite

2019-08-01 Thread Stefano Garzarella
The vsock_diag.ko module already has a test suite but the core AF_VSOCK functionality has no tests. This patch series adds several test cases that exercise AF_VSOCK SOCK_STREAM socket semantics (send/recv, connect/accept, half-closed connections, simultaneous connections). Stefan: Do you think