04/07/2022 17:27, Kevin Laatz: > This patchset addresses the device close for IDXD PCI devices. > Initially, there was a memory leak reported by ASAN for the 'pci' member > of the 'idxd_dmadev' struct due to a missing free. In addition, this > patch set corrects the behaviour of the device close function to ensure > the cleanup is completed correctly. > > Depends-on: patch-112376 ("eal: add device removal in rte cleanup")
I assume it is not a real dependency. We can fix closing without calling the close function in EAL cleanup. Applied, thanks.