Re: [dpdk-dev] [PATCH v8 2/5] vfio: add multi container support

2018-04-16 Thread Burakov, Anatoly
On 16-Apr-18 4:34 PM, Xiao Wang wrote: This patch adds APIs to support container create/destroy and device bind/unbind with a container. It also provides API for IOMMU programing on a specified container. A driver could use "rte_vfio_container_create" helper to create a new container from eal, u

[dpdk-dev] [PATCH v8 2/5] vfio: add multi container support

2018-04-16 Thread Xiao Wang
This patch adds APIs to support container create/destroy and device bind/unbind with a container. It also provides API for IOMMU programing on a specified container. A driver could use "rte_vfio_container_create" helper to create a new container from eal, use "rte_vfio_container_group_bind" to bin