All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sagi Grimberg <sagig-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
To: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Or Gerlitz <gerlitz.or-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: "linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Greg Kroah-Hartman
	<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
	Alaa Hleihel <alaa-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	Vladimir Sokolovsky
	<vlad-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
Subject: Re: [PATCH v5 00/26] New fast registration API
Date: Thu, 29 Oct 2015 17:24:00 +0200	[thread overview]
Message-ID: <56323A10.7030103@dev.mellanox.co.il> (raw)
In-Reply-To: <5632305A.6050800-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>


>> I can provide a patch for hfi, anything else needed?
>
> It breaks all of them in staging, not just hgi1.  So, hfi1, amso1100,
> ipath, and ehca.

hfi1: Does not support FRWR at all, there are just some copy-paste
sections that supposedly handle it - so I'll drop any sign of it from
the code. We'll add this support to the generic for qib, hfi, softroce.

ipath: same

amso1100 & ehca: it does not have FRWR at all - no sign of it in terms
of code... did they really break?

I'll send a patch for hfi1 and ipath.

Sagi.
--
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

  parent reply	other threads:[~2015-10-29 15:24 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-13 16:11 [PATCH v5 00/26] New fast registration API Sagi Grimberg
     [not found] ` <1444752709-15429-1-git-send-email-sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-10-13 16:11   ` [PATCH v5 01/26] IB/core: Introduce new " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 02/26] IB/mlx5: Remove dead fmr code Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 03/26] IB/mlx5: Support the new memory registration API Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 04/26] IB/mlx4: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 05/26] RDMA/ocrdma: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 06/26] RDMA/cxgb3: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 07/26] iw_cxgb4: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 08/26] IB/qib: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 09/26] RDMA/nes: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 10/26] IB/iser: Port to new fast " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 11/26] iser-target: Port to new memory " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 12/26] xprtrdma: " Sagi Grimberg
     [not found]     ` <1444752709-15429-13-git-send-email-sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-10-13 16:17       ` Chuck Lever
2015-10-13 16:11   ` [PATCH v5 13/26] svcrdma: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 14/26] RDS/IW: Convert " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 15/26] IB/srp: Split srp_map_sg Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 16/26] IB/srp: Convert to new registration API Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 17/26] IB/srp: Remove srp_finish_mapping Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 18/26] IB/srp: Dont allocate a page vector when using fast_reg Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 19/26] IB/mlx5: Remove old FRWR API support Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 20/26] IB/mlx4: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 21/26] RDMA/ocrdma: Remove old FRWR API Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 22/26] RDMA/cxgb3: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 23/26] iw_cxgb4: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 24/26] IB/qib: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 25/26] RDMA/nes: " Sagi Grimberg
2015-10-13 16:11   ` [PATCH v5 26/26] IB/core: Remove old fast registration API Sagi Grimberg
2015-10-20 11:33   ` [PATCH v5 00/26] New " Sagi Grimberg
     [not found]     ` <56262676.7000403-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2015-10-29  2:34       ` Doug Ledford
     [not found]         ` <563185AC.10804-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-10-29  5:42           ` Or Gerlitz
     [not found]             ` <CAJ3xEMjYd2WUzFxNNSvWCkedt0bczC3H2ySP0ACvEkaoUP2SGw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-29 14:16               ` Doug Ledford
     [not found]                 ` <56322A41.9050004-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-10-29 14:33                   ` Sagi Grimberg
     [not found]                     ` <56322E39.6020602-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2015-10-29 14:42                       ` Doug Ledford
     [not found]                         ` <5632305A.6050800-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-10-29 15:24                           ` Sagi Grimberg [this message]
     [not found]                             ` <56323A10.7030103-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2015-10-29 15:40                               ` Doug Ledford
2015-11-01 15:00                   ` Or Gerlitz
     [not found]                     ` <CAJ3xEMjDpELFd5rMgRwtL4JhB_uHca6oE28exKamXUm4rmkrtg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-11-01 15:06                       ` Alaa Hleihel
2015-11-01 21:56                       ` Stephen Rothwell
     [not found]                         ` <20151102085651.1dafc855-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2015-11-03  7:09                           ` 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=56323A10.7030103@dev.mellanox.co.il \
    --to=sagig-ldsdmyg8hgv8yrgs2mwiifqbs+8scbdb@public.gmane.org \
    --cc=alaa-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=gerlitz.or-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=vlad-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@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.