svn commit: r43272 - head/en_US.ISO8859-1/htdocs/news/status

Gabor Pali pgj at FreeBSD.org
Mon Dec 2 09:58:42 UTC 2013


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/
   </project>
 
   <project>
+    <title>Networking</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Lawrence</given>
+	  <common>Stewart</common>
+	</name>
+	<email>lstewart at FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Gleb</given>
+	  <common>Smirnoff</common>
+	</name>
+	<email>glebius at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://wiki.freebsd.org/201309DevSummit/Networking">Notes</url>
+    </links>
+
+    <body>
+      <p>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 <tt>ifnet</tt> 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 <tt>projects/ifq</tt>
+	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 <tt>pfil(9)</tt>-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.</p>
+
+      <p>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.</p>
+    </body>
+  </project>
+
+  <project>
     <title>Embedded Platforms</title>
 
     <contact>


More information about the svn-doc-all mailing list