Add Tiwei Bie <btw@mail.ustc.edu.cn>'s Multiqueue Testing report.
This commit is contained in:
parent
2a9fd4552e
commit
8d7c3da5e2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46958
1 changed files with 49 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue