From owner-svn-doc-all@FreeBSD.ORG Mon Dec 2 20:25:06 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 ESMTPS id 1C45535F; Mon, 2 Dec 2013 20:25:06 +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 0655512AA; Mon, 2 Dec 2013 20:25:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB2KP54H060529; Mon, 2 Dec 2013 20:25:05 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB2KP5Gf060528; Mon, 2 Dec 2013 20:25:05 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201312022025.rB2KP5Gf060528@svn.freebsd.org> From: Gabor Pali Date: Mon, 2 Dec 2013 20:25:05 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43273 - 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.17 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: Mon, 02 Dec 2013 20:25:06 -0000 Author: pgj Date: Mon Dec 2 20:25:05 2013 New Revision: 43273 URL: http://svnweb.freebsd.org/changeset/doc/43273 Log: - Further minor tweaks Submitted by: wblock Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-09-devsummit.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-09-devsummit.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-09-devsummit.xml Mon Dec 2 09:58:41 2013 (r43272) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-09-devsummit.xml Mon Dec 2 20:25:05 2013 (r43273) @@ -521,22 +521,21 @@ Report//EN" "http://www.FreeBSD.org/XML/ -

First, André Oppermann gave a status report on his current work - on the interface between the network stack and the drivers. He - is planning to publish a formal documentation on the - stack-driver boundary and split the ifnet structure - into separate, stack- and driver-owned section, finally all - drivers will be adjusted to this new world order, and call for - feedback will be posted to the respective mailing lists. This - change is being implemented in the projects/ifq - Subversion branch, supervised by Ed Maste on behalf of the &os; - Foundation as sponsor. In addition to that, André is close to - complete his TCP-AO work, and also working on moving the IPsec - code into a pfil(9)-based kernel module. Besides that, - Gleb Smirnoff came up with the problem of implementing a - lightweight reference counting to avoid dangling pointers and - Alexander Chernikov started a discussion on the routing - performance.

+

André Oppermann gave a status report on his current work on the + interface between the network stack and the drivers. He is + planning to publish a formal documentation on the stack-driver + boundary and split the ifnet structure into separate, + stack- and driver-owned sections. All drivers will be adjusted + to this new world order, and a call for feedback will be posted + to the respective mailing lists. This change is being + implemented in the projects/ifq Subversion branch, + supervised by Ed Maste on behalf of the &os; Foundation as + sponsor. André is close to completing his TCP-AO work, and + working on moving the IPsec code into a pfil(9)-based + kernel module. Gleb Smirnoff came up with the problem of + implementing a lightweight reference counting to avoid dangling + pointers, and Alexander Chernikov started a discussion on the + routing performance.

Another highlight of the networking stack working group was the discussion on testing, where everybody agreed that developers @@ -545,8 +544,8 @@ Report//EN" "http://www.FreeBSD.org/XML/ and Alexander Chernikov (from Yandex) have already shown interest in this effort, while the Netflix staff (Lawrence Stewart, Adrian Chadd, and Scott Long) confirmed that they have - access to TCP-heavy production workload. On a related note, it - was added that Netflix is looking to host developer summits + access to a TCP-heavy production workload. On a related note, + it was added that Netflix is looking to host developer summits focused on networking in Los Gatos, California, on a semi-regular basis.

@@ -742,7 +741,7 @@ Report//EN" "http://www.FreeBSD.org/XML/

We had a long discussion about removing support for old-style binary packages now that we have pkg(8). Staying compatible with - pkg_install(1) hinders the introduction of new features, e.g. + pkg_install(1) hinders the introduction of new features, e.g., sub-packages mentioned above. We cannot really add those new features as the old tools will not support them and we cannot expect ports to work with two different package formats at the same time. We