Does anyone have any testimonial for this making much of a difference to
their performance ?
I spent a lot of time trying to get the performance I wanted in CE 4.1 and
ended up never being able to get the stack to accept packets with
NdisMIndicateReceivePacket and return NDIS_STATUS_PENDING. It always copied
the data and returned immediately with NDIS_STATUS_SUCCESS.
I'm wondering if this optimized receive handling is now enabling this
functionality in CE where a packet might never get copied, but just passed up
and down the stack until return to the driver pool with MiniportReturnPacket.
Otherwise, what is this optimization and why don't I get it unless I jump
through the list of hoops ?