From owner-svn-src-all@freebsd.org Wed Jun 8 07:36:02 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ADF5B6EA0A; Wed, 8 Jun 2016 07:36:02 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7D611843; Wed, 8 Jun 2016 07:36:01 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u587a0Su007706; Wed, 8 Jun 2016 07:36:00 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u587a0IE007705; Wed, 8 Jun 2016 07:36:00 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201606080736.u587a0IE007705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Wed, 8 Jun 2016 07:36:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r301586 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 07:36:02 -0000 Author: trasz Date: Wed Jun 8 07:36:00 2016 New Revision: 301586 URL: https://svnweb.freebsd.org/changeset/base/301586 Log: Pacify igor(8) and make it easier to find via "man -k iser". MFC after: 1 month Modified: head/share/man/man4/iser.4 Modified: head/share/man/man4/iser.4 ============================================================================== --- head/share/man/man4/iser.4 Wed Jun 8 07:33:17 2016 (r301585) +++ head/share/man/man4/iser.4 Wed Jun 8 07:36:00 2016 (r301586) @@ -1,5 +1,5 @@ .\" Copyright (c) 2015, Mellanox Technologies, Inc. All rights reserved. -.\" +.\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: @@ -8,7 +8,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" +.\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -20,7 +20,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.\" +.\" .\" .\" $FreeBSD$ .Dd June 6, 2016 @@ -28,7 +28,7 @@ .Os .Sh NAME .Nm iser -.Nd iSCSI Extensions for RDMA driver +.Nd iSCSI Extensions for RDMA (iSER) driver .Sh SYNOPSIS To compile this driver into the kernel, place the following line in the @@ -50,7 +50,8 @@ The It permits data to be transferred directly into and out of SCSI buffers without intermediate data copies. iSER uses the RDMA protocol suite to supply higher bandwidth for -block storage transfers (zero copy behavior). To that fact, it eliminates the +block storage transfers (zero copy behavior). +To that fact, it eliminates the TCP/IP processing overhead while preserving the compatibility with iSCSI protocol. The initiator is the iSCSI/iSER client, which connects to an iSCSI/iSER target, providing local access to a remote block device.