All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: "Herrera-Bendezu, Luis" <lherrera@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] [Xenomai -help] User space access to DMA memory
Date: Wed, 12 Jan 2011 14:35:18 +0100	[thread overview]
Message-ID: <4D2DAE16.2060805@domain.hid> (raw)
In-Reply-To: <6FCCA913376DD7488F4139A4D11B8F4801674163@domain.hid>

Herrera-Bendezu, Luis wrote:
>> -----Original Message-----
>> From: Gilles Chanteperdrix [mailto:gilles.chanteperdrix@xenomai.org]
>> Sent: Tuesday, January 11, 2011 6:28 PM
>> To: Herrera-Bendezu, Luis
>> Cc: xenomai@xenomai.org
>> Subject: Re: [Xenomai-help] [Xenomai -help] User space access to DMA memory
>>
>> Gilles Chanteperdrix wrote:
>>> Herrera-Bendezu, Luis wrote:
>>>> On 01/05/2011 5:29 PM Gilles Chanteperdrix wrote:
>>>>> Steven A. Falco wrote:
>>>>>> On 01/05/2011 04:33 PM, Gilles Chanteperdrix wrote:
>>>>> Ok. Could you try to do the same operation with the native API? You just
>>>>> have to pass H_SHARED | H_DMA | H_NONCACHED as flags to rt_heap_create
>>>>> to get the same effect as pci_dma_alloc_coherent.
>>>>>
>>>>> Just to see if the error lies in RTDM implementation or in Xenomai
>>>>> generic code.
>>>>>
>>>>>
>>> (...)
>>> What about the other thing I asked you to test?
>>>
>> Ping? Any news about this test?
> 
> rt_heap_create() with flags H_SHARED | H_DMA | H_NONCACHED report -EINVAL.
> Documentation indicates that H_NONCACHE is not compatible with H_DMA.

Right, supporting H_NONCACHED | H_DMA would mean that we would have to
use kmalloc/get_free_pages then establish a non-cached mapping in
kernel-space with vm_map_ram.

Could you try with H_NONCACHED, but without H_DMA? Of course, the
mapping can not be used for DMA, as it will probably not be physically
contiguous, but at least you can try whether accessing in user-space a
non-cached mapping works.

In any case, we see a defect in the RTDM interface here: we can not ask
the mapping to be mapped non-cacheable, which somewhat defeats the
purpose of pci_alloc_consistent. I do not know enough the powerpc
architecture to know whether this could be the cause of your issue (the
same physical area mapped twice, once cached, once non-cached). However,
on the ARM architecture, for instance, it is bad.


-- 
					    Gilles.


  reply	other threads:[~2011-01-12 13:35 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-20 16:52 [Xenomai-help] [Xenomai -help] User space access to DMA memory Herrera-Bendezu, Luis
2011-01-01 22:44 ` Gilles Chanteperdrix
2011-01-05 21:03   ` Herrera-Bendezu, Luis
2011-01-05 21:33     ` Gilles Chanteperdrix
2011-01-05 22:07       ` Steven A. Falco
2011-01-05 22:29         ` Gilles Chanteperdrix
2011-01-06 13:48           ` Herrera-Bendezu, Luis
2011-01-06 13:55             ` Gilles Chanteperdrix
2011-01-11 23:27               ` Gilles Chanteperdrix
2011-01-12 13:14                 ` Herrera-Bendezu, Luis
2011-01-12 13:35                   ` Gilles Chanteperdrix [this message]
2011-01-12 16:03                     ` Herrera-Bendezu, Luis
2011-01-12 16:26                       ` Gilles Chanteperdrix
2011-01-12 18:16                         ` Herrera-Bendezu, Luis
2011-01-12 20:20                           ` Gilles Chanteperdrix
2011-01-12 20:36                           ` Gilles Chanteperdrix
2011-01-12 21:57                             ` Herrera-Bendezu, Luis
2011-01-12 22:11                               ` Philippe Gerum
2011-01-12 22:14                                 ` Gilles Chanteperdrix
2011-01-12 22:18                                   ` Gilles Chanteperdrix
2011-01-12 22:45                                     ` Gilles Chanteperdrix
2011-01-13  8:27                                   ` Philippe Gerum
2011-01-13  8:33                                     ` Gilles Chanteperdrix
2011-01-12 22:15                               ` Gilles Chanteperdrix
2011-01-06 14:32           ` Steven A. Falco
2011-01-06 14:44             ` Gilles Chanteperdrix
2011-01-06 14:45             ` Steven A. Falco

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D2DAE16.2060805@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=lherrera@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.