Re: [PATCH v3] virtio: Make vring_new_virtqueue support for packed vring

2024-10-10 Thread Stefano Garzarella
On Wed, Oct 09, 2024 at 11:34:30PM GMT, huangwenyu1...@gmail.com wrote: From: Wenyu Huang It used for testing in tools/virtio/vringh_test.c. If vring_new_virtqueue supports packed vring, we can add support for packed vring to vringh and test it. Are you also working on that changes? Signed

[PATCH v3] virtio: Make vring_new_virtqueue support for packed vring

2024-10-09 Thread huangwenyu1998
From: Wenyu Huang It used for testing in tools/virtio/vringh_test.c. If vring_new_virtqueue supports packed vring, we can add support for packed vring to vringh and test it. Signed-off-by: Wenyu Huang --- Changes in v2: Make the commit title and description more clearer. Changes in v3: Remove t