Move the network performance item to the Test list. Thanks Robert!
This commit is contained in:
parent
7bfec722e0
commit
c1ec14ba78
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22215
1 changed files with 15 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.60 2004/09/01 06:27:11 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.61 2004/09/02 16:48:17 kensmith Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -120,20 +120,6 @@
|
|||
5.3-RELEASE.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Fine-grained network stack locking without Giant</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>Significant parts of the network stack (especially IPv4, UNIX
|
||||
domain IPC, and sockets) now have fine-grained locking of their data
|
||||
structures. It's possible to run many common network subsystems and
|
||||
services without the Giant lock. However, a number of device drivers
|
||||
and less mainstream network subsystems are currently not MPSAFE.
|
||||
By 5.3-RELEASE, it is necessary to have the vast majority of
|
||||
network code running without Giant, including sockets, permitting
|
||||
complete local<->remote delivery without grabbing Giant.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>kld support for amd64</td>
|
||||
<td>&status.wip;</td>
|
||||
|
@ -561,6 +547,20 @@
|
|||
the CVS HEAD.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Fine-grained network stack locking without Giant</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>Significant parts of the network stack (especially IPv4, UNIX
|
||||
domain IPC, and sockets) now have fine-grained locking of their data
|
||||
structures. It's possible to run many common network subsystems and
|
||||
services without the Giant lock. However, a number of device drivers
|
||||
and less mainstream network subsystems are currently not MPSAFE.
|
||||
By 5.3-RELEASE, it is necessary to have the vast majority of
|
||||
network code running without Giant, including sockets, permitting
|
||||
complete local<->remote delivery without grabbing Giant.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue