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

2023-09-25 Thread David Marchand
On Mon, Sep 25, 2023 at 12:09 PM Ye, MingjinX wrote: > > > 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 proc

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

2023-09-25 Thread Ye, MingjinX
> -Original Message- > From: David Marchand > Sent: Monday, September 25, 2023 5:58 PM > To: Ye, MingjinX > Cc: dev@dpdk.org; Yang, Qiming ; Zhou, YidingX > ; sta...@dpdk.org > Subject: Re: [PATCH v3] app/test: secondary process passes allow > parameters > &

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

2023-09-25 Thread David Marchand
On Mon, Sep 25, 2023 at 11:54 AM Mingjin Ye wrote: > > 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. This patch loo

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

2023-09-25 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: 086eb64db39e ("test/pdump: add unit test for pdump library") Fixes: 14