From: mdaljeet@in.ibm.com
To: linux-kernel@vger.kernel.org
Cc: kraxel@bytesex.org
Subject: query regarding 'map_user_kiobuf'
Date: Tue, 29 May 2001 19:34:18 +0530 [thread overview]
Message-ID: <CA256A5B.00548719.00@d73mta01.au.ibm.com> (raw)
I am using linux kernel version 2.4.2 on Intel PC.
I have been trying my luck for over a week regarding usage of
'map_user_kiobuf' for doing a DMA into a memory area that belongs to user
space.
Actually my requirement is that I want to do DMA into a user space memory
area. What I have done through suggestions is that allocate memory in user
space. I pass user space buffer address to a kernel module.
Inside the kernel module, I use 'map_user_kiobuf' passing user space buffer
address to it.
After using the 'map_user_kiobuf', I observed the followiing:
1. 'kiobuf->maplist[0]->virtual' contains a different virtual address than
the user space buffer address
2. But these two addresses are mapped as when i write something using the
address 'kiobuf->maplist[0]->virtual' inside the kernel, I see the same
data in the user space buffer in my application.
3. I use the 'virt_to_phys' operation to the virtual address
'kiobuf->maplist[0]->virtual' to get the physical address.
4. I use this physical address for DMA operations.
Now, using this information I do a DMA from card to system memory. What I
have noticed is that DMA happens somewhere else in the system memory. I am
not able to execute most of the commands (ls, chmod, cat, clear etc) after
my user program exits.
Am I doing the steps 3 and 4 above right?
Regards,
Daljeet.
next reply other threads:[~2001-05-29 17:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fa.f4liqpv.6lq2r7@ifi.uio.no>
2001-05-29 14:04 ` mdaljeet [this message]
2001-05-29 19:28 ` query regarding 'map_user_kiobuf' David Woodhouse
[not found] ` <fa.e3ea6bv.t0ceia@ifi.uio.no>
2001-05-30 15:12 ` William Waddington
2001-05-30 15:37 ` David Woodhouse
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=CA256A5B.00548719.00@d73mta01.au.ibm.com \
--to=mdaljeet@in.ibm.com \
--cc=kraxel@bytesex.org \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox