Re: [PATCH 03/40] vdpa: probe descriptor group index for data vqs

2024-01-10 Thread Jason Wang
On Fri, Dec 8, 2023 at 2:53 AM Si-Wei Liu wrote: > > Getting it ahead at initialization time instead of start time allows > decision making independent of device status, while reducing failure > possibility in starting device or during migration. > > Adding function vhost_vdpa_probe_desc_group() f

Re: [PATCH 03/40] vdpa: probe descriptor group index for data vqs

2023-12-11 Thread Eugenio Perez Martin
On Thu, Dec 7, 2023 at 7:53 PM Si-Wei Liu wrote: > > Getting it ahead at initialization time instead of start time allows > decision making independent of device status, while reducing failure > possibility in starting device or during migration. > > Adding function vhost_vdpa_probe_desc_group() f

[PATCH 03/40] vdpa: probe descriptor group index for data vqs

2023-12-07 Thread Si-Wei Liu
Getting it ahead at initialization time instead of start time allows decision making independent of device status, while reducing failure possibility in starting device or during migration. Adding function vhost_vdpa_probe_desc_group() for that end. This function will be used to probe the descript