]> git.baikalelectronics.ru Git - kernel.git/commit
VSOCK: extract utility functions from vsock_diag_test.c
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 18 Dec 2019 18:07:00 +0000 (19:07 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Dec 2019 05:09:21 +0000 (21:09 -0800)
commite81d50efef634f411d1f3a6d932d0d2f8d33460a
tree105b98425f52cf9666836aef64d282c6debc8f16
parent2066e86885ff575398f6bce9e665f334e7d749ef
VSOCK: extract utility functions from vsock_diag_test.c

Move useful functions into a separate file in preparation for more
vsock test programs.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/vsock/Makefile
tools/testing/vsock/util.c [new file with mode: 0644]
tools/testing/vsock/util.h [new file with mode: 0644]
tools/testing/vsock/vsock_diag_test.c