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

2024-10-12 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

[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

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

2024-10-05 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. drivers/virtio/virtio_