Re: [dpdk-dev] [PATCH v8 1/5] vfio: extend data structure for multi container

2018-04-16 Thread Burakov, Anatoly
On 16-Apr-18 4:34 PM, Xiao Wang wrote: Currently eal vfio framework binds vfio group fd to the default container fd during rte_vfio_setup_device, while in some cases, e.g. vDPA (vhost data path acceleration), we want to put vfio group to a separate container and program IOMMU via this container.

[dpdk-dev] [PATCH v8 1/5] vfio: extend data structure for multi container

2018-04-16 Thread Xiao Wang
Currently eal vfio framework binds vfio group fd to the default container fd during rte_vfio_setup_device, while in some cases, e.g. vDPA (vhost data path acceleration), we want to put vfio group to a separate container and program IOMMU via this container. This patch extends the vfio_config struc