Re: [PATCH 5/5] VSOCK: add tools/vsock/vsock_diag_test

2017-10-04 Thread Stefan Hajnoczi
On Tue, Oct 03, 2017 at 09:48:05PM -0700, David Miller wrote: > From: Stefan Hajnoczi > Date: Tue, 3 Oct 2017 11:39:43 -0400 > > > MAINTAINERS | 1 + > > tools/vsock/Makefile | 9 + > > tools/vsock/control.h | 13 + > >

Re: [PATCH 5/5] VSOCK: add tools/vsock/vsock_diag_test

2017-10-03 Thread David Miller
From: Stefan Hajnoczi Date: Tue, 3 Oct 2017 11:39:43 -0400 > MAINTAINERS | 1 + > tools/vsock/Makefile | 9 + > tools/vsock/control.h | 13 + > tools/vsock/timeout.h | 14 + > tools/vsock/control.c | 219

[PATCH 5/5] VSOCK: add tools/vsock/vsock_diag_test

2017-10-03 Thread Stefan Hajnoczi
This patch adds tests for the vsock_diag.ko module. To run the tests: # qemu-system-x86_64 -M accel=kvm ... \ -device vhost-vsock-pci,peer-cid=3 (host)# ./vsock_diag_test --mode=server \ --control-port=1234 \