[Fault-injection-developer] RE: e100 frame reception test result draft.
Status: Alpha
Brought to you by:
rustyl
From: Wang, S. <sta...@in...> - 2003-02-19 09:38:05
|
=20 -----Original Message----- From: Gao, Kevin=20 Sent: 2003-02-19 17:01 To: Zhuang, Louis; Wang, Frank; Wang, Stanley Subject: e100 frame reception test result draft. E100 frame reception test has been done, the result draft is as follow: any comment? :) =20 -Kevin =20 1. Set =A1=AES=A1=AF bit of RFD which is under received when driver = reads the SCB status register. Driver always send a RU_START command.=20 =20 OK. The e100 driver checks the hardware status and reacts properly :) =20 2. Set =A1=AES=A1=AF bit of RFD which has been received when driver = reads the SCB status register. Driver ignores the operation.=20 =20 OK. The 'S' bit is set by driver and read by hardware. Hence the driver doesn't care it.=20 <?xml:namespace prefix =3D o ns =3D = "urn:schemas-microsoft-com:office:office" /> 3. Set both =A1=AEC=A1=AF and =A1=AEOK=A1=AF bit of RFD to zero = when driver reads the SCB status register, the network cannot start, and driver will hanged, = a timeout will throw out.=20 If the 'C' bit equals zero, the driver will treat this rfd as an = incomplete packet and just wait untile 'C' equals one.=20 =20 4. Set =A1=AEC=A1=AF bit of RFD to 0, and set =A1=AEOK=A1=AF bit of = RFD to 1 when driver reads the SCB status register, the result is the same as process 2.=20 =20 process 2 or 3 ? =20 =20 5. Set =A1=AEC=A1=AF bit of RFD to 1, and set =A1=AEOK=A1=AF bit of = RFD to 0 when driver reads the SCB status register, the result is the same as process 2.=20 =20 process 2 or 3 ?=20 =20 6. Set =A1=AECRC=A1=AF bit of RFD to 1 when driver reads the SCB = status register, the driver ignores this operation.=20 =20 The driver should check this bit. =20 =20 7. Set =A1=AEAlignment error=A1=AF bit of RFD to 1 when driver = reads the SCB status register, the driver ignores this operation.=20 =20 The driver should check this bit.=20 =20 8. Set =A1=AERun out of buffer=A1=AF bit of RFD to 1 when driver = reads the SCB status register, the driver ignores this operation. =20 The driver should check this bit. 9. Set =A1=AEFrame too short=A1=AF bit of RFD to 1 when driver = reads the SCB status register, the driver ignores this operation. The driver should check this bit. =20 =20 =20 |