Hi All,
I have changed the Netvmini DDK sample to read a packet into a usermode
application from the miniport driver's TCB memory. The original sample
send a packet via NICsendPacket to another Netvmini instance installed
and receive the same packet again. So now I only want to use 1 instance
of the miniport and not be dependend on more than one miniport. I have
now disabled the receive timer (NICIndicateReceiveTimerDpc) and remove
all the destination device code from NICSendPacket function but this
causes a driver failure when the packet is copied to the TCB.
1. Any idea how to overcome this problem?
2. What method can the driver use to notify the usermode application of
a new packet to read?
Thanks for you time and help!
Amos