On 6/9/2022 3:06 PM, Ferruh Yigit wrote:
On 6/9/2022 9:52 AM, Dongdong Liu wrote:
From: Huisong Li <[email protected]>
This patch adds help messages for multi-process.
--num-procs=N: set the total number of multi-process instances.
--proc-id=id: set the id of the current process from multi-process
instances(0 <= id < num-procs).
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]>
Signed-off-by: Dongdong Liu <[email protected]>
Acked-by: Ferruh Yigit <[email protected]>
Applied to dpdk-next-net/main, thanks.