forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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.