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

2025-05-06 Thread Bobby Eshleman
On Fri, May 02, 2025 at 12:22:46PM +0200, Paolo Abeni wrote: > On 4/29/25 1:48 AM, 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/tes

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

2025-05-02 Thread Paolo Abeni
On 4/30/25 3:06 PM, Stefano Garzarella wrote: > On Mon, Apr 28, 2025 at 04:48:11PM -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/t

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

2025-05-02 Thread Paolo Abeni
On 4/29/25 1:48 AM, 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 used. > > VMCI

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

2025-04-30 Thread Bobby Eshleman
PS. sorry for weird formatting, writing from the gmail web UI instead of mutt. Tried to limit line lengths manually. Looks weird after hitting "send"... lol. Best, Bobby On Wed, Apr 30, 2025 at 7:37 PM Bobby Eshleman wrote: > > On Wed, Apr 30, 2025 at 6:06 AM Stefano Garzarella > wrote: > > >

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

2025-04-30 Thread Bobby Eshleman
On Wed, Apr 30, 2025 at 6:06 AM Stefano Garzarella wrote: > > On Mon, Apr 28, 2025 at 04:48:11PM -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 to

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

2025-04-30 Thread Stefano Garzarella
On Mon, Apr 28, 2025 at 04:48:11PM -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 v3] selftests/vsock: add initial vmtest.sh for vsock

2025-04-28 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