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

2022-06-03 Thread Kevin Laatz
On 02/06/2022 03:06, lihuisong (C) wrote: Hi Kevin, 在 2022/6/2 1:02, Kevin Laatz 写道: 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 appropri

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

2022-06-01 Thread Bruce Richardson
On Wed, Jun 01, 2022 at 06:02:34PM +0100, 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. > > Cu

[PATCH v6] eal: add bus cleanup to eal cleanup

2022-06-01 Thread Kevin Laatz
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, in order for device cleanup to take place, applications must cal