svn commit: r46958 - head/en_US.ISO8859-1/htdocs/news/status
Warren Block
wblock at FreeBSD.org
Sun Jul 12 23:03:49 UTC 2015
Author: wblock
Date: Sun Jul 12 23:03:48 2015
New Revision: 46958
URL: https://svnweb.freebsd.org/changeset/doc/46958
Log:
Add Tiwei Bie <btw at mail.ustc.edu.cn>'s Multiqueue Testing report.
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Sun Jul 12 22:57:37 2015 (r46957)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Sun Jul 12 23:03:48 2015 (r46958)
@@ -412,6 +412,7 @@
</name>
<email>bhd at FreeBSD.org</email>
</person>
+
<person>
<name>
<given>Johann</given>
@@ -419,6 +420,7 @@
</name>
<email>jkois at FreeBSD.org</email>
</person>
+
<person>
<name>
<given>Benedict</given>
@@ -481,4 +483,51 @@
</task>
</help>
</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>
+ </contact>
+
+ <links>
+ <url href="https://wiki.freebsd.org/SummerOfCode2015/MultiqueueTestingProject" />
+ </links>
+
+ <body>
+ <p>The aim of this project is to design and implement a
+ infrastructure to validate that a number of the network
+ stack's multiqueue behaviours are as expected.</p>
+
+ <p>It mainly consists of extending <tt>tap(4)</tt> to provide
+ the same RSS behaviours with the hardware multiqueue network
+ cards, developing simple test applications using multiqueue
+ <tt>tap(4)</tt> and <tt>socket(2)</tt>, adding hooks in each
+ layer of the network stack to collect the per-ring per-cpu
+ per-layer statistics, and extending <tt>netstat(1)</tt> to
+ report these statistics.</p>
+
+ <p>At present, most parts of this project have been implemented.
+ The focus is on the code review, and API/KPI freeze.</p>
+ </body>
+
+ <sponsor>
+ Google Summer Of Code 2015
+ </sponsor>
+ </project>
</report>
More information about the svn-doc-head
mailing list