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

2021-03-19 Thread Min Hu (Connor)
Hi, ferruh and all, have you any comments about this patch? thanks. 在 2021/3/11 17:07, Min Hu (Connor) 写道: From: Lijun Ou 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 \ -

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

2021-03-11 Thread Min Hu (Connor)
From: Lijun Ou 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 --t