Re: [PATCH 15/31] vdpa: Add vhost_svq_get_num

2022-01-31 Thread Eugenio Perez Martin
On Sat, Jan 29, 2022 at 9:15 AM Jason Wang wrote: > > > 在 2022/1/22 上午4:27, Eugenio Pérez 写道: > > This reports the guest's visible SVQ effective length, not the device's > > one. > > > I think we need to explain if there could be a case that the SVQ size is > not equal to the device queue size. >

Re: [PATCH 15/31] vdpa: Add vhost_svq_get_num

2022-01-29 Thread Jason Wang
在 2022/1/22 上午4:27, Eugenio Pérez 写道: This reports the guest's visible SVQ effective length, not the device's one. I think we need to explain if there could be a case that the SVQ size is not equal to the device queue size. Thanks Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-sh