| To: | art <art@sigrand.ru>, linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: Socket buffer allocation outside DMA-able memory |
| From: | ashley jones <ashley_jones_2000@yahoo.com> |
| Date: | Tue, 6 Jun 2006 05:37:35 -0700 (PDT) |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=l0JdGT+xDR6dzpku+rbSaPcQ+NcGG31xW4nyE0nfyDPLPjhuu33S4zfE+ZjYib6XGNoeAMd/W1oGDjzBvqRAdRFNcOb6A6pa8Nh10qYEQK8RCcAyjkzRNlTMu2V/11avEFRLIha3LUMCNdPlDipVGhonUXybASVQjrRWWYh3GqA= ; |
| In-reply-to: | <6851.060602@sigrand.ru> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
|
hi, I guess your 25 bit dma address field will be word alligned, so ur dma engine will be able to index up to 64 MB( 25+2 = 27 bits). If that is not the case then you can use one of the foll. work around, * dont give whole 64 MB to linux, give only Lower 32 MB. * Give only upper 32 MB to linux, and give memory to ur dma engine from lower 32 MB, and once you recv any data you copy to skb and submit to linux. ( ofcourse your performance will get hit in this case.) Regards, A'Jones. art <art@sigrand.ru> wrote: Hello all! __________________________________________________ |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | USB device status on au1x00, Rodolfo Giometti |
|---|---|
| Next by Date: | RE: Socket buffer allocation outside DMA-able memory, Zhan, Rongkai |
| Previous by Thread: | Socket buffer allocation outside DMA-able memory, art |
| Next by Thread: | Re[2]: Socket buffer allocation outside DMA-able memory, art |
| Indexes: | [Date] [Thread] [Top] [All Lists] |