Re: [PATCH net-next v2] selftests/vsock: add initial vmtest.sh for vsock

2025-04-23 Thread Stefano Garzarella
Hi Bobby, I had couple of more comments below: On Thu, Apr 17, 2025 at 10:05:53PM -0700, Bobby Eshleman wrote: This commit introduces a new vmtest.sh runner for vsock. It uses virtme-ng/qemu to run tests in a VM. The tests validate G2H, H2G, and loopback. The testing tools from tools/testing/vs

Re: [PATCH net-next v2] selftests/vsock: add initial vmtest.sh for vsock

2025-04-22 Thread Stefano Garzarella
On Thu, Apr 17, 2025 at 10:05:53PM -0700, Bobby Eshleman wrote: This commit introduces a new vmtest.sh runner for vsock. It uses virtme-ng/qemu to run tests in a VM. The tests validate G2H, H2G, and loopback. The testing tools from tools/testing/vsock/ are reused. Currently, only vsock_test is u

[PATCH net-next v2] selftests/vsock: add initial vmtest.sh for vsock

2025-04-17 Thread Bobby Eshleman
This commit introduces a new vmtest.sh runner for vsock. It uses virtme-ng/qemu to run tests in a VM. The tests validate G2H, H2G, and loopback. The testing tools from tools/testing/vsock/ are reused. Currently, only vsock_test is used. VMCI and hyperv support is automatically built, though not u