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

2021-04-21 Thread Min Hu (Connor)
Hi, Ferruh, 在 2021/4/19 21:42, Ferruh Yigit 写道: On 4/19/2021 2:03 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

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

2021-04-20 Thread Singh, Aman Deep
Tested-by: Aman Deep Singh mailto:aman.deep.si...@intel.com>>

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

2021-04-19 Thread Ferruh Yigit
On 4/19/2021 2:03 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 v11] app/testpmd: support multi-process

2021-04-18 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=