Re: [dpdk-dev] [PATCH 3/3] vfio: use the generic multi-process channel

2017-12-11 Thread Burakov, Anatoly
On 30-Nov-17 6:44 PM, Jianfeng Tan wrote: Previously, vfio has its own channel for the secondary process to get container fd and group fd from the primary process. This patch changes to use the generic mp channel. Signed-off-by: Jianfeng Tan --- lib/librte_eal/linuxapp/eal/eal.c

[dpdk-dev] [PATCH 3/3] vfio: use the generic multi-process channel

2017-11-30 Thread Jianfeng Tan
Previously, vfio has its own channel for the secondary process to get container fd and group fd from the primary process. This patch changes to use the generic mp channel. Signed-off-by: Jianfeng Tan --- lib/librte_eal/linuxapp/eal/eal.c | 14 +- lib/librte_eal/linuxapp/eal/eal_vf