- Add Q3 status reports for vtnet(4) multiqueue and vmx(4)
Submitted by: bryanv
This commit is contained in:
parent
816dd601aa
commit
efd200e7e6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42637
1 changed files with 56 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<!-- XXX: keep updating the number of entries -->
|
||||
<p>Thanks to all the reporters for the excellent work! This report
|
||||
contains 3 entries and we hope you enjoy reading it.</p>
|
||||
contains 5 entries and we hope you enjoy reading it.</p>
|
||||
|
||||
<!-- XXX: set date for the next set of submissions -->
|
||||
<p>The deadline for submissions covering between October and
|
||||
|
|
@ -189,4 +189,59 @@
|
|||
<task>More reviews, more stability and performance tests.</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='kern'>
|
||||
<title>VMware VMXNET3 Driver</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Bryan</given>
|
||||
<common>Venteicher</common>
|
||||
</name>
|
||||
<email>bryanv@freebsd.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://lists.freebsd.org/pipermail/freebsd-current/2013-August/043494.html"/>
|
||||
<url href="http://svnweb.freebsd.org/base/head/sys/dev/vmware/vmxnet3/"/>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>A port of the OpenBSD <tt>vmx(4)</tt> ethernet driver has been
|
||||
committed. The driver can be used in place of the VMware Tools
|
||||
<tt>vmxnet3</tt> driver, which currently does not support
|
||||
10.0-RELEASE (or anything past 9.1-RELEASE).</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>Performance improvements, multiqueue support.</task>
|
||||
<task>Merge to <tt>stable/9</tt>.</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='kern'>
|
||||
<title>VirtIO Network Multiqueue</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Bryan</given>
|
||||
<common>Venteicher</common>
|
||||
</name>
|
||||
<email>bryanv@freebsd.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://svnweb.freebsd.org/changeset/base/255112"/>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>The VirtIO network driver, <tt>vtnet(4)</tt>, recently gained
|
||||
support for multiple queues, along with a significant cleanup
|
||||
and support for a few additional features.</p>
|
||||
</body>
|
||||
</project>
|
||||
</report>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue