NDIS 5.1 Send Cancellation feature testing

I woundering whether there is a way to test NDIS 5.1 “send cancellation”
feature in miniport driver? May be some WHQL test? How can I make sure that
packet will be cancelled by the protocol driver?

Thanks in advance!


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

The NdisTester has a script for testing the cancel packet. In WHQL tester
HCT 10 it wasn’t a requirement yet, so I imagine not many groups out there
bothered implementing the interface - this results in a test that may have
bugs.
To test if the packet has been canceled by the protocol above (relevant for
connection oriented only mind you) you might want to write some code that
performs a hash on the packet and checks if a packet has been submitted to
the driver for Tx with the same hash. This should be a DBG setting only of
course.
Gedon

-----Original Message-----
From: Igor Markov [mailto:xxxxx@yahoo.com]
Sent: Mon, January 28, 2002 2:00 AM
To: NT Developers Interest List
Subject: [ntdev] NDIS 5.1 Send Cancellation feature testing

I woundering whether there is a way to test NDIS 5.1 “send cancellation”
feature in miniport driver? May be some WHQL test? How can I make sure that
packet will be cancelled by the protocol driver?

Thanks in advance!


You are currently subscribed to ntdev as: xxxxx@intel.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Latest NDIS Tester is always here:

ftp://ftp.microsoft.com/services/whql/ndis/

Download one of the “ndt4…” versions and check the
“1c_CancelSend.wsf” test script.

Stephan

On Mon, 28 Jan 2002 10:49:22 +0200, “Rosner, Gedon”
wrote:

>
>The NdisTester has a script for testing the cancel packet. In WHQL tester
>HCT 10 it wasn’t a requirement yet, so I imagine not many groups out there
>bothered implementing the interface - this results in a test that may have
>bugs.
>To test if the packet has been canceled by the protocol above (relevant for
>connection oriented only mind you) you might want to write some code that
>performs a hash on the packet and checks if a packet has been submitted to
>the driver for Tx with the same hash. This should be a DBG setting only of
>course.
>Gedon
>
>-----Original Message-----
>From: Igor Markov [mailto:xxxxx@yahoo.com]
>Sent: Mon, January 28, 2002 2:00 AM
>To: NT Developers Interest List
>Subject: [ntdev] NDIS 5.1 Send Cancellation feature testing
>
>
>I woundering whether there is a way to test NDIS 5.1 “send cancellation”
>feature in miniport driver? May be some WHQL test? How can I make sure that
>packet will be cancelled by the protocol driver?
>
>Thanks in advance!


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com