From: Haggai Eran <haggaie-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
To: Roland Dreier <roland-BHEL68pLQRGGvPXPguhicg@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Or Gerlitz <ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
Sagi Grimberg <sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
Shachar Raindel <raindel-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
Liran Liss <liranl-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Subject: Re: [RFC 00/20] On demand paging
Date: Thu, 13 Mar 2014 14:00:33 +0200 [thread overview]
Message-ID: <53219DE1.4060408@mellanox.com> (raw)
In-Reply-To: <1393757378-16412-1-git-send-email-haggaie-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
On 02/03/2014 12:49, Haggai Eran wrote:
> The following set of patches implements on-demand paging (ODP) support
> in the RDMA stack and in the mlx5_ib Infiniband driver.
Hi Roland,
Did you get a chance to look at this patchset? I'll be happy to hear
your comments or answers any questions you may have.
I also wanted to point out that some of the patches in the set may be
picked up separately as fixes, and perhaps that would make the set
shorter and easier to review.
Specifically, I think the following patches can be taken independently
today:
> IB/mlx5: Fix error handling in reg_umr
> IB/mlx5: Add MR to radix tree in reg_mr_callback
> mlx5: Store MR attributes in mlx5_mr_core during creation and after UMR
> IB/mlx5: Set QP offsets and parameters for user QPs and not just for kernel QPs
> IB/mlx5: Refactor UMR to have its own context struct
Best regards,
Haggai
--
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:[~2014-03-13 12:00 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-02 10:49 [RFC 00/20] On demand paging Haggai Eran
[not found] ` <1393757378-16412-1-git-send-email-haggaie-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2014-03-02 10:49 ` [RFC 01/20] IB/core: Add flags for on demand paging support Haggai Eran
2014-03-02 10:49 ` [RFC 02/20] IB/core: Replace ib_umem's offset field with a full address Haggai Eran
2014-03-02 10:49 ` [RFC 03/20] IB/core: Add umem function to read data from user-space Haggai Eran
2014-03-02 10:49 ` [RFC 04/20] IB/core: Add support for on demand paging regions Haggai Eran
2014-03-02 10:49 ` [RFC 05/20] IB/core: Implement support for MMU notifiers regarding " Haggai Eran
2014-03-02 10:49 ` [RFC 06/20] IB/mlx5: Fix error handling in reg_umr Haggai Eran
2014-03-02 10:49 ` [RFC 07/20] IB/mlx5: Add MR to radix tree in reg_mr_callback Haggai Eran
2014-03-02 10:49 ` [RFC 08/20] mlx5: Store MR attributes in mlx5_mr_core during creation and after UMR Haggai Eran
2014-03-02 10:49 ` [RFC 09/20] IB/mlx5: Set QP offsets and parameters for user QPs and not just for kernel QPs Haggai Eran
2014-03-02 10:49 ` [RFC 10/20] IB/mlx5: Enhance UMR support to allow partial page table update Haggai Eran
2014-03-02 10:49 ` [RFC 11/20] IB/mlx5: Refactor UMR to have its own context struct Haggai Eran
2014-03-02 10:49 ` [RFC 12/20] net/mlx5_core: Add support for page faults events and low level handling Haggai Eran
2014-03-02 10:49 ` [RFC 13/20] IB/mlx5: Implement the ODP capability query verb Haggai Eran
2014-03-02 10:49 ` [RFC 14/20] IB/mlx5: Changes in memory region creation to support on-demand paging Haggai Eran
2014-03-02 10:49 ` [RFC 15/20] IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creation Haggai Eran
2014-03-02 10:49 ` [RFC 16/20] IB/mlx5: Add function to read WQE from user-space Haggai Eran
2014-03-02 10:49 ` [RFC 17/20] IB/mlx5: Page faults handling infrastructure Haggai Eran
2014-03-02 10:49 ` [RFC 18/20] IB/mlx5: Handle page faults Haggai Eran
2014-03-02 10:49 ` [RFC 19/20] IB/mlx5: Add support for RDMA write responder " Haggai Eran
2014-03-02 10:49 ` [RFC 20/20] IB/mlx5: Implement on demand paging by adding support for MMU notifiers Haggai Eran
2014-03-13 12:00 ` Haggai Eran [this message]
2014-04-24 14:10 ` [RFC 00/20] On demand paging Or Gerlitz
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=53219DE1.4060408@mellanox.com \
--to=haggaie-vpraknaxozvwk0htik3j/w@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=liranl-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=raindel-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=roland-BHEL68pLQRGGvPXPguhicg@public.gmane.org \
--cc=sagig-VPRAkNaXOzVWk0Htik3J/w@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox