From owner-svn-doc-all@FreeBSD.ORG Sun Oct 6 19:08:45 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4267E577; Sun, 6 Oct 2013 19:08:45 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 162E32A7C; Sun, 6 Oct 2013 19:08:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r96J8iOi041824; Sun, 6 Oct 2013 19:08:44 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r96J8iSX041823; Sun, 6 Oct 2013 19:08:44 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201310061908.r96J8iSX041823@svn.freebsd.org> From: Gabor Pali Date: Sun, 6 Oct 2013 19:08:44 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42866 - 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: Sun, 06 Oct 2013 19:08:45 -0000 Author: pgj Date: Sun Oct 6 19:08:44 2013 New Revision: 42866 URL: http://svnweb.freebsd.org/changeset/doc/42866 Log: - Add Q3 entry on the in-kernel iSCSI stack Submitted by: trasz Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Sun Oct 6 16:56:51 2013 (r42865) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Sun Oct 6 19:08:44 2013 (r42866) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 15 entries and we hope you enjoy reading it.

+ contains 16 entries and we hope you enjoy reading it.

The deadline for submissions covering between October and @@ -801,4 +801,49 @@ mailing list. + + + Native iSCSI Stack + + + + + Edward Tomasz + NapieraƂa + + trasz@FreeBSD.org + + + + + + + + +

Due to the quickly approaching time of 10.0-RELEASE, the + priorities for the native iSCSI stack shifted somewhat, from + performance optimizations to making sure the new stack is + reliable, feature-complete and is able to interoperate correctly + with various implementations. Plenty of time was invested into + testing and debugging, mostly on the initiator side, to make + sure it works correctly with other targets, such as Solaris + COMSTAR, and behaves properly in edge conditions, e.g. in case + of connection problems. Nevertheless, some fundamental + optimizations, such as Immediate Data support, were implemented. + Also, the documentation has improved, and there is going to be a + new section added to the &os; Handbook that describes the use of + the new stack.

+ +

The new stack was committed to head and will ship as + part of 10.0-RELEASE. There is ongoing work on fixing issues + reported by early adopters.

+ +

This project is being sponsored by The &os; Foundation.

+ + + + Fix newly reported issues. + Improve performance. + +