svn commit: r47577 - head/en_US.ISO8859-1/htdocs/news/status
Benjamin Kaduk
bjk at FreeBSD.org
Thu Oct 15 23:10:06 UTC 2015
Author: bjk
Date: Thu Oct 15 23:10:04 2015
New Revision: 47577
URL: https://svnweb.freebsd.org/changeset/doc/47577
Log:
Add Multiqueue Testing report from Tiwei Bie
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml Thu Oct 15 21:46:52 2015 (r47576)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml Thu Oct 15 23:10:04 2015 (r47577)
@@ -1077,5 +1077,80 @@
</body>
</project>
+ <project cat='proj'>
+ <title>Multiqueue Testing</title>
+
+ <contact>
+ <person>
+ <name>
+ <given>Tiwei</given>
+ <common>Bie</common>
+ </name>
+ <email>btw at FreeBSD.org</email>
+ </person>
+
+ <person>
+ <name>
+ <given>Hiren</given>
+ <common>Panchasara</common>
+ </name>
+ <email>hiren at FreeBSD.org</email>
+ </person>
+
+ <person>
+ <name>
+ <given>George</given>
+ <common>Neville-Neil</common>
+ </name>
+ <email>gnn at FreeBSD.org</email>
+ </person>
+
+ <person>
+ <name>
+ <given>Robert</given>
+ <common>Watson</common>
+ </name>
+ <email>rwatson at FreeBSD.org</email>
+ </person>
+ </contact>
+
+ <links>
+ <url href="https://wiki.FreeBSD.org/SummerOfCode2015/MultiqueueTestingProject">Project
+ Wiki Page</url>
+ </links>
+
+ <body>
+ <p>The aim of this project is to design and implement
+ infrastructure to validate that a number of the network stack's
+ multiqueue behaviours are functioning as expected.</p>
+
+ <p>At present, most parts of this project have been
+ implemented. It mainly consists of two parts:</p>
+
+ <ol>
+ <li>A general mechanism to collect the per-ring per-cpu
+ statistics that can be used by all NIC drivers, and extensions to
+ netstat(1) to report these statistics.</li>
+
+ <li>A suite of network stack behavior testing programs that consists
+ of:
+ <ul>
+ <li>a virtual multiqueue ethernet interface (vme)</li>
+ <li>a UDP packet generator based on vme</li>
+ <li>a UDP server based on socket(2)</li>
+ <li>a TCP client based on lwip and vme</li>
+ <li>a TCP server based on socket(2).</li>
+ </ul>
+ </li>
+ </ol>
+
+ <p>However, it still needs further refinements to make it suitable for
+ committing to &os;-HEAD.</p>
+ </body>
+
+ <sponsor>
+ Google Summer of Code 2015
+ </sponsor>
+ </project>
</report>
More information about the svn-doc-all
mailing list