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

2021-04-18 Thread Singh, Aman Deep
Tested-by: Aman Deep Singh

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

2021-04-16 Thread Min Hu (Connor)
Hi, Ferrruh, All is fixed in v10, please check it out, thanks. 在 2021/4/17 0:30, Ferruh Yigit 写道: On 4/16/2021 2:52 AM, Min Hu (Connor) wrote: 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

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

2021-04-16 Thread Ferruh Yigit
On 4/16/2021 2:52 AM, Min Hu (Connor) wrote: 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=a

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

2021-04-15 Thread Min Hu (Connor)
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=