Re: [PATCH 3/6] virtio: Allocate virtqueue in page-size units

2023-03-31 Thread Simon Glass
On Thu, 30 Mar 2023 at 03:26, Ying-Chun Liu (PaulLiu) wrote: > > From: Will Deacon > > In preparation for explicit bouncing of virtqueue pages for devices > advertising the VIRTIO_F_IOMMU_PLATFORM feature, introduce a couple > of wrappers around virtqueue allocation and freeing operations, > ensu

[PATCH 3/6] virtio: Allocate virtqueue in page-size units

2023-03-29 Thread Ying-Chun Liu (PaulLiu)
From: Will Deacon In preparation for explicit bouncing of virtqueue pages for devices advertising the VIRTIO_F_IOMMU_PLATFORM feature, introduce a couple of wrappers around virtqueue allocation and freeing operations, ensuring that buffers are handled in terms of page-size units. Signed-off-by: