search for: multiconn_nfd

Displaying 5 results from an estimated 5 matches for "multiconn_nfd".

Did you mean: multiconn_nfds
2019 Aug 01
0
[PATCH v2 07/11] VSOCK: add AF_VSOCK test cases
...com> The vsock_test.c program runs a test suite of AF_VSOCK test cases. Signed-off-by: Stefan Hajnoczi <stefanha at redhat.com> Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> --- v2: * Drop unnecessary includes [Stefan] * Aligned with the current SPDX [Stefano] * Set MULTICONN_NFDS to 100 [Stefano] * Change (i % 1) in (i % 2) in the 'multiconn' test [Stefano] --- tools/testing/vsock/.gitignore | 1 + tools/testing/vsock/Makefile | 5 +- tools/testing/vsock/README | 1 + tools/testing/vsock/vsock_test.c | 312 +++++++++++++++++++++++++++++++ 4 file...
2019 Oct 09
2
[PATCH v2 07/11] VSOCK: add AF_VSOCK test cases
...a test suite of AF_VSOCK test cases. > > Signed-off-by: Stefan Hajnoczi <stefanha at redhat.com> > Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> > --- > v2: > * Drop unnecessary includes [Stefan] > * Aligned with the current SPDX [Stefano] > * Set MULTICONN_NFDS to 100 [Stefano] > * Change (i % 1) in (i % 2) in the 'multiconn' test [Stefano] > --- > tools/testing/vsock/.gitignore | 1 + > tools/testing/vsock/Makefile | 5 +- > tools/testing/vsock/README | 1 + > tools/testing/vsock/vsock_test.c | 312 +++++++++...
2019 Oct 09
2
[PATCH v2 07/11] VSOCK: add AF_VSOCK test cases
...a test suite of AF_VSOCK test cases. > > Signed-off-by: Stefan Hajnoczi <stefanha at redhat.com> > Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> > --- > v2: > * Drop unnecessary includes [Stefan] > * Aligned with the current SPDX [Stefano] > * Set MULTICONN_NFDS to 100 [Stefano] > * Change (i % 1) in (i % 2) in the 'multiconn' test [Stefano] > --- > tools/testing/vsock/.gitignore | 1 + > tools/testing/vsock/Makefile | 5 +- > tools/testing/vsock/README | 1 + > tools/testing/vsock/vsock_test.c | 312 +++++++++...
2019 Aug 01
13
[PATCH v2 00/11] VSOCK: add vsock_test test suite
...ch 1 added by Stefan to fix header include in vsock_diag_test. - Patch 2 added by Stefan to add SPDX identifiers. I modified it to be aligned with SPDX currently used on master. - Patch 3: * fixed SPDX [Stefano]. - Patch 7: * Drop unnecessary includes [Stefan] * Fixed SPDX [Stefano] * Set MULTICONN_NFDS to 100 [Stefano] * Changed (i % 1) in (i % 2) in the 'multiconn' test [Stefano] - Patches 8,9,10 added to skip read after close in test_stream*close tests on a VMCI host. - Patch 11 added to wait for the remote to close the connection, before check if a send returns -EPIPE. v1: http...
2019 Dec 18
13
[PATCH net-next v3 00/11] VSOCK: add vsock_test test suite
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). The v1 of this series was originally sent by Stefan. v3: - Patch 6: * check the byte received in the recv_byte() * use