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

2021-01-13 Thread oulijun
: [dpdk-dev] [RFC] app/testpmd: support multi-process 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

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

2021-01-12 Thread Wisam Monther
o...@intel.com; > >> beilei.x...@intel.com; bernard.iremon...@intel.com > >> Cc: dev@dpdk.org > >> Subject: [dpdk-dev] [RFC] app/testpmd: support multi-process > >> > >> This patch adds multi-process support for testpmd. > >> The test cmd example

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

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:

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

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

2021-01-08 Thread Lijun Ou
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 2 -- -i\ --rxq=16 --txq=16 --num-procs