[dpdk-dev] [PATCH v13] app/testpmd: support multi-process

Min Hu (Connor) humin29 at huawei.com
Thu Apr 29 12:57:00 CEST 2021


Thanks Aman.

Hi, Thomas, Ferruh, any other comments about this patch?

在 2021/4/28 20:10, Singh, Aman Deep 写道:
> This patch adds multi-process support for testpmd.
> 
> The test cmd example as follows:
> 
> the primary cmd:
> 
> ./dpdk-testpmd -a xxx --proc-type=auto -l 0-1 -- -i \
> 
> --rxq=4 --txq=4 --num-procs=2 --proc-id=0
> 
> the secondary cmd:
> 
> ./dpdk-testpmd -a xxx --proc-type=auto -l 2-3 -- -i \
> 
> --rxq=4 --txq=4 --num-procs=2 --proc-id=1
> 
> Signed-off-by: Min Hu (Connor) <humin29 at huawei.com 
> <mailto:humin29 at huawei.com>>
> 
> Signed-off-by: Lijun Ou <oulijun at huawei.com <mailto:oulijun at huawei.com>>
> 
> Acked-by: Xiaoyun Li <xiaoyun.li at intel.com <mailto:xiaoyun.li at intel.com>>
> 
> Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com 
> <mailto:ajit.khaparde at broadcom.com>>
> 
> Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com 
> <mailto:ferruh.yigit at intel.com>>
> 
> <snip>
> 
> Acked-by: Aman Deep Singh <aman.deep.singh at intel.com 
> <mailto:aman.deep.singh at intel.com>>
> 
> Tested-by: Aman Deep Singh <aman.deep.singh at intel.com 
> <mailto:aman.deep.singh at intel.com>>
> 


More information about the dev mailing list