Re: [PATCH] dmaengine: Simple DMA memcpy test client

2007-11-21 Thread Haavard Skinnemoen
On Tue, 20 Nov 2007 09:34:38 -0800 "Nelson, Shannon" <[EMAIL PROTECTED]> wrote: > >-Original Message- > >From: Haavard Skinnemoen [mailto:[EMAIL PROTECTED] > >+#define TEST_BUF_SIZE (16384) > > You might make this a module parameter so we can test with various > sizes.

Re: [PATCH] dmaengine: Simple DMA memcpy test client

2007-11-21 Thread Haavard Skinnemoen
On Tue, 20 Nov 2007 09:34:38 -0800 Nelson, Shannon [EMAIL PROTECTED] wrote: -Original Message- From: Haavard Skinnemoen [mailto:[EMAIL PROTECTED] +#define TEST_BUF_SIZE (16384) You might make this a module parameter so we can test with various sizes. Good idea.

RE: [PATCH] dmaengine: Simple DMA memcpy test client

2007-11-20 Thread Nelson, Shannon
>-Original Message- >From: Haavard Skinnemoen [mailto:[EMAIL PROTECTED] > >This client tests DMA memcpy using various lengths and various offsets >into the source and destination buffers. It will initialize both >buffers with a know pattern and verify that the DMA engine copies the

Re: [PATCH] dmaengine: Simple DMA memcpy test client

2007-11-20 Thread Sam Ravnborg
On Tue, Nov 20, 2007 at 12:32:34PM +0100, Haavard Skinnemoen wrote: > This client tests DMA memcpy using various lengths and various offsets > into the source and destination buffers. It will initialize both > buffers with a know pattern and verify that the DMA engine copies the > requested region

[PATCH] dmaengine: Simple DMA memcpy test client

2007-11-20 Thread Haavard Skinnemoen
This client tests DMA memcpy using various lengths and various offsets into the source and destination buffers. It will initialize both buffers with a know pattern and verify that the DMA engine copies the requested region and nothing more. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>

[PATCH] dmaengine: Simple DMA memcpy test client

2007-11-20 Thread Haavard Skinnemoen
This client tests DMA memcpy using various lengths and various offsets into the source and destination buffers. It will initialize both buffers with a know pattern and verify that the DMA engine copies the requested region and nothing more. Signed-off-by: Haavard Skinnemoen [EMAIL PROTECTED] ---

Re: [PATCH] dmaengine: Simple DMA memcpy test client

2007-11-20 Thread Sam Ravnborg
On Tue, Nov 20, 2007 at 12:32:34PM +0100, Haavard Skinnemoen wrote: This client tests DMA memcpy using various lengths and various offsets into the source and destination buffers. It will initialize both buffers with a know pattern and verify that the DMA engine copies the requested region and

RE: [PATCH] dmaengine: Simple DMA memcpy test client

2007-11-20 Thread Nelson, Shannon
-Original Message- From: Haavard Skinnemoen [mailto:[EMAIL PROTECTED] This client tests DMA memcpy using various lengths and various offsets into the source and destination buffers. It will initialize both buffers with a know pattern and verify that the DMA engine copies the requested