Re: [PATCH v2 4/8] dma-debug: Dynamically expand the dma_debug_entry pool

2018-12-06 Thread Robin Murphy
On 06/12/2018 14:24, Christoph Hellwig wrote: @@ -47,6 +47,8 @@ #ifndef PREALLOC_DMA_DEBUG_ENTRIES #define PREALLOC_DMA_DEBUG_ENTRIES (1 << 16) #endif FYI, I think we should drop the potential arch hook with the ifndef here once we support the dynamic adjustment. Sure - I have a vague

Re: [PATCH v2 4/8] dma-debug: Dynamically expand the dma_debug_entry pool

2018-12-06 Thread Christoph Hellwig
> @@ -47,6 +47,8 @@ > #ifndef PREALLOC_DMA_DEBUG_ENTRIES > #define PREALLOC_DMA_DEBUG_ENTRIES (1 << 16) > #endif FYI, I think we should drop the potential arch hook with the ifndef here once we support the dynamic adjustment. > + if