forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
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.