> From: "David Marchand"<david.march...@redhat.com>
> Date:  Tue, Jul 9, 2024, 16:49
> Subject:  Re: [PATCH v3] vfio: combine container_create and group_bind
> To: "BillXiang"<xiangwench...@dayudpu.com>
> Cc: "Tyler Retzlaff"<roret...@linux.microsoft.com>, "Anatoly 
> Burakov"<anatoly.bura...@intel.com>, <dev@dpdk.org>
> On Thu, Jul 4, 2024 at 9:48 AM BillXiang <xiangwench...@dayudpu.com> wrote:
> >
> > From: BillXiang <xiangwench...@dayudpu.com>
> >
> > For multi-devices in one group we can only create and bind to one
> > container. With this new function, device driver does not need to
> > save the binding info additionally between different devices.
> >
> > Signed-off-by: BillXiang <xiangwench...@dayudpu.com>
> 
> Thanks for the patch (don't forget to register to the dev@ mailing
> list when submitting patches).
> 
> Could you please describe which driver benefits from it?
> 
> 
> -- 
> David Marchand

Thanks for your replay. I have registered now.

This patch addresses the issue for PCIe devices that have multiple PFs within 
the same IOMMU group, a situation arising from the absence of ACS support.
If we want to use these PFs in vDPA, we have to know if the group has been 
bound to a container by other PF upon each probe.

Reply via email to