Add show-stopper todo items for if_em and if_fxp RX overrun bugs.

glebius owns if_em, and mux owns if_fxp.  Corrections to technical
inaccuracies welcome.
This commit is contained in:
Robert Watson 2005-10-19 14:40:38 +00:00
parent a5a78b9c58
commit 1409b2b54b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26081

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/6.0R/todo.sgml,v 1.53 2005/10/12 14:29:12 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.54 2005/10/16 17:14:05 rwatson Exp $">
<!ENTITY title "FreeBSD 6.0 Open Issues">
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -58,6 +58,22 @@
<th>Description</th>
</tr>
<tr>
<td>if_em doesn't handle RX overrun</td>
<td>&status.wip;</td>
<td>&a.glebius;</td>
<td>Under high packet delivery rates, if_em interfaces may wedge until
reset. A patch is now under testing.</td>
</tr>
<tr>
<td>if_fxp doesn't handle RX overrun</td>
<td>&status.wip;</td>
<td>&a.mux;</td>
<td>Under high packet delivery rates, if_fxp interfaces may wedge until
reset. A patch is now under testing.</td>
</tr>
</table>
<h3>Required features for 6.0-RELEASE</h3>