From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [RFC PATCH 08/11] IB/Verbs: Use management helper has_iwarp() for, iwarp-check Date: Fri, 27 Mar 2015 11:29:12 -0600 Message-ID: <20150327172912.GA28901@obsidianresearch.com> References: <551579CA.4030901@profitbricks.com> <55157B98.1060103@profitbricks.com> <20150327161319.GB28412@obsidianresearch.com> <20150327171631.GC27862@phlsvsds.ph.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20150327171631.GC27862@phlsvsds.ph.intel.com> Sender: netdev-owner@vger.kernel.org To: "ira.weiny" Cc: Michael Wang , Roland Dreier , Sean Hefty , Hal Rosenstock , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nfs@vger.kernel.org, netdev@vger.kernel.org, "J. Bruce Fields" , Trond Myklebust , "David S. Miller" , Or Gerlitz , Moni Shoua , PJ Waskiewicz , Tatyana Nikolova , Yan Burman , Jack Morgenstein , Bart Van Assche , Yann Droneaud , Colin Ian King , Majd Dibbiny , Jiri Kosina , Matan Barak , Alex Estrin List-Id: linux-rdma@vger.kernel.org On Fri, Mar 27, 2015 at 01:16:31PM -0400, ira.weiny wrote: > On Fri, Mar 27, 2015 at 10:13:19AM -0600, Jason Gunthorpe wrote: > > On Fri, Mar 27, 2015 at 04:47:36PM +0100, Michael Wang wrote: > > > > > > Introduce helper has_iwarp() to help us check if an IB device > > > support IWARP protocol. > > > > Should probably be !has_rdma_read_sges() > > > > True if the device can handle more than one SGE entry on a RDMA READ > > work request. > > Isn't this value already provided by the query_device verb? > > The verbs spec states the Query HCA contains the: > > "Maximum number of scatter/gather entries per Work Request supported by the > HCA." http://www.spinics.net/lists/linux-rdma/msg22565.html ''Unlike IB, the iWARP protocol only allows 1 target/sink SGE in an rdma read'' It is one of those annoying verbs is different on iWarp things. So the max sge in the query_verbs must only apply to send/rdma write on iWarp? Jason From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752427AbbC0R32 (ORCPT ); Fri, 27 Mar 2015 13:29:28 -0400 Received: from quartz.orcorp.ca ([184.70.90.242]:43684 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751471AbbC0R3Z (ORCPT ); Fri, 27 Mar 2015 13:29:25 -0400 Date: Fri, 27 Mar 2015 11:29:12 -0600 From: Jason Gunthorpe To: "ira.weiny" Cc: Michael Wang , Roland Dreier , Sean Hefty , Hal Rosenstock , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nfs@vger.kernel.org, netdev@vger.kernel.org, "J. Bruce Fields" , Trond Myklebust , "David S. Miller" , Or Gerlitz , Moni Shoua , PJ Waskiewicz , Tatyana Nikolova , Yan Burman , Jack Morgenstein , Bart Van Assche , Yann Droneaud , Colin Ian King , Majd Dibbiny , Jiri Kosina , Matan Barak , Alex Estrin , Doug Ledford , Eric Dumazet , Erez Shitrit , Sagi Grimberg , Haggai Eran , Shachar Raindel , Mike Marciniszyn , Steve Wise , Tom Tucker , Chuck Lever Subject: Re: [RFC PATCH 08/11] IB/Verbs: Use management helper has_iwarp() for, iwarp-check Message-ID: <20150327172912.GA28901@obsidianresearch.com> References: <551579CA.4030901@profitbricks.com> <55157B98.1060103@profitbricks.com> <20150327161319.GB28412@obsidianresearch.com> <20150327171631.GC27862@phlsvsds.ph.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150327171631.GC27862@phlsvsds.ph.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Broken-Reverse-DNS: no host name found for IP address 10.0.0.183 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 27, 2015 at 01:16:31PM -0400, ira.weiny wrote: > On Fri, Mar 27, 2015 at 10:13:19AM -0600, Jason Gunthorpe wrote: > > On Fri, Mar 27, 2015 at 04:47:36PM +0100, Michael Wang wrote: > > > > > > Introduce helper has_iwarp() to help us check if an IB device > > > support IWARP protocol. > > > > Should probably be !has_rdma_read_sges() > > > > True if the device can handle more than one SGE entry on a RDMA READ > > work request. > > Isn't this value already provided by the query_device verb? > > The verbs spec states the Query HCA contains the: > > "Maximum number of scatter/gather entries per Work Request supported by the > HCA." http://www.spinics.net/lists/linux-rdma/msg22565.html ''Unlike IB, the iWARP protocol only allows 1 target/sink SGE in an rdma read'' It is one of those annoying verbs is different on iWarp things. So the max sge in the query_verbs must only apply to send/rdma write on iWarp? Jason From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [RFC PATCH 08/11] IB/Verbs: Use management helper has_iwarp() for, iwarp-check Date: Fri, 27 Mar 2015 11:29:12 -0600 Message-ID: <20150327172912.GA28901@obsidianresearch.com> References: <551579CA.4030901@profitbricks.com> <55157B98.1060103@profitbricks.com> <20150327161319.GB28412@obsidianresearch.com> <20150327171631.GC27862@phlsvsds.ph.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Michael Wang , Roland Dreier , Sean Hefty , Hal Rosenstock , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nfs@vger.kernel.org, netdev@vger.kernel.org, "J. Bruce Fields" , Trond Myklebust , "David S. Miller" , Or Gerlitz , Moni Shoua , PJ Waskiewicz , Tatyana Nikolova , Yan Burman , Jack Morgenstein , Bart Van Assche , Yann Droneaud , Colin Ian King , Majd Dibbiny , Jiri Kosina , Matan Barak , Alex Estrin Return-path: Received: from quartz.orcorp.ca ([184.70.90.242]:43684 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751471AbbC0R3Z (ORCPT ); Fri, 27 Mar 2015 13:29:25 -0400 Content-Disposition: inline In-Reply-To: <20150327171631.GC27862@phlsvsds.ph.intel.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Mar 27, 2015 at 01:16:31PM -0400, ira.weiny wrote: > On Fri, Mar 27, 2015 at 10:13:19AM -0600, Jason Gunthorpe wrote: > > On Fri, Mar 27, 2015 at 04:47:36PM +0100, Michael Wang wrote: > > > > > > Introduce helper has_iwarp() to help us check if an IB device > > > support IWARP protocol. > > > > Should probably be !has_rdma_read_sges() > > > > True if the device can handle more than one SGE entry on a RDMA READ > > work request. > > Isn't this value already provided by the query_device verb? > > The verbs spec states the Query HCA contains the: > > "Maximum number of scatter/gather entries per Work Request supported by the > HCA." http://www.spinics.net/lists/linux-rdma/msg22565.html ''Unlike IB, the iWARP protocol only allows 1 target/sink SGE in an rdma read'' It is one of those annoying verbs is different on iWarp things. So the max sge in the query_verbs must only apply to send/rdma write on iWarp? Jason