Re: [PATCH v3] test: fix option devices

2024-10-15 Thread Stephen Hemminger
On Mon, 14 Oct 2024 10:00:26 + Mingjin Ye wrote: > Without using allow (-a) or block (-b), EAL loads all devices by default. > Unexpected devices may be loaded when running test cases in sub-processes. > > This patch fixes the issue by copying the parameters of the master process > if the al

[PATCH v3] test: fix option devices

2024-10-14 Thread Mingjin Ye
Without using allow (-a) or block (-b), EAL loads all devices by default. Unexpected devices may be loaded when running test cases in sub-processes. This patch fixes the issue by copying the parameters of the master process if the allow (-a) or block (-b) option is not used when starting the child