Update todo list based on today's re@ concall.
This commit is contained in:
parent
88c416acda
commit
58970a6ab6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23987
1 changed files with 35 additions and 22 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.4R/todo.sgml,v 1.12 2005/02/26 13:56:24 scottl Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.4R/todo.sgml,v 1.13 2005/03/01 16:22:45 kensmith Exp $">
|
||||
<!ENTITY title "FreeBSD 5.4 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
|
@ -50,11 +50,18 @@
|
|||
|
||||
<tr>
|
||||
<td>Deadlock under heavy network load on systems with more than 4 CPUs</td>
|
||||
<td>&status.new;</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>A deadlock of unknown origin has started to appear on systems with
|
||||
4 or more real CPUs when under heavy TCP load.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>IPFilter mpsafe fixes</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>IPFilter is currently not mpsafe but doesn't run with Giant.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Required features for 5.4-RELEASE</h3>
|
||||
|
|
@ -74,25 +81,6 @@
|
|||
<td>Avoid the need for a disc1-gnome/disc1-kde as was done for 4.11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Entropy harvesting optimizations</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.rwatson;, &a.markm;</td>
|
||||
<td>Entropy harvesting in the interrupt and incoming packet paths
|
||||
currently involves a large number of mutex operations. In order to
|
||||
improve performance, it is desirable to reduce the number of mutex
|
||||
operations substantially. Improvements in the harvesting locking
|
||||
scheme have been merged to 6.x, but are considered too risky at this
|
||||
stage to be merged to 5.x until after 5.3.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>File descriptor locking</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.jeff;</td>
|
||||
<td>File descriptor locking needs to be merged back from HEAD.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>busdma fixes</td>
|
||||
<td>&status.wip;</td>
|
||||
|
|
@ -100,6 +88,14 @@
|
|||
<td>More work is needed on busdma to fix bounce buffer problems.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ATAPI CDROMs in PIO mode during install</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.jhb;</td>
|
||||
<td>People are having difficulties with various ATAPI CDROMs on
|
||||
various architectures. We need to either do all installs
|
||||
in PIO mode or provide a boot menu method of selecting it.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Desired features for 5.4-RELEASE</h3>
|
||||
|
|
@ -123,6 +119,18 @@
|
|||
such would be very helpful on FreeBSD.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Entropy harvesting optimizations</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.rwatson;, &a.markm;</td>
|
||||
<td>Entropy harvesting in the interrupt and incoming packet paths
|
||||
currently involves a large number of mutex operations. In order to
|
||||
improve performance, it is desirable to reduce the number of mutex
|
||||
operations substantially. Improvements in the harvesting locking
|
||||
scheme have been merged to 6.x, but are considered too risky at this
|
||||
stage to be merged to 5.x until after 5.3.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>KAME IPSEC without the Giant Lock</td>
|
||||
<td>&status.wip;</td>
|
||||
|
|
@ -220,7 +228,12 @@
|
|||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<!-- Woo hoo, none yet! -->
|
||||
<tr>
|
||||
<td>File descriptor locking</td>
|
||||
<td>&status.done;</td>
|
||||
<td>&a.jeff;</td>
|
||||
<td>File descriptor locking needs to be merged back from HEAD.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue