Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2015 23:03:49 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46958 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201507122303.t6CN3n8P092410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org</email>
       </person>
+
       <person>
 	<name>
 	  <given>Johann</given>
@@ -419,6 +420,7 @@
 	</name>
 	<email>jkois@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@FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Hiren</given>
+	  <common>Panchasara</common>
+	</name>
+	<email>hiren@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507122303.t6CN3n8P092410>