If a Minipport uses NdisMEthIndicateReceive to indicate a Rx pkt to an
IM above, should the IM also has to use this to indicate to the protocol
drivers above or can the IM package it into NDIS_PACKET and use
NdisMIndicateReceivePacket???
Thanks
Daniel
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
AFAIK the IM can indicate the Rx packet any way it wants.
In the PCAUSA NDIS IM drivers we do package indications from ReceiveHandler
into NDIS packets and later indicate them upwards using
NdisMIndicateReceivePacket. That way there is a “uniform” method for
handling packets going up the stack.
Regards,
Thomas F. Divine
PCAUSA - Toolkits & Resources For Network Software Developers
NDIS Protocol - NDIS Intermediate - TDI Client
http: - http:
----- Original Message -----
From: “Pradeep Daniel”
To: “NT Developers Interest List”
Sent: Wednesday, July 25, 2001 2:20 PM
Subject: [ntdev] NDIS IM Rx Indication
If a Minipport uses NdisMEthIndicateReceive to indicate a Rx pkt to an
IM above, should the IM also has to use this to indicate to the protocol
drivers above or can the IM package it into NDIS_PACKET and use
NdisMIndicateReceivePacket???
Thanks
Daniel
—
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</http:></http:>
Sure, why not? IM driver can use the way which is better for it. If you have
full packet, indicate it as is.
Best regards,
Michal Vodicka
Veridicom
(RKK - Skytale)
[WWW: http://www.veridicom.com , http://www.skytale.com]
From: Pradeep Daniel[SMTP:xxxxx@cranite.com]
Reply To: NT Developers Interest List
Sent: Wednesday, July 25, 2001 8:20 PM
To: NT Developers Interest List
Subject: [ntdev] NDIS IM Rx Indication
If a Minipport uses NdisMEthIndicateReceive to indicate a Rx pkt to an
IM above, should the IM also has to use this to indicate to the protocol
drivers above or can the IM package it into NDIS_PACKET and use
NdisMIndicateReceivePacket???
Thanks
Daniel
You are currently subscribed to ntdev as: xxxxx@rkk.cz
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