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

2021-04-15 Thread Min Hu (Connor)
在 2021/4/15 15:54, Ferruh Yigit 写道: On 4/12/2021 5:37 PM, Ferruh Yigit wrote: On 3/30/2021 2:48 AM, Min Hu (Connor) wrote: From: Lijun Ou 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

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

2021-04-15 Thread Ferruh Yigit
On 4/12/2021 5:37 PM, Ferruh Yigit wrote: On 3/30/2021 2:48 AM, Min Hu (Connor) wrote: From: Lijun Ou 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-

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

2021-04-12 Thread Ferruh Yigit
On 3/30/2021 2:48 AM, Min Hu (Connor) wrote: From: Lijun Ou 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

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

2021-04-08 Thread Min Hu (Connor)
在 2021/4/8 21:27, Ferruh Yigit 写道: On 4/8/2021 11:32 AM, Min Hu (Connor) wrote: Hi, Ferry and all,  This patch has been acked:  Acked-by: Xiaoyun Li  Acked-by: Ajit Khaparde  Are there any other comments about that patch? Hi Connor, In today's release status meeting I a

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

2021-04-08 Thread Ferruh Yigit
On 4/8/2021 11:32 AM, Min Hu (Connor) wrote: Hi, Ferry and all, This patch has been acked: Acked-by: Xiaoyun Li Acked-by: Ajit Khaparde Are there any other comments about that patch? Hi Connor, In today's release status meeting I asked if more parties can test this patc

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

2021-04-08 Thread Min Hu (Connor)
Hi, Ferry and all, This patch has been acked: Acked-by: Xiaoyun Li Acked-by: Ajit Khaparde Are there any other comments about that patch? 在 2021/3/30 18:43, Min Hu (Connor) 写道: 在 2021/3/30 18:19, Ferruh Yigit 写道: On 3/30/2021 7:41 AM, Min Hu (Connor

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

2021-03-30 Thread Min Hu (Connor)
在 2021/3/30 18:19, Ferruh Yigit 写道: On 3/30/2021 7:41 AM, Min Hu (Connor) wrote: 在 2021/3/30 11:11, Ajit Khaparde 写道: On Mon, Mar 29, 2021 at 6:48 PM Min Hu (Connor) wrote: From: Lijun Ou This patch adds multi-process support for testpmd. The test cmd example as follows: the primary c

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

2021-03-30 Thread Ferruh Yigit
On 3/30/2021 7:41 AM, Min Hu (Connor) wrote: 在 2021/3/30 11:11, Ajit Khaparde 写道: On Mon, Mar 29, 2021 at 6:48 PM Min Hu (Connor) wrote: From: Lijun Ou This patch adds multi-process support for testpmd. The test cmd example as follows: the primary cmd: ./dpdk-testpmd -a xxx --proc-type=au

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

2021-03-30 Thread Ajit Khaparde
On Mon, Mar 29, 2021 at 6:48 PM Min Hu (Connor) wrote: > > From: Lijun Ou > > 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 second

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

2021-03-29 Thread Min Hu (Connor)
在 2021/3/30 11:11, Ajit Khaparde 写道: On Mon, Mar 29, 2021 at 6:48 PM Min Hu (Connor) wrote: From: Lijun Ou 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

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

2021-03-29 Thread Min Hu (Connor)
在 2021/3/30 10:17, Li, Xiaoyun 写道: Hi -Original Message- From: Min Hu (Connor) Sent: Tuesday, March 30, 2021 09:48 To: dev@dpdk.org Cc: Yigit, Ferruh ; ajit.khapa...@broadcom.com; Li, Xiaoyun Subject: [PATCH v8] app/testpmd: support multi-process From: Lijun Ou This patch adds m

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

2021-03-29 Thread Li, Xiaoyun
Hi > -Original Message- > From: Min Hu (Connor) > Sent: Tuesday, March 30, 2021 09:48 > To: dev@dpdk.org > Cc: Yigit, Ferruh ; ajit.khapa...@broadcom.com; Li, > Xiaoyun > Subject: [PATCH v8] app/testpmd: support multi-process > > From: Lijun Ou > > This patch adds multi-process suppor

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

2021-03-29 Thread Min Hu (Connor)
From: Lijun Ou 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 --t