Re: [dpdk-dev] [PATCH v3 1/4] eal/vfio: add support for multiple container

2018-03-31 Thread Maxime Coquelin
On 03/31/2018 04:29 AM, Xiao Wang wrote: From: Junjie Chen Currently eal vfio framework binds vfio group fd to the default container fd, while in some cases, e.g. vDPA (vhost data path acceleration), we want to set vfio group to a new container and program DMA mapping via this new container,

[dpdk-dev] [PATCH v3 1/4] eal/vfio: add support for multiple container

2018-03-30 Thread Xiao Wang
From: Junjie Chen Currently eal vfio framework binds vfio group fd to the default container fd, while in some cases, e.g. vDPA (vhost data path acceleration), we want to set vfio group to a new container and program DMA mapping via this new container, so this patch adds APIs to support multiple c