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

2021-04-21 Thread Min Hu (Connor)
Hi, Singh, fixed in v13, thanks. 在 2021/4/21 17:56, 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-dev] [PATCH v12] app/testpmd: support multi-process

2021-04-21 Thread 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 --nu

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

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