Add a new section for specific areas requiring additional testing

prior to the release, and populate with two items:

- Potential problems with if_ie, if_le, and if_wl from Sam Leffler's
  API changes.  He'd like to see immediate testing and feedback regarding
  these drivers.

- Additional testing for the vlan code, which was changed in a variety
  of ways late in the development cycle.

Additional submissions welcome.
This commit is contained in:
Robert Watson 2002-11-23 21:54:32 +00:00
parent 8ccd578153
commit d7587220d5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15002

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.0R/todo.sgml,v 1.46 2002/11/23 02:33:33 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.47 2002/11/23 02:40:23 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -320,6 +320,38 @@
Netware servers).</td>
</tr>
</table>
<h3>Areas requiring immediate testing due to 5.0 changes</h3>
<table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>if_ie, if_le, if_wl network device drivers</td>
<td>--</td>
<td>sam@FreeBSD.org</td>
<td>Changes made to the ethernet driver interfaces required sweeping
API changes across all ethernet device drivers. While these
changes are largely mechanical, they were not tested for three less
frequently used interface drivers: if_ie, if_le, and if_wl. They
each require testing (and probably fixing) prior to 5.0-RELEASE.
If you have access to devices that use these drivers, please perform
local testing and provide feedback to Sam Leffler.</td>
</tr>
<tr>
<td>vlan testing</td>
<td>--</td>
<td>sam@FreeBSD.org</td>
<td>Changes to the network device driver interfaces and introduction
of m_tags has changed the way in which vlans are implemented in
5.0. These changes require additional testing. If you make use
if the vlan behavior in local configurations, please test them
with recent 5.0 snapshots and provide feedback to Sam Leffler.</td>
</tr>
</table>
&footer;