Re: 16-Byte aligned memory allocated in user space and then

2014-02-05 Thread Valdis . Kletnieks
On Wed, 05 Feb 2014 11:35:27 -0800, m silverstri said: > If I allocated memory in user space and make it 16 byte aligned memory, > and then pass it to kernel and setup DMA for my kernel driver, > will my kernel driver still see the memory in 16-Byte aligned memory? > > The hard that my kernel driv

16-Byte aligned memory allocated in user space and then

2014-02-05 Thread m silverstri
Hi, If I allocated memory in user space and make it 16 byte aligned memory, and then pass it to kernel and setup DMA for my kernel driver, will my kernel driver still see the memory in 16-Byte aligned memory? The hard that my kernel driver takes to need 16-Byte aligned memory. Thank you. __