Re: [dpdk-dev] [PATCH v7] vfio: change to use generic multi-process channel

2018-04-17 Thread Thomas Monjalon
15/04/2018 17:06, Jianfeng Tan: > Previously, vfio uses its own private 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. > > Test: > 1. Bind two NICs to vfio-pci. > > 2. Start the primary and

Re: [dpdk-dev] [PATCH v7] vfio: change to use generic multi-process channel

2018-04-15 Thread Tan, Jianfeng
Sorry, forget the version change log. FYI: v6->v7: - Rebase on master. v5->v6: (Address comments from Anatoly) - Naming, return checking, logging. - Move vfio action register after rte_bus_probe(). On 4/15/2018 11:06 PM, Jianfeng Tan wrote: Previously, vfio uses its own private channel f

[dpdk-dev] [PATCH v7] vfio: change to use generic multi-process channel

2018-04-15 Thread Jianfeng Tan
Previously, vfio uses its own private 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. Test: 1. Bind two NICs to vfio-pci. 2. Start the primary and secondary process. $ (symmetric_mp) -c 2 -- -p