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 806D0A0C50; Sat, 24 Jul 2021 13:44:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8BE540DDA; Sat, 24 Jul 2021 13:44:55 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id BE0CC4067A for ; Sat, 24 Jul 2021 13:44:54 +0200 (CEST) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 2A41B5C00EC; Sat, 24 Jul 2021 07:44:54 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Sat, 24 Jul 2021 07:44:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= CNuWyxS4bmhgNYp9bb9lpQ96GtR3phNBInWAZmH7hCA=; b=TBsFI18Ol35UJOgY E66ABxURFRObnZqH4EJ0DNltRJpwFaz2Gu6uAXa7hl2xgg+yP7ZoNtkW/3byNppM fipcpNVeaN9Q73yXemv4qHS5rUE01eYOWnGJZxvTUADctNi5HatITmaEYBqwqXsE fqqk0PTRDXaoZ0k5nBDn/hHFksvyh4A3O5w3qxbS8DgPiEDJblU1IYT2JRFbPNVZ oxCVbKgaF+eTluITcb4Bd6iJBYwnCKI3f9suLNiGiVxt+UYVkURTSH7VfQYE3DkO PQ9+TEB5+0F4G5tDxp5NogdDGi3HZFdeMTuPcYDvRdrtPE0S74VGqgEFLUYWmWLk JibdVw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=CNuWyxS4bmhgNYp9bb9lpQ96GtR3phNBInWAZmH7h CA=; b=vYMIwQmfpJKbln6BiLE5YoP/5CbL6z/esrENI4LmQ+JYp0SVkkFmHluO2 bfMEPkPdcmUqyxx7kgqFPQ5eYe0cr0oi34klkyrCO3BO9Yz6D2PGIzAJvBzG3N7v bLcoypxiPipHekorqrUBelKO+PiiArlNReOxnjkaJaCVc6XYP7dwKCfc0n19Bnl+ cURSuyC+kI8pgCH25yn4DlIxc4DXgdLcU1niAy3GRjRmdrZOOprOE12cSUx3Bd4l Q8HeLPPS1qgOqAIGrkRw2T4DlPYSHvNfPO8HmagXHCAS4KgjjZdDWBGgsQAqzwV6 l6SYa0ScR/dYtZhDeBien2YM+7JMA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrgedtgdegfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 24 Jul 2021 07:44:52 -0400 (EDT) From: Thomas Monjalon To: "Min Hu (Connor)" Cc: dev@dpdk.org, ferruh.yigit@intel.com, andrew.rybchenko@oktetlabs.ru, david.marchand@redhat.com, Xiaoyun Li , Ajit Khaparde , viacheslavo@nvidia.com Date: Sat, 24 Jul 2021 13:45:17 +0200 Message-ID: <2486158.ynNNe2h67z@thomas> In-Reply-To: <1625889003-55012-1-git-send-email-humin29@huawei.com> References: <1615430867-29992-1-git-send-email-humin29@huawei.com> <1625889003-55012-1-git-send-email-humin29@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v16] 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" 10/07/2021 05:50, Min Hu (Connor): > This patch adds multi-process support for testpmd. > For example the following commands run two testpmd > processes: > > * the primary process: > > ./dpdk-testpmd --proc-type=auto -l 0-1 -- -i \ > --rxq=4 --txq=4 --num-procs=2 --proc-id=0 > > * the secondary process: > > ./dpdk-testpmd --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 > Signed-off-by: Andrew Rybchenko > Acked-by: Xiaoyun Li > Acked-by: Ajit Khaparde > Reviewed-by: Ferruh Yigit > --- > V16: > * revert unrelated changes. > * add some restrictions in doc. I didn't see clear agreement to integrate this feature in DPDK 21.08. BTW, the testpmd maintainer was not Cc'ed.