Re: [PATCH 0/5] Fix IDXD PCI device close

2022-06-01 Thread Kevin Laatz
On 31/05/2022 17:37, Kevin Laatz wrote: On 31/05/2022 17:17, Thomas Monjalon wrote: Kevin Laatz (5):    dma/idxd: fix memory leak in pci close    dma/idxd: fix memory leak due to free on incorrect pointer    app/test: close dma devices during cleanup    app/testpmd: stop and close dmadevs at exi

Re: [PATCH 0/5] Fix IDXD PCI device close

2022-05-31 Thread Kevin Laatz
On 31/05/2022 17:17, Thomas Monjalon wrote: Kevin Laatz (5): dma/idxd: fix memory leak in pci close dma/idxd: fix memory leak due to free on incorrect pointer app/test: close dma devices during cleanup app/testpmd: stop and close dmadevs at exit examples/dma: fix missing dma close

Re: [PATCH 0/5] Fix IDXD PCI device close

2022-05-31 Thread Thomas Monjalon
> Kevin Laatz (5): > dma/idxd: fix memory leak in pci close > dma/idxd: fix memory leak due to free on incorrect pointer > app/test: close dma devices during cleanup > app/testpmd: stop and close dmadevs at exit > examples/dma: fix missing dma close Any news about the v2?

[PATCH 0/5] Fix IDXD PCI device close

2022-04-08 Thread 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 complet