Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 23:10:04 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47577 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201510152310.t9FNA4dr078753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Hiren</given>
+	  <common>Panchasara</common>
+	</name>
+	<email>hiren@FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>George</given>
+	  <common>Neville-Neil</common>
+	</name>
+	<email>gnn@FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Robert</given>
+	  <common>Watson</common>
+	</name>
+	<email>rwatson@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>



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