On Fri, Sep 26, 2025 at 4:17 PM Eugenio Perez Martin <epere...@redhat.com> wrote: > > On Fri, Sep 26, 2025 at 9:58 AM Jason Wang <jasow...@redhat.com> wrote: > > > > On Thu, Sep 25, 2025 at 5:14 PM Eugenio Pérez <epere...@redhat.com> wrote: > > > > > > Add support for assigning Address Space Identifiers (ASIDs) to each VQ > > > group. This enables mapping each group into a distinct memory space. > > > > > > Now that the driver can change ASID in the middle of operation, the > > > domain that each vq address point is also protected by domain_lock. > > > > > > Signed-off-by: Eugenio Pérez <epere...@redhat.com> > > > --- > > > v4:
[...] > > > * Structure used by read(2) on /dev/vduse/$NAME. > > > @@ -334,6 +376,9 @@ struct vduse_dev_request { > > > struct vduse_vq_state vq_state; > > > struct vduse_dev_status s; > > > struct vduse_iova_range iova; > > > + /* Following members only if vduse api version >= 1 */; > > > > This comment is confusing since padding exists before. > > > > Ok that's totally right. Should it say "following members but padding"? That's fine. Thanks