From: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
To: Yuval Shaia <yuval.shaia@oracle.com>,
berrange@redhat.com, thuth@redhat.com, philmd@redhat.com,
pbonzini@redhat.com, laurent@vivier.eu, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/2] rdma: Utilize ibv_reg_mr_iova for memory registration
Date: Sat, 31 Aug 2019 22:26:16 +0300 [thread overview]
Message-ID: <00299ddb-dbf9-6ea2-fde6-dd66956867ad@gmail.com> (raw)
In-Reply-To: <20190818132107.18181-1-yuval.shaia@oracle.com>
Hi Yuval,
On 8/18/19 4:21 PM, Yuval Shaia wrote:
> The virtual address that is provided by the guest in post_send and
> post_recv operations is related to the guest address space. This
> address
> space is unknown to the HCA resides on host so extra step in these
> operations is needed to adjust the address to host virtual address.
>
> This step, which is done in data-path affects performances.
>
> An enhanced verion of MR registration introduced here
> https://patchwork.kernel.org/patch/11044467/ can be used so that the
> guest virtual address space for this MR is known to the HCA in host.
Nice work on kernel side !
Thanks,
Marcel
>
> This will save the data-path adjustment.
>
> patch #1 deals with what is needed to detect if the library installed in
> the host supports this function
> patch #2 enhance the data-path ops by utilizing the new function
>
> Yuval Shaia (2):
> configure: Check if we can use ibv_reg_mr_iova
> hw/rdma: Utilize ibv_reg_mr_iova for memory registration
>
> configure | 28 ++++++++++++++++++++++++++++
> hw/rdma/rdma_backend.c | 13 +++++++++++++
> hw/rdma/rdma_backend.h | 5 +++++
> hw/rdma/rdma_rm.c | 5 +++++
> hw/rdma/vmw/pvrdma_main.c | 6 ++++++
> 5 files changed, 57 insertions(+)
>
next prev parent reply other threads:[~2019-08-31 19:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-18 13:21 [Qemu-devel] [PATCH 0/2] rdma: Utilize ibv_reg_mr_iova for memory registration Yuval Shaia
2019-08-18 13:21 ` [Qemu-devel] [PATCH 1/2] configure: Check if we can use ibv_reg_mr_iova Yuval Shaia
2019-08-31 19:28 ` Marcel Apfelbaum
2019-09-01 9:25 ` Yuval Shaia
2019-08-18 13:21 ` [Qemu-devel] [PATCH 2/2] hw/rdma: Utilize ibv_reg_mr_iova for memory registration Yuval Shaia
2019-08-31 19:31 ` Marcel Apfelbaum
2019-09-01 9:30 ` Yuval Shaia
2019-08-31 19:26 ` Marcel Apfelbaum [this message]
2019-11-05 11:23 ` [PATCH 0/2] rdma: " Marcel Apfelbaum
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=00299ddb-dbf9-6ea2-fde6-dd66956867ad@gmail.com \
--to=marcel.apfelbaum@gmail.com \
--cc=berrange@redhat.com \
--cc=laurent@vivier.eu \
--cc=pbonzini@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=yuval.shaia@oracle.com \
/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;
as well as URLs for NNTP newsgroup(s).