From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5216BA0547; Thu, 29 Apr 2021 12:57:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE68241116; Thu, 29 Apr 2021 12:57:04 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 418924110F for ; Thu, 29 Apr 2021 12:57:03 +0200 (CEST) Received: from dggeme756-chm.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4FWC7R1WF2zYfdy; Thu, 29 Apr 2021 18:54:43 +0800 (CST) Received: from [10.67.103.128] (10.67.103.128) by dggeme756-chm.china.huawei.com (10.3.19.102) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Thu, 29 Apr 2021 18:57:00 +0800 To: "Singh, Aman Deep" , "'dev@dpdk.org'" CC: "Mcnamara, John" , "Kovacevic, Marko" , "Burakov, Anatoly" , "andrew.rybchenko@oktetlabs.ru" , "thomas@monjalon.net" , "Li, Xiaoyun" , "Yigit, Ferruh" References: <7d3abc78770645a78fd2d20061b2d686@intel.com> From: "Min Hu (Connor)" Message-ID: <63ae4695-9ffd-e854-b9d4-d6257b24768a@huawei.com> Date: Thu, 29 Apr 2021 18:57:00 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <7d3abc78770645a78fd2d20061b2d686@intel.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.128] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To dggeme756-chm.china.huawei.com (10.3.19.102) X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH v13] app/testpmd: support multi-process X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Thanks Aman. Hi, Thomas, Ferruh, any other comments about this patch? 在 2021/4/28 20:10, Singh, Aman Deep 写道: > This patch adds multi-process support for testpmd. > > The test cmd example as follows: > > the primary cmd: > > ./dpdk-testpmd -a xxx --proc-type=auto -l 0-1 -- -i \ > > --rxq=4 --txq=4 --num-procs=2 --proc-id=0 > > the secondary cmd: > > ./dpdk-testpmd -a xxx --proc-type=auto -l 2-3 -- -i \ > > --rxq=4 --txq=4 --num-procs=2 --proc-id=1 > > Signed-off-by: Min Hu (Connor) > > > Signed-off-by: Lijun Ou > > > Acked-by: Xiaoyun Li > > > Acked-by: Ajit Khaparde > > > Reviewed-by: Ferruh Yigit > > > > > Acked-by: Aman Deep Singh > > > Tested-by: Aman Deep Singh > >