search for: vduse_vdpa

Displaying 1 result from an estimated 1 matches for "vduse_vdpa".

2023 Jul 03
0
[RFC 1/4] vduse: Add the struct to save the vq reconnect info
...t; Thanks > > > Will add the new ioctl for this information I may miss something but having this to be part of the uAPI seems more than enough. Or what would this new ioctl do? Thanks > Thanks > Cindy > > > > > > struct vduse_dev { > > > struct vduse_vdpa *vdev; > > > @@ -106,6 +112,7 @@ struct vduse_dev { > > > u32 vq_align; > > > struct vduse_umem *umem; > > > struct mutex mem_lock; > > > + struct vdpa_reconnect_info reconnect_info[64]; > > > }; > > > &gt...