From owner-svn-doc-all@FreeBSD.ORG Sat Jul 6 19:09:16 2013
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by hub.freebsd.org (Postfix) with ESMTP id 58CA0B4D;
Sat, 6 Jul 2013 19:09:16 +0000 (UTC) (envelope-from pgj@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
by mx1.freebsd.org (Postfix) with ESMTP id 2FF1810C8;
Sat, 6 Jul 2013 19:09:16 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r66J9FT1073223;
Sat, 6 Jul 2013 19:09:15 GMT (envelope-from pgj@svn.freebsd.org)
Received: (from pgj@localhost)
by svn.freebsd.org (8.14.7/8.14.5/Submit) id r66J9FtW073222;
Sat, 6 Jul 2013 19:09:15 GMT (envelope-from pgj@svn.freebsd.org)
Message-Id: <201307061909.r66J9FtW073222@svn.freebsd.org>
From: Gabor Pali
Date: Sat, 6 Jul 2013 19:09:15 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r42176 - head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sat, 06 Jul 2013 19:09:16 -0000
Author: pgj
Date: Sat Jul 6 19:09:15 2013
New Revision: 42176
URL: http://svnweb.freebsd.org/changeset/doc/42176
Log:
- Add a Q2 entry on the progress of the native iSCSI stack
Submitted by: trasz
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Sat Jul 6 15:14:42 2013 (r42175)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-04-2013-06.xml Sat Jul 6 19:09:15 2013 (r42176)
@@ -18,7 +18,7 @@
Thanks to all the reporters for the excellent work! This report
- contains 14 entries and we hope you enjoy reading it.
+ contains 15 entries and we hope you enjoy reading it.
The deadline for submissions covering between July and September 2013
@@ -751,4 +751,51 @@
system.
+
+
+ Native iSCSI Stack
+
+
+
+
+ Edward Tomasz
+ Napierała
+
+ trasz@FreeBSD.org
+
+
+
+
+
+
+
+
+ The native kernel iSCSI target and initiator project progressed
+ well over the April to June period. The primary focus was to
+ introduce support for iSER (iSCSI over RDMA) in both the
+ initiator and the target. Prerequisite for this was merging
+ some common parts together and implementing a workaround for the
+ lack of iSER support in userspace. Apart from that, there were
+ a myriad of smaller improvements. Such as creating more
+ user-friendly administration utilities, for example
+ iscsictl(8) which displays SCSI device nodes for each
+ iSCSI session. This escapes the user from getting the same
+ information through camcontrol(8). But there are
+ improvements in logging and manual pages as well.
+
+ Once the iSER support becomes stable, the work will focus on
+ performance optimizations. The plan is to commit both the new
+ initiator and target in August to allow shipping them in 10.0.
+ The project will continue with implementing support for software
+ iWARP stack (useful mostly for testing and development), SCSI
+ passthrough and various other improvements.
+
+ This project is being sponsored by the &os; Foundation.
+
+
+
+ Performance optimization.
+ Merge to &os; head.
+
+