Move if_de item from feature to issue. Note progress.

Add if_re item as issue.
Correct spelling error (Reported by: Joel Dahl <joel at automatvapen dot se>).
This commit is contained in:
Robert Watson 2004-10-17 15:29:00 +00:00
parent 73122e2f9e
commit 8e43dba2fb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22621

View file

@ -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.99 2004/10/15 08:44:43 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.100 2004/10/16 22:16:09 scottl Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -62,6 +62,32 @@
high load environments, and has not yet been reproduced by the
FreeBSD release engineering team in testing.</td>
</tr>
<tr>
<td>Reports of poor performance of the if_de driver (de ethernet
interfaces)</td>
<td>&status.wip;</td>
<td>&a.rwatson;, &a.jmg;</td>
<td>There have been reports that if_de ethernet cds behave poorly when
running with debug.mpsafenet=1, even though the driver is marked to
run all portions with the Giant lock. This suggests a race condition
specific to this drive, which is currently being debugged. A patch
has been posted that appears to correct the problem, and will be
merged to 6.x and 5.x shortly.</td>
</tr>
<tr>
<td>Reports of poor performance with the if_re driver (re ethernet
interfaces)</td>
<td>&status.wip;</td>
<td>&a.jmg;</td>
<td>There have been reports that specific gigabit ethernet cards
supported by the if_re driver are experiencing poor performance; a
patch has been posted that corrects timer and interrupt problems
with the driver, and is believed to correct the performace problems.
The patch will be merged to 6.x and 5.x shortly.</td>
</tr>
</table>
<h3>Required features for 5.3-RELEASE</h3>
@ -69,17 +95,6 @@
<table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th></tr>
<tr>
<td>Reports of poor performance of the if_de driver (de ethernet
intrfaces)</td>
<td>&status.wip;</td>
<td>&a.rwatson;, &a.jmg;</td>
<td>There have been reports that if_de ethernet cds behave poorly when
running with debug.mpsafenet=1, even though the driver is marked to
run all portions with the Giant lock. This suggests a race condition
specific to this drive, which is currently being debugged.</td>
</tr>
</table>
<h3>Desired features for 5.3-RELEASE</h3>