[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251020061049-mutt-send-email-mst@kernel.org>
Date: Mon, 20 Oct 2025 06:11:29 -0400
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Jason Wang <jasowang@...hat.com>
Cc: xuanzhuo@...ux.alibaba.com, eperezma@...hat.com,
virtualization@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH V8 19/19] virtio_ring: add in order support
On Mon, Oct 20, 2025 at 03:10:03PM +0800, Jason Wang wrote:
> @@ -168,7 +172,7 @@ struct vring_virtqueue_packed {
> struct vring_virtqueue;
>
> struct virtqueue_ops {
> - int (*add)(struct vring_virtqueue *_vq, struct scatterlist *sgs[],
> + int (*add)(struct vring_virtqueue *vq, struct scatterlist *sgs[],
> unsigned int total_sg, unsigned int out_sgs,
> unsigned int in_sgs, void *data,
> void *ctx, bool premapped, gfp_t gfp);
BTW this should really be part of 13/19, not here.
--
MST
Powered by blists - more mailing lists