[PATCH v5] app/testpmd: add help messages for multi-process

Ferruh Yigit ferruh.yigit at intel.com
Fri Mar 4 16:35:19 CET 2022


On 3/4/2022 9:11 AM, Zhang, Yuying wrote:
> Hi Minhu,
> 
>> -----Original Message-----
>> From: Min Hu (Connor) <humin29 at huawei.com>
>> Sent: Friday, March 4, 2022 2:27 PM
>> To: dev at dpdk.org
>> Cc: Huisong Li <lihuisong at huawei.com>; stable at dpdk.org; Min Hu
>> <humin29 at huawei.com>; Li, Xiaoyun <xiaoyun.li at intel.com>; Singh, Aman
>> Deep <aman.deep.singh at intel.com>; Zhang, Yuying
>> <yuying.zhang at intel.com>; Ajit Khaparde <ajit.khaparde at broadcom.com>;
>> Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>; Yigit, Ferruh
>> <ferruh.yigit at intel.com>
>> Subject: [PATCH v5] app/testpmd: add help messages for multi-process
>>
>> From: Huisong Li <lihuisong at 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: stable at dpdk.org
>>
>> Signed-off-by: Huisong Li <lihuisong at huawei.com>
>> Signed-off-by: Min Hu (Connor) <humin29 at huawei.com>
> 
> Acked-by: Yuying Zhang <yuying.zhang at intel.com>
> 

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

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


More information about the stable mailing list