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

2018-03-15 Thread Wang, Xiao W
an > Subject: Re: [dpdk-dev] [PATCH 1/3] eal/vfio: add support for multiple > container > > On 09-Mar-18 11:08 PM, Xiao Wang wrote: > > From: Junjie Chen > > > > Currently eal vfio framework binds vfio group fd to the default > > container fd, while in some cas

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

2018-03-14 Thread Burakov, Anatoly
On 09-Mar-18 11:08 PM, 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, so

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

2018-03-09 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