Re: [PATCH 05/40] vdpa: populate desc_group from net_vhost_vdpa_init

2024-01-10 Thread Jason Wang
On Fri, Dec 8, 2023 at 2:50 AM Si-Wei Liu wrote: > > Add the desc_group field to struct vhost_vdpa, and get it > populated when the corresponding vq is initialized at > net_vhost_vdpa_init. If the vq does not have descriptor > group capability, or it doesn't have a dedicated ASID > group to host d

Re: [PATCH 05/40] vdpa: populate desc_group from net_vhost_vdpa_init

2023-12-11 Thread Eugenio Perez Martin
On Mon, Dec 11, 2023 at 11:46 AM Eugenio Perez Martin wrote: > > On Thu, Dec 7, 2023 at 7:50 PM Si-Wei Liu wrote: > > > > Add the desc_group field to struct vhost_vdpa, and get it > > populated when the corresponding vq is initialized at > > net_vhost_vdpa_init. If the vq does not have descriptor

Re: [PATCH 05/40] vdpa: populate desc_group from net_vhost_vdpa_init

2023-12-11 Thread Eugenio Perez Martin
On Thu, Dec 7, 2023 at 7:50 PM Si-Wei Liu wrote: > > Add the desc_group field to struct vhost_vdpa, and get it > populated when the corresponding vq is initialized at > net_vhost_vdpa_init. If the vq does not have descriptor > group capability, or it doesn't have a dedicated ASID > group to host d

[PATCH 05/40] vdpa: populate desc_group from net_vhost_vdpa_init

2023-12-07 Thread Si-Wei Liu
Add the desc_group field to struct vhost_vdpa, and get it populated when the corresponding vq is initialized at net_vhost_vdpa_init. If the vq does not have descriptor group capability, or it doesn't have a dedicated ASID group to host descriptors other than the data buffers, desc_group will be set