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.
>
>
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