Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Linux Networking

sk_buff & DMA

Reply
 
Thread Tools Display Modes
  #1  
Old 04-18-2008, 04:31 AM
Default sk_buff & DMA



I am having difficulty DMA'ing into sk_buffs. I have DMA code that
works except when the destination is the data buffer in an sk_buff.
No transfer error is reported in the status register but the sk_buff
data buffer (the destination) is all zeros following the DMA while the
source buffer is nonzero. I am running Linux 2.6.10 on an MPC8248.


Bill
Reply With Quote
  #2  
Old 04-21-2008, 12:57 AM
Janaka
Guest
 
Posts: n/a
Default Re: sk_buff & DMA

On Apr 18, 1:31 pm, Bill <jobhunt...@aol.com> wrote:
> I am having difficulty DMA'ing into sk_buffs. I have DMA code that
> works except when the destination is the data buffer in an sk_buff.
> No transfer error is reported in the status register but the sk_buff
> data buffer (the destination) is all zeros following the DMA while the
> source buffer is nonzero. I am running Linux 2.6.10 on an MPC8248.


These are classic symptoms of caching issues. My guess is because the
DMA HW does the transfer of your data, the processor cache is not
aware of the changes in actual memory. Try manually flushing /
reloading your cache for the destination memory.
BTW "dma_map_single /dma_unmap_single" does not work for some ppc
architectures. So manually flush the cache using "flush_dcache_range"
Reply With Quote
  #3  
Old 04-23-2008, 08:36 AM
Bill
Guest
 
Posts: n/a
Default Re: sk_buff & DMA

On Apr 20, 4:57 pm, Janaka <jana...@optiscan.com> wrote:
> On Apr 18, 1:31 pm, Bill <jobhunt...@aol.com> wrote:
>
> > I am having difficulty DMA'ing into sk_buffs. I have DMA code that
> > works except when the destination is the data buffer in an sk_buff.
> > No transfer error is reported in the status register but the sk_buff
> > data buffer (the destination) is all zeros following the DMA while the
> > source buffer is nonzero. I am running Linux 2.6.10 on an MPC8248.

>
> These are classic symptoms of caching issues. My guess is because the
> DMA HW does the transfer of your data, the processor cache is not
> aware of the changes in actual memory. Try manually flushing /
> reloading your cache for the destination memory.
> BTW "dma_map_single /dma_unmap_single" does not work for some ppc
> architectures. So manually flush the cache using "flush_dcache_range"


Thank you for the suggestion. My problem turned out to be the program
I was using to read memory was not able to read from the memory
location of the DMA's destination. When I read the memory location
within my driver I saw that the DMA was successful.
Reply With Quote
Reply

Tags
dma, skbuff

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 03:03 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.