forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/tools/testing/vsock/README
....@@ -5,12 +5,13 @@
55
66 The following tests are available:
77
8
+ * vsock_test - core AF_VSOCK socket functionality
89 * vsock_diag_test - vsock_diag.ko module for listing open sockets
910
1011 The following prerequisite steps are not automated and must be performed prior
1112 to running tests:
1213
13
-1. Build the kernel and these tests.
14
+1. Build the kernel, make headers_install, and build these tests.
1415 2. Install the kernel and tests on the host.
1516 3. Install the kernel and tests inside the guest.
1617 4. Boot the guest and ensure that the AF_VSOCK transport is enabled.