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

-----Original Message-----
From: Min Hu (Connor) <[email protected]>
Sent: Friday, March 4, 2022 2:27 PM
To: [email protected]
Cc: Huisong Li <[email protected]>; [email protected]; Min Hu
<[email protected]>; Li, Xiaoyun <[email protected]>; Singh, Aman
Deep <[email protected]>; Zhang, Yuying
<[email protected]>; Ajit Khaparde <[email protected]>;
Andrew Rybchenko <[email protected]>; Yigit, Ferruh
<[email protected]>
Subject: [PATCH v5] app/testpmd: add help messages for multi-process

From: Huisong Li <[email protected]>

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: [email protected]

Signed-off-by: Huisong Li <[email protected]>
Signed-off-by: Min Hu (Connor) <[email protected]>

Acked-by: Yuying Zhang <[email protected]>


Updated 'symmetric_mp' -> 'multi-process', with this change
Reviewed-by: Ferruh Yigit <[email protected]>

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

Reply via email to