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

2021-01-13 Thread oulijun
在 2021/1/12 22:21, Wisam Monther 写道: -Original Message- From: oulijun Sent: Tuesday, January 12, 2021 4:13 PM To: Wisam Monther ; ferruh.yi...@intel.com; wenzhuo...@intel.com; beilei.x...@intel.com; bernard.iremon...@intel.com Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [RFC] app

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

2021-01-12 Thread Wisam Monther
> -Original Message- > From: oulijun > Sent: Tuesday, January 12, 2021 4:13 PM > To: Wisam Monther ; ferruh.yi...@intel.com; > wenzhuo...@intel.com; beilei.x...@intel.com; > bernard.iremon...@intel.com > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [RFC] ap

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

2021-01-12 Thread oulijun
在 2021/1/10 20:32, Wisam Monther 写道: Hi, -Original Message- From: dev On Behalf Of Lijun Ou Sent: Friday, January 8, 2021 11:46 AM To: ferruh.yi...@intel.com; wenzhuo...@intel.com; beilei.x...@intel.com; bernard.iremon...@intel.com Cc: dev@dpdk.org Subject: [dpdk-dev] [RFC] app/test

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

2021-01-10 Thread Wisam Monther
Hi, > -Original Message- > From: dev On Behalf Of Lijun Ou > Sent: Friday, January 8, 2021 11:46 AM > To: ferruh.yi...@intel.com; wenzhuo...@intel.com; beilei.x...@intel.com; > bernard.iremon...@intel.com > Cc: dev@dpdk.org > Subject: [dpdk-dev] [RFC] app/testpmd: support multi-process >

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

2021-01-09 Thread oulijun
在 2021/1/8 18:28, Ferruh Yigit 写道: On 1/8/2021 9:46 AM, Lijun Ou wrote: This patch adds multi-process support for testpmd. The test cmd example as follows: the primary cmd: ./testpmd -w xxx --file-prefix=xx -l 0-1 -n 2 -- -i\ --rxq=16 --txq=16 --num-procs=2 --proc-id=0 the secondary cmd: ./te

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

2021-01-08 Thread Ferruh Yigit
On 1/8/2021 9:46 AM, Lijun Ou wrote: This patch adds multi-process support for testpmd. The test cmd example as follows: the primary cmd: ./testpmd -w xxx --file-prefix=xx -l 0-1 -n 2 -- -i\ --rxq=16 --txq=16 --num-procs=2 --proc-id=0 the secondary cmd: ./testpmd -w xxx --file-prefix=xx -l 2-3 -n