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

2021-09-07 Thread Min Hu (Connor)
在 2021/9/7 21:23, Ferruh Yigit 写道: On 8/25/2021 3:06 AM, Min Hu (Connor) wrote: This patch adds multi-process support for testpmd. For example the following commands run two testpmd processes: * the primary process: ./dpdk-testpmd --proc-type=auto -l 0-1 -- -i \ --rxq=4 --txq=4 --num-

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

2021-09-07 Thread Ferruh Yigit
On 8/25/2021 3:06 AM, Min Hu (Connor) wrote: > This patch adds multi-process support for testpmd. > For example the following commands run two testpmd > processes: > > * the primary process: > > ./dpdk-testpmd --proc-type=auto -l 0-1 -- -i \ >--rxq=4 --txq=4 --num-procs=2 --proc-id=0 > > *

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

2021-08-24 Thread Min Hu (Connor)
This patch adds multi-process support for testpmd. For example the following commands run two testpmd processes: * the primary process: ./dpdk-testpmd --proc-type=auto -l 0-1 -- -i \ --rxq=4 --txq=4 --num-procs=2 --proc-id=0 * the secondary process: ./dpdk-testpmd --proc-type=auto -l 2-3 -