search for: vsock_diag_test

Displaying 6 results from an estimated 6 matches for "vsock_diag_test".

2019 Dec 18
0
[PATCH net-next v3 01/11] VSOCK: fix header include in vsock_diag_test
From: Stefan Hajnoczi <stefanha at redhat.com> The vsock_diag_test program directly included ../../../include/uapi/ headers from the source tree. Tests are supposed to use the usr/include/linux/ headers that have been prepared with make headers_install instead. Suggested-by: David S. Miller <davem at davemloft.net> Signed-off-by: Stefan Hajnoczi <stefan...
2019 Dec 18
13
[PATCH net-next v3 00/11] VSOCK: add vsock_test test suite
...doesn't support half-closed socket in the host) - new Patch 10 prints a list of options in the help - new Patch 11 tests MSG_PEEK flags of recv(2) v2: https://patchwork.ozlabs.org/cover/1140538/ v1: https://patchwork.ozlabs.org/cover/847998/ Stefan Hajnoczi (7): VSOCK: fix header include in vsock_diag_test VSOCK: add SPDX identifiers to vsock tests VSOCK: extract utility functions from vsock_diag_test.c VSOCK: extract connect/accept functions from vsock_diag_test.c VSOCK: add full barrier between test cases VSOCK: add send_byte()/recv_byte() test utilities VSOCK: add AF_VSOCK test cases...
2019 Aug 01
13
[PATCH v2 00/11] VSOCK: add vsock_test test suite
...39; parameter to skip the read() on the half-closed connection test. Dexuan: Do you think can be useful to test HyperV? The v1 of this series was originally sent by Stefan. I rebased on master and tried to fix some issues reported by Jorgen. v2: - Patch 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...
2019 Aug 01
0
[PATCH v2 07/11] VSOCK: add AF_VSOCK test cases
...s(+), 2 deletions(-) create mode 100644 tools/testing/vsock/vsock_test.c diff --git a/tools/testing/vsock/.gitignore b/tools/testing/vsock/.gitignore index dc5f11faf530..7f7a2ccc30c4 100644 --- a/tools/testing/vsock/.gitignore +++ b/tools/testing/vsock/.gitignore @@ -1,2 +1,3 @@ *.d +vsock_test vsock_diag_test diff --git a/tools/testing/vsock/Makefile b/tools/testing/vsock/Makefile index a916878a2d8c..f8293c6910c9 100644 --- a/tools/testing/vsock/Makefile +++ b/tools/testing/vsock/Makefile @@ -1,10 +1,11 @@ # SPDX-License-Identifier: GPL-2.0-only all: test -test: vsock_diag_test +test: vsock_test vsock...
2019 Oct 09
2
[PATCH v2 07/11] VSOCK: add AF_VSOCK test cases
...ls/testing/vsock/vsock_test.c > > diff --git a/tools/testing/vsock/.gitignore b/tools/testing/vsock/.gitignore > index dc5f11faf530..7f7a2ccc30c4 100644 > --- a/tools/testing/vsock/.gitignore > +++ b/tools/testing/vsock/.gitignore > @@ -1,2 +1,3 @@ > *.d > +vsock_test > vsock_diag_test > diff --git a/tools/testing/vsock/Makefile b/tools/testing/vsock/Makefile > index a916878a2d8c..f8293c6910c9 100644 > --- a/tools/testing/vsock/Makefile > +++ b/tools/testing/vsock/Makefile > @@ -1,10 +1,11 @@ > # SPDX-License-Identifier: GPL-2.0-only > all: test > -test:...
2019 Oct 09
2
[PATCH v2 07/11] VSOCK: add AF_VSOCK test cases
...ls/testing/vsock/vsock_test.c > > diff --git a/tools/testing/vsock/.gitignore b/tools/testing/vsock/.gitignore > index dc5f11faf530..7f7a2ccc30c4 100644 > --- a/tools/testing/vsock/.gitignore > +++ b/tools/testing/vsock/.gitignore > @@ -1,2 +1,3 @@ > *.d > +vsock_test > vsock_diag_test > diff --git a/tools/testing/vsock/Makefile b/tools/testing/vsock/Makefile > index a916878a2d8c..f8293c6910c9 100644 > --- a/tools/testing/vsock/Makefile > +++ b/tools/testing/vsock/Makefile > @@ -1,10 +1,11 @@ > # SPDX-License-Identifier: GPL-2.0-only > all: test > -test:...