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. Go

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 >reques

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