Hi,

Please let me know if someone knows the mechanism of porting
NdisMEthIndicateReceive fuinction to ndis 6.0.

Theres no direct replacement; neither could i find the explained
theory of indicating ethernet packet to ndis 6.0.
Think it could be done with NdisMIndicateReceiveNetBufferLists.
Pleae reconfirm..


Tanks of thanks!
shweta

RE: NdisMEthIndicateReceive - porting to ndis 6.0 by pavel_a

pavel_a
Tue Mar 13 08:53:00 CDT 2007

"shweta" wrote:
> Hi,
>
> Please let me know if someone knows the mechanism of porting
> NdisMEthIndicateReceive fuinction to ndis 6.0.
>
> Theres no direct replacement; neither could i find the explained
> theory of indicating ethernet packet to ndis 6.0.
> Think it could be done with NdisMIndicateReceiveNetBufferLists.
> Pleae reconfirm..
>
>
> Tanks of thanks!
> shweta

Reconfirmed. NDIS6 DDIs are not drop-in replacement of earlier NDIS.
--PA