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

2018-04-12 Thread Thomas Monjalon
05/04/2018 16:26, Tan, Jianfeng: > Hi Anatoly, > > An obvious action would be change rte_mp_request to > rte_mp_request_sync(). Before sending out the new patch, do you have any > other comments for this patch? > > Hi Thomas, > > Several patches will change vfio; may I know the your preferred

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

2018-04-12 Thread Burakov, Anatoly
On 20-Mar-18 8:50 AM, Jianfeng Tan wrote: 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 seco

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

2018-04-05 Thread Burakov, Anatoly
On 05-Apr-18 3:26 PM, Tan, Jianfeng wrote: Hi Anatoly, An obvious action would be change rte_mp_request to rte_mp_request_sync(). Before sending out the new patch, do you have any other comments for this patch? Hi Jianfeng, I don't think i do, but i'll have another look at it just in case,

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

2018-04-05 Thread Tan, Jianfeng
Hi Anatoly, An obvious action would be change rte_mp_request to rte_mp_request_sync(). Before sending out the new patch, do you have any other comments for this patch? Hi Thomas, Several patches will change vfio; may I know the your preferred apply sequence? (I'm trying to find out which pa

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

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