From owner-svn-doc-head@FreeBSD.ORG Tue Jan 14 15:31:22 2014 Return-Path: <owner-svn-doc-head@FreeBSD.ORG> Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 665B7489; Tue, 14 Jan 2014 15:31:22 +0000 (UTC) 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 391DD11AB; Tue, 14 Jan 2014 15:31:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0EFVMxT021744; Tue, 14 Jan 2014 15:31:22 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0EFVMKK021743; Tue, 14 Jan 2014 15:31:22 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401141531.s0EFVMKK021743@svn.freebsd.org> From: Gabor Pali <pgj@FreeBSD.org> Date: Tue, 14 Jan 2014 15:31:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43505 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head <svn-doc-head.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-head/> List-Post: <mailto:svn-doc-head@freebsd.org> List-Help: <mailto:svn-doc-head-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 14 Jan 2014 15:31:22 -0000 Author: pgj Date: Tue Jan 14 15:31:21 2014 New Revision: 43505 URL: http://svnweb.freebsd.org/changeset/doc/43505 Log: - Add 2013Q4 report on the progress of the native iSCSI stack Submitted by: trasz Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:14:09 2014 (r43504) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Jan 14 15:31:21 2014 (r43505) @@ -19,7 +19,7 @@ <!-- XXX: Keep updating the number of entries --> <p>Thanks to all the reporters for the excellent work! This report - contains 18 entries and we hope you enjoy reading it.</p> + contains 19 entries and we hope you enjoy reading it.</p> <p>The deadline for submissions covering between January and March 2014 is April 7th, 2014.</p> @@ -1008,4 +1008,41 @@ and Mesa, is also planned.</p> </body> </project> + + <project cat='kern'> + <title>Native iSCSI Stack</title> + + <contact> +  <person> + <name> + <given>Edward Tomasz</given> + <common>Napierała</common> + </name> + <email>trasz@FreeBSD.org</email> +  </person> + </contact> + + <links> +  <url href="https://wiki.freebsd.org/Native%20iSCSI%20target"/> + </links> + + <body> +  <p>iSCSI is a popular block storage protocol.  Under this project, + a new, fast, and reliable kernel-based iSCSI initiator (client) + and target (server) have been implemented.</p> + + <p>During October to December, the work focused on performance and + scalability.  The target and the initiator now spread the load + over multiple kernel threads, and the locking is optimized to + reduce contention. This makes better use of multiple processor + cores.</p> + + <p>Work to finish iSER support is ongoing.  All those + optimizations will be gradually merged to <tt>head</tt> in + February, and are expected to merged back to <tt>stable/10</tt> + and finally arrive in <tt>10.1-RELEASE</tt>.</p> + + <p>This project is sponsored by The &os; Foundation.</p> + </body> + </project> </report>