Re: [PATCH V4 1/5] drivers/bus: restore driver assignment at front of probing

2023-06-07 Thread lihuisong (C)
在 2023/6/7 0:12, Ferruh Yigit 写道: On 2/28/2023 2:21 AM, lihuisong (C) wrote: 在 2023/2/16 0:09, Ferruh Yigit 写道: On 1/12/2023 2:44 AM, lihuisong (C) wrote: 在 2023/1/11 20:51, Ferruh Yigit 写道: On 12/6/2022 9:26 AM, Huisong Li wrote: The driver assignment was moved back at the end of the devi

Re: [PATCH V4 1/5] drivers/bus: restore driver assignment at front of probing

2023-06-06 Thread Ferruh Yigit
On 2/28/2023 2:21 AM, lihuisong (C) wrote: > > 在 2023/2/16 0:09, Ferruh Yigit 写道: >> On 1/12/2023 2:44 AM, lihuisong (C) wrote: >>> 在 2023/1/11 20:51, Ferruh Yigit 写道: On 12/6/2022 9:26 AM, Huisong Li wrote: > The driver assignment was moved back at the end of the device probing > bec

Re: [PATCH V4 1/5] drivers/bus: restore driver assignment at front of probing

2023-02-27 Thread lihuisong (C)
在 2023/2/16 0:09, Ferruh Yigit 写道: On 1/12/2023 2:44 AM, lihuisong (C) wrote: 在 2023/1/11 20:51, Ferruh Yigit 写道: On 12/6/2022 9:26 AM, Huisong Li wrote: The driver assignment was moved back at the end of the device probing because there is no something to use rte_driver during the phase of p

Re: [PATCH V4 1/5] drivers/bus: restore driver assignment at front of probing

2023-02-15 Thread Ferruh Yigit
On 1/12/2023 2:44 AM, lihuisong (C) wrote: > > 在 2023/1/11 20:51, Ferruh Yigit 写道: >> On 12/6/2022 9:26 AM, Huisong Li wrote: >>> The driver assignment was moved back at the end of the device probing >>> because there is no something to use rte_driver during the phase of >>> probing. See commit 39

Re: [PATCH V4 1/5] drivers/bus: restore driver assignment at front of probing

2023-01-11 Thread lihuisong (C)
在 2023/1/11 20:51, Ferruh Yigit 写道: On 12/6/2022 9:26 AM, Huisong Li wrote: The driver assignment was moved back at the end of the device probing because there is no something to use rte_driver during the phase of probing. See commit 391797f04208 ("drivers/bus: move driver assignment to end of

Re: [PATCH V4 1/5] drivers/bus: restore driver assignment at front of probing

2023-01-11 Thread Ferruh Yigit
On 12/6/2022 9:26 AM, Huisong Li wrote: > The driver assignment was moved back at the end of the device probing > because there is no something to use rte_driver during the phase of > probing. See commit 391797f04208 ("drivers/bus: move driver assignment > to end of probing") > > However, it is ne

[PATCH V4 1/5] drivers/bus: restore driver assignment at front of probing

2022-12-06 Thread Huisong Li
The driver assignment was moved back at the end of the device probing because there is no something to use rte_driver during the phase of probing. See commit 391797f04208 ("drivers/bus: move driver assignment to end of probing") However, it is necessary for probing callback to reference rte_driver