Re: [PATCH v8] eal: add bus cleanup to eal cleanup

2022-10-04 Thread Kevin Laatz
On 04/10/2022 16:28, David Marchand wrote: On Tue, Oct 4, 2022 at 3:08 PM Kevin Laatz wrote: 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 ap

Re: [PATCH v8] eal: add bus cleanup to eal cleanup

2022-10-04 Thread David Marchand
On Tue, Oct 4, 2022 at 3:08 PM Kevin Laatz wrote: > > 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 > appropriately on exit. > > Currently,