[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACGkMEsqqOAS2cZsMr7GptvLbqvnZzHzQeB_amXL0ZmRNBZEsQ@mail.gmail.com>
Date: Tue, 21 Oct 2025 11:26:09 +0800
From: Jason Wang <jasowang@...hat.com>
To: "Michael S. Tsirkin" <mst@...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 6:11 PM Michael S. Tsirkin <mst@...hat.com> wrote:
>
> 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.
>
Right. Fixed.
Thanks
> --
> MST
>
Powered by blists - more mailing lists