From owner-svn-doc-head@FreeBSD.ORG Mon Dec 2 09:58:42 2013 Return-Path: Delivered-To: svn-doc-head@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 06487826; Mon, 2 Dec 2013 09:58:42 +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 DB2C9143B; Mon, 2 Dec 2013 09:58:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB29wfDH012645; Mon, 2 Dec 2013 09:58:41 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rB29wfFw012644; Mon, 2 Dec 2013 09:58:41 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201312020958.rB29wfFw012644@svn.freebsd.org> From: Gabor Pali Date: Mon, 2 Dec 2013 09:58:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43272 - 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.16 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 09:58:42 -0000 Author: pgj Date: Mon Dec 2 09:58:41 2013 New Revision: 43272 URL: http://svnweb.freebsd.org/changeset/doc/43272 Log: - Add the last entry on the Networking group to the developer summit report Reviewed by: glebius 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:55:50 2013 (r43271) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-09-devsummit.xml Mon Dec 2 09:58:41 2013 (r43272) @@ -496,6 +496,63 @@ Report//EN" "http://www.FreeBSD.org/XML/ + Networking + + + + + Lawrence + Stewart + + lstewart@FreeBSD.org + + + + + Gleb + Smirnoff + + glebius@FreeBSD.org + + + + + Notes + + + +

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.

+ +

Another highlight of the networking stack working group was the + discussion on testing, where everybody agreed that developers + should communicate with companies able to test the performance + with different workloads. Olivier Cochard-Labbé (from Orange) + 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 + focused on networking in Los Gatos, California, on a + semi-regular basis.

+ +
+ + Embedded Platforms