Re: [PATCH 06/10] dmatest: run test via debugfs

2013-03-07 Thread Andy Shevchenko
Oh, missed Cc list in the middle. Return it back and thus leave a full message below. On Thu, Mar 7, 2013 at 8:11 AM, Vinod Koul wrote: > On Wed, Mar 06, 2013 at 05:53:20PM +0200, Andy Shevchenko wrote: >> >> > How do you terminate a test? Esp if you have started bunch of concurent >> >> > tests

Re: [PATCH 06/10] dmatest: run test via debugfs

2013-03-05 Thread Vinod Koul
On Tue, Mar 05, 2013 at 12:36:44PM +0200, Andy Shevchenko wrote: > On Tue, 2013-03-05 at 14:56 +0530, Vinod Koul wrote: > > On Mon, Mar 04, 2013 at 11:09:30AM +0200, Andy Shevchenko wrote: > > > @@ -0,0 +1,48 @@ > > > + DMA Test Guide > > > + ===

Re: [PATCH 06/10] dmatest: run test via debugfs

2013-03-05 Thread Andy Shevchenko
On Tue, 2013-03-05 at 14:56 +0530, Vinod Koul wrote: > On Mon, Mar 04, 2013 at 11:09:30AM +0200, Andy Shevchenko wrote: > > @@ -0,0 +1,48 @@ > > + DMA Test Guide > > + == > > + > > + Andy Shevchenko > > + > > +This small do

Re: [PATCH 06/10] dmatest: run test via debugfs

2013-03-05 Thread Vinod Koul
On Mon, Mar 04, 2013 at 11:09:30AM +0200, Andy Shevchenko wrote: > @@ -0,0 +1,48 @@ > + DMA Test Guide > + == > + > + Andy Shevchenko > + > +This small document introduces how to test DMA drivers using dmatest module.

[PATCH 06/10] dmatest: run test via debugfs

2013-03-04 Thread Andy Shevchenko
Instead of doing modprobe dmatest ... modprobe -r dmatest we allow user to run tests interactively. The dmatest could be built as module or inside kernel. Let's consider those cases. 1. When dmatest is built as a module... After mounting debugfs and loading the module, the /sys/k