Re: [PATCH V2 1/6] bus/pci: fix a segfault when call callback

2022-10-24 Thread lihuisong (C)
Hi Thomas, I missed this e-mail, I'm sorry for late reply. 在 2022/10/11 3:49, Thomas Monjalon 写道: 15/09/2022 14:45, Huisong Li: After the driver probe is executed, the callback in application will be called. The callback in application may call some APIs which access the rte_pci_driver::driver

Re: [PATCH V2 1/6] bus/pci: fix a segfault when call callback

2022-10-10 Thread Thomas Monjalon
15/09/2022 14:45, Huisong Li: > After the driver probe is executed, the callback in application will > be called. The callback in application may call some APIs which access the > rte_pci_driver::driver by the device::driver pointer to get driver > information. If the rte_pci_device::device::driver