Re: [PATCH v7] app/test: secondary process passes allow parameters

2024-03-06 Thread Thomas Monjalon
14/11/2023 11:28, Mingjin Ye: > In EAL related test cases, the allow parameters are not passed to > the secondary process, resulting in unexpected NICs being loaded. > > This patch fixes this issue by appending the allow parameters to > the secondary process. > > Fixes: af75078fece3 ("first publi

RE: [PATCH v7] app/test: secondary process passes allow parameters

2023-11-24 Thread Ye, MingjinX
t: Friday, November 17, 2023 7:17 PM > To: Ye, MingjinX > Cc: dev@dpdk.org; Yang, Qiming ; > sta...@dpdk.org; Xu, HailinX > Subject: Re: [PATCH v7] app/test: secondary process passes allow > parameters > > On Fri, Nov 17, 2023 at 10:24:41AM +, Ye, MingjinX wrote: > >

Re: [PATCH v7] app/test: secondary process passes allow parameters

2023-11-17 Thread Bruce Richardson
> > To: dev@dpdk.org > > Cc: Yang, Qiming ; Ye, MingjinX > > ; sta...@dpdk.org > > Subject: [PATCH v7] app/test: secondary process passes allow parameters > > > > In EAL related test cases, the allow parameters are not passed to the > > secondary process

RE: [PATCH v7] app/test: secondary process passes allow parameters

2023-11-17 Thread Ye, MingjinX
Hi Richardson, can you please take a look at this patch. Thanks, Mingjin > -Original Message- > From: Ye, MingjinX > Sent: Tuesday, November 14, 2023 6:28 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Ye, MingjinX > ; sta...@dpdk.org > Subject: [PATCH v7] app/te

RE: [PATCH v7] app/test: secondary process passes allow parameters

2023-11-17 Thread Huang, ZhiminX
> -Original Message- > From: Mingjin Ye > Sent: Tuesday, November 14, 2023 6:28 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Ye, MingjinX > ; sta...@dpdk.org > Subject: [PATCH v7] app/test: secondary process passes allow parameters > > In EAL related test case

[PATCH v7] app/test: secondary process passes allow parameters

2023-11-14 Thread Mingjin Ye
In EAL related test cases, the allow parameters are not passed to the secondary process, resulting in unexpected NICs being loaded. This patch fixes this issue by appending the allow parameters to the secondary process. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-