Re: [PATCH V4 3/9] virtio: rename dma helpers

2025-07-25 Thread Xuan Zhuo
Reviewed-by: Xuan Zhuo On Fri, 18 Jul 2025 17:16:10 +0800, Jason Wang wrote: > Following patch will introduce virtio mapping fucntion to avoid > abusing DMA API for device that doesn't do DMA. To ease the > introduction, this patch rename "dma" to "map" for the current dma > mapping helpers. > >

[PATCH V4 3/9] virtio: rename dma helpers

2025-07-18 Thread Jason Wang
Following patch will introduce virtio mapping fucntion to avoid abusing DMA API for device that doesn't do DMA. To ease the introduction, this patch rename "dma" to "map" for the current dma mapping helpers. Reviewed-by: Christoph Hellwig Signed-off-by: Jason Wang --- drivers/net/virtio_net.c