From: Tom Tucker <tom-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
To: Alan Cook <acook-osxm6dDZNBBZx8iatJs59jGjJy/sRE9J@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: Problem Pinning Physical Memory
Date: Tue, 30 Nov 2010 14:26:26 -0600 [thread overview]
Message-ID: <4CF55DF2.1030507@opengridcomputing.com> (raw)
In-Reply-To: <loom.20101130T160950-109-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
On 11/30/10 9:24 AM, Alan Cook wrote:
>> Tom Tucker<tom@...> writes:
>>
>> Yes. I removed the new verb and followed Jason's recommendation of adding
>> this support to the core reg_mr support. I used the type bits in the vma
>> struct to determine the type of memory being registered and just did the
>> "right thing."
>>
>> I'll repost in the the next day or two.
>>
>> Tom
>>
> Tom,
>
> Couple of questions:
>
> I noticed that OFED 1.5.3 was released last week. Are the changes you speak of
> part of that release?
No.
> If not, is there an alternate branch/project that I should
> be looking at or into to for the mentioned changes?
The patch will be against the top-of-tree Linux kernel.
> Also, I am inferring that the changes allowing the registering of physical
> memory will only happen if my application is running in kernel space.
Actually, no.
> Is this
> correct? or will I be able to register the physical memory from user space now
> as well?
What I implemented was support for mmap'd memory. In practical terms for
your application you would write a driver that supported the mmap file op.
The driver's mmap routine would ioremap the pci memory of interest and
stuff it in the provided vma. The user-mode app then ibv_reg_mr the
address and length returned by mmap.
Make sense?
Tom
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-11-30 20:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-22 18:28 Problem Pinning Physical Memory Brian
[not found] ` <loom.20101122T192618-795-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2010-11-24 13:55 ` Eli Cohen
2010-11-24 17:42 ` Jason Gunthorpe
[not found] ` <20101124174245.GA25325-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2010-11-29 17:10 ` Steve Wise
[not found] ` <4CF3DE7D.4060105-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2010-11-29 17:13 ` Tom Tucker
2010-11-30 15:24 ` Alan Cook
[not found] ` <loom.20101130T160950-109-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2010-11-30 20:26 ` Tom Tucker [this message]
2010-12-01 15:30 ` Alan Cook
[not found] ` <loom.20101201T162410-279-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2010-12-02 7:19 ` Or Gerlitz
[not found] ` <4CF7487C.3080209-smomgflXvOZWk0Htik3J/w@public.gmane.org>
2010-12-02 16:09 ` Alan Cook
2010-11-26 14:08 ` Brian
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=4CF55DF2.1030507@opengridcomputing.com \
--to=tom-7bpotxp6k4+p2yhjcf5u+vpxobypeauw@public.gmane.org \
--cc=acook-osxm6dDZNBBZx8iatJs59jGjJy/sRE9J@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.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.