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

2023-11-10 Thread Bruce Richardson
On Fri, Nov 10, 2023 at 10:30:12AM +, 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. > > Fix

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

2023-11-10 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-