Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758734AbYBRLBl (ORCPT ); Mon, 18 Feb 2008 06:01:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756667AbYBRLBa (ORCPT ); Mon, 18 Feb 2008 06:01:30 -0500 Received: from wx-out-0506.google.com ([66.249.82.224]:64976 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbYBRLB3 (ORCPT ); Mon, 18 Feb 2008 06:01:29 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VtdfecyYBNAMb8+gpg7CRobcGEvBWNyw8fK57SqjfawSAYnbNgqXRuPk/0mSWFatGFKskpR4nJ7zjl55GvJqeLxKpd110TaYP85Ra6uMe0n+h0fF1fMrblVO6f5p8IoxyHIwHdJmGDTe+XG15RjKPDi09jeLOlR48std0OSpApU= Message-ID: Date: Mon, 18 Feb 2008 12:01:27 +0100 From: "Bart Van Assche" To: "Erez Zilber" Subject: Re: Integration of SCST in the mainstream Linux kernel Cc: "FUJITA Tomonori" , rdreier@cisco.com, James.Bottomley@hansenpartnership.com, torvalds@linux-foundation.org, akpm@linux-foundation.org, vst@vlnb.net, linux-scsi@vger.kernel.org, scst-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org In-Reply-To: <47B95343.9060802@Voltaire.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1201639331.3069.58.camel@localhost.localdomain> <20080130083239E.fujita.tomonori@lab.ntt.co.jp> <47A89660.1080804@Voltaire.COM> <47B95343.9060802@Voltaire.COM> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1316 Lines: 30 On Feb 18, 2008 10:43 AM, Erez Zilber wrote: > If you use a high value for FirstBurstLength, all (or most) of your data > will be sent as unsolicited data-out PDUs. These PDUs don't use the RDMA > engine, so you miss the advantage of IB. Hello Erez, Did you notice the e-mail Roland Dreier wrote on Februari 6, 2008 ? This is what Roland wrote: > I think the confusion here is caused by a slight misuse of the term > "RDMA". It is true that all data is always transported over an > InfiniBand connection when iSER is used, but not all such transfers > are one-sided RDMA operations; some data can be transferred using > send/receive operations. Or: data sent during the first burst is not transferred via one-sided remote memory reads or writes but via two-sided send/receive operations. At least on my setup, these operations are as fast as one-sided remote memory reads or writes. As an example, I obtained the following numbers on my setup (SDR 4x network); ib_write_bw: 933 MB/s. ib_read_bw: 905 MB/s. ib_send_bw: 931 MB/s. Bart Van Assche. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/