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

2021-06-15 Thread Min Hu (Connor)
Hi, Andrew, see replies below, and others without no reply will be fixed in v14. 在 2021/6/8 16:42, Andrew Rybchenko 写道: @Thomas, @Ferruh, please, see question below. On 4/22/21 4:18 AM, Min Hu (Connor) wrote: This patch adds multi-process support for testpmd. The test cmd example as fo

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

2021-06-08 Thread Ferruh Yigit
On 6/8/2021 11:39 AM, Andrew Rybchenko wrote: > On 6/8/21 1:22 PM, Thomas Monjalon wrote: >> 08/06/2021 10:42, Andrew Rybchenko: >>> On 4/22/21 4:18 AM, Min Hu (Connor) wrote: --- a/doc/guides/testpmd_app_ug/run_app.rst +++ b/doc/guides/testpmd_app_ug/run_app.rst >> [...] +All the de

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

2021-06-08 Thread Thomas Monjalon
08/06/2021 12:39, Andrew Rybchenko: > On 6/8/21 1:22 PM, Thomas Monjalon wrote: > > 08/06/2021 10:42, Andrew Rybchenko: > >> On 4/22/21 4:18 AM, Min Hu (Connor) wrote: > >>> --- a/doc/guides/testpmd_app_ug/run_app.rst > >>> +++ b/doc/guides/testpmd_app_ug/run_app.rst > > [...] > >>> +All the dev op

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

2021-06-08 Thread Andrew Rybchenko
On 6/8/21 1:22 PM, Thomas Monjalon wrote: > 08/06/2021 10:42, Andrew Rybchenko: >> On 4/22/21 4:18 AM, Min Hu (Connor) wrote: >>> --- a/doc/guides/testpmd_app_ug/run_app.rst >>> +++ b/doc/guides/testpmd_app_ug/run_app.rst > [...] >>> +All the dev ops is supported in primary process. While secondary

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

2021-06-08 Thread Thomas Monjalon
08/06/2021 10:42, Andrew Rybchenko: > On 4/22/21 4:18 AM, Min Hu (Connor) wrote: > > --- a/doc/guides/testpmd_app_ug/run_app.rst > > +++ b/doc/guides/testpmd_app_ug/run_app.rst [...] > > +All the dev ops is supported in primary process. While secondary process > > is not permitted > > +to allocate

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

2021-06-08 Thread Andrew Rybchenko
@Thomas, @Ferruh, please, see question below. On 4/22/21 4:18 AM, Min Hu (Connor) wrote: > 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 >

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

2021-04-29 Thread Min Hu (Connor)
Got it, thanks Ferruh. 在 2021/4/29 19:25, Ferruh Yigit 写道: On 4/29/2021 11:57 AM, Min Hu (Connor) wrote: Thanks Aman. Hi, Thomas, Ferruh, any other comments about this patch? Hi Connor, There is no outstanding comments, also the patch has review/test tags in place. But the multi-process s

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

2021-04-29 Thread Ferruh Yigit
On 4/29/2021 11:57 AM, Min Hu (Connor) wrote: > Thanks Aman. > > Hi, Thomas, Ferruh, any other comments about this patch? > Hi Connor, There is no outstanding comments, also the patch has review/test tags in place. But the multi-process support may affect many operations, and assuming it is no

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

2021-04-29 Thread Min Hu (Connor)
Thanks Aman. Hi, Thomas, Ferruh, any other comments about this patch? 在 2021/4/28 20:10, Singh, Aman Deep 写道: 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-proc

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

2021-04-28 Thread Singh, Aman Deep
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 --nu

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

2021-04-21 Thread Min Hu (Connor)
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=