RE: [RFC] eal: add bus cleanup to eal cleanup

2022-04-22 Thread Morten Brørup
> From: Kevin Laatz [mailto:kevin.la...@intel.com] > Sent: Friday, 22 April 2022 11.18 > > On 20/04/2022 07:55, Morten Brørup wrote: > >> From: Kevin Laatz [mailto:kevin.la...@intel.com] > >> Sent: Tuesday, 19 April 2022 18.15 > >> > >> During EAL init, all buses are probed and the devices found a

Re: [RFC] eal: add bus cleanup to eal cleanup

2022-04-22 Thread Kevin Laatz
On 20/04/2022 07:55, Morten Brørup wrote: From: Kevin Laatz [mailto:kevin.la...@intel.com] Sent: Tuesday, 19 April 2022 18.15 During EAL init, all buses are probed and the devices found are initialized. On eal_cleanup(), the inverse does not happen, meaning any allocated memory and other configu

RE: [RFC] eal: add bus cleanup to eal cleanup

2022-04-19 Thread Morten Brørup
> From: Kevin Laatz [mailto:kevin.la...@intel.com] > Sent: Tuesday, 19 April 2022 18.15 > > During EAL init, all buses are probed and the devices found are > initialized. On eal_cleanup(), the inverse does not happen, meaning any > allocated memory and other configuration will not be cleaned up >

Re: [RFC] eal: add bus cleanup to eal cleanup

2022-04-19 Thread Stephen Hemminger
On Tue, 19 Apr 2022 17:14:38 +0100 Kevin Laatz wrote: > + RTE_LOG(INFO, EAL, > + "Clean up PCI driver: %s (%x:%x) device: > "PCI_PRI_FMT" (socket %i)\n", > + drv->driver.name, dev->id.vendor_id, > dev->id.device_id, > +