On Mon, Oct 20, 2025 at 6:11 PM Michael S. Tsirkin <[email protected]> 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 >

