On Wed, 2015-01-07 at 13:09 +, Nicholas Mc Guire wrote:
> On Wed, 07 Jan 2015, Prarit Bhargava wrote:
>
> >
> >
> > On 01/06/2015 10:38 AM, Jiang, Dave wrote:
> > - if (dma->device_tx_status(dma_chan, cookie, NULL) !=
> > DMA_COMPLETE) {
> > + if (tmo == 0 || dma->d
On Wed, 07 Jan 2015, Prarit Bhargava wrote:
>
>
> On 01/06/2015 10:38 AM, Jiang, Dave wrote:
> -if (dma->device_tx_status(dma_chan, cookie, NULL) !=
> DMA_COMPLETE) {
> +if (tmo == 0 || dma->device_tx_status(dma_chan, cookie, NULL)
> +
On 01/06/2015 10:38 AM, Jiang, Dave wrote:
- if (dma->device_tx_status(dma_chan, cookie, NULL) != DMA_COMPLETE) {
+ if (tmo == 0 || dma->device_tx_status(dma_chan, cookie, NULL)
+ != DMA_COMPLETE) {
>>>
>>> Can you please do:
>>> + if (tmo == 0 ||
>>> +
On Tue, 2015-01-06 at 00:42 +, Nicholas Mc Guire wrote:
> On Mon, 05 Jan 2015, Jiang, Dave wrote:
>
> >
> >
> >
> > On Sun, 2014-12-28 at 10:37 +, Nicholas Mc Guire wrote:
> > > wait_for_completion_timeout reaching timeout was being ignored,
> > > fail the self-test if timeout condit
On Mon, 05 Jan 2015, Jiang, Dave wrote:
>
>
>
> On Sun, 2014-12-28 at 10:37 +, Nicholas Mc Guire wrote:
> > wait_for_completion_timeout reaching timeout was being ignored,
> > fail the self-test if timeout condition occurs.
> >
> > Not sure about the indentations used (CodingStyle:Chapter
On Sun, 2014-12-28 at 10:37 +, Nicholas Mc Guire wrote:
> wait_for_completion_timeout reaching timeout was being ignored,
> fail the self-test if timeout condition occurs.
>
> Not sure about the indentations used (CodingStyle:Chapter 2)
>
> this was only compile tested with
> x86_64_defcon
On 12/28/2014 05:37 AM, Nicholas Mc Guire wrote:
> wait_for_completion_timeout reaching timeout was being ignored,
> fail the self-test if timeout condition occurs.
>
> Not sure about the indentations used (CodingStyle:Chapter 2)
>
> this was only compile tested with
> x86_64_defconfig + CONFIG
wait_for_completion_timeout reaching timeout was being ignored,
fail the self-test if timeout condition occurs.
Not sure about the indentations used (CodingStyle:Chapter 2)
this was only compile tested with
x86_64_defconfig + CONFIG_DMA_ENGINE=y + CONFIG_INTEL_IOATDMA=y
patch is against linux-ne
8 matches
Mail list logo