From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B76B1A0547; Thu, 29 Apr 2021 13:35:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 818F8410DD; Thu, 29 Apr 2021 13:35:03 +0200 (CEST) Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) by mails.dpdk.org (Postfix) with ESMTP id 80539406FF for <dev@dpdk.org>; Thu, 29 Apr 2021 13:35:02 +0200 (CEST) Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4FWCyG3lznzPvW9; Thu, 29 Apr 2021 19:31:50 +0800 (CST) Received: from [10.67.103.128] (10.67.103.128) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.498.0; Thu, 29 Apr 2021 19:34:54 +0800 To: Ferruh Yigit <ferruh.yigit@intel.com>, "Singh, Aman Deep" <aman.deep.singh@intel.com>, "'dev@dpdk.org'" <dev@dpdk.org> CC: "Mcnamara, John" <john.mcnamara@intel.com>, "Kovacevic, Marko" <marko.kovacevic@intel.com>, "Burakov, Anatoly" <anatoly.burakov@intel.com>, "andrew.rybchenko@oktetlabs.ru" <andrew.rybchenko@oktetlabs.ru>, "thomas@monjalon.net" <thomas@monjalon.net>, "Li, Xiaoyun" <xiaoyun.li@intel.com> References: <7d3abc78770645a78fd2d20061b2d686@intel.com> <63ae4695-9ffd-e854-b9d4-d6257b24768a@huawei.com> <6936cb8f-baae-0554-7cd1-af448f8269bd@intel.com> From: "Min Hu (Connor)" <humin29@huawei.com> Message-ID: <39feb72c-c084-4c3b-8e14-c17412afe0df@huawei.com> Date: Thu, 29 Apr 2021 19:34:54 +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: <6936cb8f-baae-0554-7cd1-af448f8269bd@intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.128] 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> Got it, thanks Ferruh. 在 2021/4/29 19:25, Ferruh Yigit 写道: > On 4/29/2021 11:57 AM, Min Hu (Connor) wrote: >> Thanks Aman. >> >> Hi, Thomas, Ferruh, any other comments about this patch? >> > > Hi Connor, > > There is no outstanding comments, also the patch has review/test tags in place. > > But the multi-process support may affect many operations, and assuming it is not > critical for this release, to prevent any unexpected side affects I am for > getting this patch early next release instead of this release. > > This gives more time in next release to address any unexpected issue. > > Thanks, > ferruh > >> 在 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) <humin29@huawei.com <mailto:humin29@huawei.com>> >>> >>> Signed-off-by: Lijun Ou <oulijun@huawei.com <mailto:oulijun@huawei.com>> >>> >>> Acked-by: Xiaoyun Li <xiaoyun.li@intel.com <mailto:xiaoyun.li@intel.com>> >>> >>> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com >>> <mailto:ajit.khaparde@broadcom.com>> >>> >>> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com >>> <mailto:ferruh.yigit@intel.com>> >>> >>> <snip> >>> >>> Acked-by: Aman Deep Singh <aman.deep.singh@intel.com >>> <mailto:aman.deep.singh@intel.com>> >>> >>> Tested-by: Aman Deep Singh <aman.deep.singh@intel.com >>> <mailto:aman.deep.singh@intel.com>> >>> > > . >