Re: [dpdk-dev] [PATCH v4] app/testpmd: support multi-process
From: Ferruh Yigit <hidden>
Date: 2021-03-22 11:19:57
From: Ferruh Yigit <hidden>
Date: 2021-03-22 11:19:57
On 3/22/2021 7:07 AM, Min Hu (Connor) wrote:
From: Lijun Ou <redacted> 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=2 --proc-id=1 Signed-off-by: Min Hu (Connor) <redacted> Signed-off-by: Lijun Ou <redacted> --- v4: * Fixed minimum vlaue of Rxq or Txq in doc. v3: * Fixed compiling error using gcc10.0. v2: * Added document for this patch.
+Xiaoyun, testpmd maintainer.