Re: [PATCH v2] bus/vdev: revert fix devargs after multi-process bus scan

2025-06-11 Thread David Marchand
On Tue, May 13, 2025 at 11:52 AM Mingjin Ye wrote: > > This patch reverts commit f5b2eff0847d ("bus/vdev: fix devargs after > multi-process bus scan") > > With current code, we do not add devargs to devargs list when we add a > vdev in secondary process (because `init` flag is set to `false`). > >

[PATCH v2] bus/vdev: revert fix devargs after multi-process bus scan

2025-05-13 Thread Mingjin Ye
This patch reverts commit f5b2eff0847d ("bus/vdev: fix devargs after multi-process bus scan") With current code, we do not add devargs to devargs list when we add a vdev in secondary process (because `init` flag is set to `false`). Because of this, when we do vdev_uninit, we call rte_devargs_remo