Re: [PATCH v2] ioat: fail self-test if wait_for_completion times out

2015-01-08 Thread Prarit Bhargava
On 01/08/2015 09:16 AM, Nicholas Mc Guire wrote: > wait_for_completion_timeout reaching timeout was being ignored, > fail the self-test if timeout condition occurs. > > v2: fixup of coding style issues. > > Signed-off-by: Nicholas Mc Guire Reviewed-by: Prarit Bhargava P. > --- > > this

Re: [PATCH v2] ioat: fail self-test if wait_for_completion times out

2015-01-08 Thread Jiang, Dave
On Thu, 2015-01-08 at 14:16 +, Nicholas Mc Guire wrote: > wait_for_completion_timeout reaching timeout was being ignored, > fail the self-test if timeout condition occurs. > > v2: fixup of coding style issues. > > Signed-off-by: Nicholas Mc Guire Acked-by: Dave Jiang > --- > > this was

[PATCH v2] ioat: fail self-test if wait_for_completion times out

2015-01-08 Thread Nicholas Mc Guire
wait_for_completion_timeout reaching timeout was being ignored, fail the self-test if timeout condition occurs. v2: fixup of coding style issues. Signed-off-by: Nicholas Mc Guire --- this was only compile tested with x86_64_defconfig + CONFIG_DMA_ENGINE=y + CONFIG_INTEL_IOATDMA=m patch is agai