Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski :
On Thu, 4 Jan 2024 10:09:02 +0800 you wrote:
> From: Zhu Yanjun
>
> Fix the warnings when building virtio_net driver.
>
> "
> drivers/net/virtio_net.c: In function ‘init_vqs’:
> drivers/net/virtio_net.c:4551:48: warnin
On Fri, Dec 29, 2023 at 3:31 PM Xuan Zhuo wrote:
>
> introduce virtqueue_get_buf_ctx_dma() to collect the dma info when
> get buf from virtio core for premapped mode.
>
> If the virtio queue is premapped mode, the virtio-net send buf may
> have many desc. Every desc dma address need to be unmap. S