Re: [PATCH v3] vfio: combine container_create and group_bind

2024-10-10 Thread Stephen Hemminger
On Wed, 3 Jul 2024 19:59:43 +0800 "BillXiang" wrote: > From: BillXiang > > 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: B

Re: [PATCH v3] vfio: combine container_create and group_bind

2024-07-10 Thread BillXiang
> From: "David Marchand" > Date:  Tue, Jul 9, 2024, 16:49 > Subject:  Re: [PATCH v3] vfio: combine container_create and group_bind > To: "BillXiang" > Cc: "Tyler Retzlaff", "Anatoly > Burakov", > On Thu, Jul 4, 2024 at 9:48 AM

Re: [PATCH v3] vfio: combine container_create and group_bind

2024-07-09 Thread David Marchand
On Thu, Jul 4, 2024 at 9:48 AM BillXiang wrote: > > From: BillXiang > > 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: BillXian

[PATCH v3] vfio: combine container_create and group_bind

2024-07-04 Thread BillXiang
From: BillXiang 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 --- lib/eal/include/rte_vfio.h | 17 + lib/