Return-Path: Received: from mga03.intel.com ([134.134.136.65]:54546 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752397AbbG1Fov (ORCPT ); Tue, 28 Jul 2015 01:44:51 -0400 Date: Tue, 28 Jul 2015 01:44:46 -0400 From: "ira.weiny" To: Steve Wise Cc: dledford@redhat.com, infinipath@intel.com, sagig@mellanox.com, linux-rdma@vger.kernel.org, linux-nfs@vger.kernel.org, bfields@fieldses.org Subject: Re: [PATCH RESEND 0/4] Use max_sge_rd device capability Message-ID: <20150728054446.GA1987@phlsvsds.ph.intel.com> References: <20150727230906.10102.88491.stgit@build2.ogc.int> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20150727230906.10102.88491.stgit@build2.ogc.int> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Mon, Jul 27, 2015 at 06:09:55PM -0500, Steve Wise wrote: > Resending because I forgot to cc linux-rdma :( > > Some devices were not setting this capability, so fix those devices, > and svcrdma to use max_sge_rd. Also remove rdma_cap_read_multi_sge() > since it isn't needed. > > These patches were originally part of: > > http://www.spinics.net/lists/linux-rdma/msg27436.html > > They really aren't part of iSER/iWARP at all, so I've split > them out. > > Bruce: This hits svcrdma, but I suggest they get merged via Doug's tree > to avoid any merge problems. Looks good to me. Thanks for cleaning this cap helper up. Reviewed-by: Ira Weiny > > --- > > Sagi Grimberg (1): > mlx4, mlx5, mthca: Expose max_sge_rd correctly > > Steve Wise (3): > RDMA/Core: remove rdma_cap_read_multi_sge() helper > svcrdma: Use max_sge_rd for destination read depths > ipath,qib: Expose max_sge_rd correctly > > > drivers/infiniband/hw/ipath/ipath_verbs.c | 1 + > drivers/infiniband/hw/mlx4/main.c | 1 + > drivers/infiniband/hw/mlx5/main.c | 1 + > drivers/infiniband/hw/mthca/mthca_provider.c | 1 + > drivers/infiniband/hw/qib/qib_verbs.c | 1 + > include/linux/sunrpc/svc_rdma.h | 1 + > include/rdma/ib_verbs.h | 28 -------------------------- > net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 12 +---------- > net/sunrpc/xprtrdma/svc_rdma_transport.c | 4 ++++ > 9 files changed, 11 insertions(+), 39 deletions(-) > > -- > > Steve > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html