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

2021-07-02 Thread Andrew Rybchenko
From: "Min Hu (Connor)" 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 -- -i \ --rxq=4 --txq=4

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

2021-07-02 Thread Andrew Rybchenko
On 7/2/21 3:09 PM, Andrew Rybchenko wrote: > From: "Min Hu (Connor)" > > 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: >

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

2021-07-08 Thread Min Hu (Connor)
Hi, Andrew , 在 2021/7/2 20:47, Andrew Rybchenko 写道: On 7/2/21 3:09 PM, Andrew Rybchenko wrote: From: "Min Hu (Connor)" 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 --pr

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

2021-07-08 Thread Andrew Rybchenko
On 7/8/21 3:20 PM, Min Hu (Connor) wrote: > Hi, Andrew , > > 在 2021/7/2 20:47, Andrew Rybchenko 写道: >> On 7/2/21 3:09 PM, Andrew Rybchenko wrote: >>> From: "Min Hu (Connor)" >>> >>> For example the following commands run two testpmd processes: >>> >>>   * the primary process: >>> >>> ./dpdk-testp

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

2021-07-08 Thread Min Hu (Connor)
Hi,Andrew , 在 2021/7/8 20:30, Andrew Rybchenko 写道: On 7/8/21 3:20 PM, Min Hu (Connor) wrote: Hi, Andrew , 在 2021/7/2 20:47, Andrew Rybchenko 写道: On 7/2/21 3:09 PM, Andrew Rybchenko wrote: From: "Min Hu (Connor)" For example the following commands run two testpmd processes:   * the primar