Re: [PATCH 2/9] I/OAT
From: Evgeniy Polyakov <hidden>
Date: 2006-03-30 07:21:41
Also in:
lkml
From: Evgeniy Polyakov <hidden>
Date: 2006-03-30 07:21:41
Also in:
lkml
On Wed, Mar 29, 2006 at 02:54:04PM -0800, Chris Leech (christopher.leech@intel.com) wrote:
[I/OAT] Driver for the Intel(R) I/OAT DMA engine From: Chris Leech <redacted> Adds a new ioatdma driver Signed-off-by: Chris Leech <redacted>
Let's do it again. Could you please describe how struct ioat_dma_chan channels are freed? For example when device is removed just after it has been added. ioat_probe() -> enumerate_dma_channels() (failures are ok now) -> kmalloc a lot of channels. ioat_remove() -> dma_async_device_unregister() which does not cleanup ioat_dma_chan channels, but only clients. It ends up in dma_async_device_cleanup() only. -- Evgeniy Polyakov