Re: [PATCH v4] app/test: append 'allow' parameters to secondary processes

2023-11-09 Thread Bruce Richardson
On Wed, Sep 27, 2023 at 03:42:04AM +, Mingjin Ye wrote: > The 'allow' parameters are not passed to the secondary process, and all > devices will be loaded by default. When the primary process specifies > the 'allow' parameters and does not specify all devices that use the > vfio-pci driver, the

RE: [PATCH v4] app/test: append 'allow' parameters to secondary processes

2023-10-12 Thread Huang, ZhiminX
> -Original Message- > From: Mingjin Ye > Sent: Wednesday, September 27, 2023 11:42 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhou, YidingX > ; Ye, MingjinX ; > sta...@dpdk.org > Subject: [PATCH v4] app/test: append 'allow' parameters to secondary >

[PATCH v4] app/test: append 'allow' parameters to secondary processes

2023-09-26 Thread Mingjin Ye
The 'allow' parameters are not passed to the secondary process, and all devices will be loaded by default. When the primary process specifies the 'allow' parameters and does not specify all devices that use the vfio-pci driver, the secondary process will not load the devices as expected, which will