From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7] vfio: change to use generic multi-process channel Date: Wed, 18 Apr 2018 01:04:45 +0200 Message-ID: <4854271.bhiJZCD3hE@xps> References: <1515643654-129489-5-git-send-email-jianfeng.tan@intel.com> <1523804779-81856-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, anatoly.burakov@intel.com To: Jianfeng Tan Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 3E38F8E6C for ; Wed, 18 Apr 2018 01:04:48 +0200 (CEST) In-Reply-To: <1523804779-81856-1-git-send-email-jianfeng.tan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 secondary process. > $ (symmetric_mp) -c 2 -- -p 3 --num-procs=2 --proc-id=0 > $ (symmetric_mp) -c 4 --proc-type=auto -- -p 3 \ > --num-procs=2 --proc-id=1 > > Cc: anatoly.burakov@intel.com > > Signed-off-by: Jianfeng Tan > Acked-by: Anatoly Burakov Applied, thanks