On 3/4/2022 9:11 AM, Zhang, Yuying wrote:
Hi Minhu,

-----Original Message-----
From: Min Hu (Connor) <humi...@huawei.com>
Sent: Friday, March 4, 2022 2:27 PM
To: dev@dpdk.org
Cc: Huisong Li <lihuis...@huawei.com>; sta...@dpdk.org; Min Hu
<humi...@huawei.com>; Li, Xiaoyun <xiaoyun...@intel.com>; Singh, Aman
Deep <aman.deep.si...@intel.com>; Zhang, Yuying
<yuying.zh...@intel.com>; Ajit Khaparde <ajit.khapa...@broadcom.com>;
Andrew Rybchenko <andrew.rybche...@oktetlabs.ru>; Yigit, Ferruh
<ferruh.yi...@intel.com>
Subject: [PATCH v5] app/testpmd: add help messages for multi-process

From: Huisong Li <lihuis...@huawei.com>

This patch adds help messages for multi-process.
--num-procs <N>, where N is the total number of symmetric_mp instances
that will be run side-by-side to perform packet processing. This parameter is
used to configure the appropriate number of receive queues on each
network port.

--proc-id <n>, where n is a numeric value in the range 0 <= n < N (number of
processes, specified above). This identifies which symmetric_mp instance is
being run, so that each process can read a unique receive queue on each
network port.

Fixes: a550baf24af9 ("app/testpmd: support multi-process")
Cc: sta...@dpdk.org

Signed-off-by: Huisong Li <lihuis...@huawei.com>
Signed-off-by: Min Hu (Connor) <humi...@huawei.com>

Acked-by: Yuying Zhang <yuying.zh...@intel.com>


Updated 'symmetric_mp' -> 'multi-process', with this change
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>

Applied to dpdk-next-net/main, thanks.

Reply via email to