Re: NdisQueryBufferSafe returns zero buffer length when NdisQueryPacket says there is more data
- From: "fat_boy" <zzebowa@xxxxxxxxxxx>
- Date: 18 Sep 2006 01:19:05 -0700
Stephan Wolf [MVP] wrote:
fat_boy wrote:
I found out that the packet is often received by my driver with four
buffers, only the third one is zero length.
Yes, any NDIS_BUFFER in the chain of buffers can have zero length.
Note that for the receive path, the minimum size of the first
NDIS_BUFFER of an NDIS_PACKET must be at least
OID_GEN_MAXIMUM_LOOKAHEAD or the complete packet, whichever is shorter.
OK, thanks.
No such limitations apply for the transmit path.
Stephan
.
- References:
- NdisQueryBufferSafe returns zero buffer length when NdisQueryPacket says there is more data
- From: fat_boy
- Re: NdisQueryBufferSafe returns zero buffer length when NdisQueryPacket says there is more data
- From: Stephan Wolf [MVP]
- Re: NdisQueryBufferSafe returns zero buffer length when NdisQueryPacket says there is more data
- From: fat_boy
- Re: NdisQueryBufferSafe returns zero buffer length when NdisQueryPacket says there is more data
- From: Stephan Wolf [MVP]
- NdisQueryBufferSafe returns zero buffer length when NdisQueryPacket says there is more data
- Prev by Date: Should Vista Logo submission contain 32-bit & 64-bit compatible at the same time?
- Next by Date: How to generate a #SMI?
- Previous by thread: Re: NdisQueryBufferSafe returns zero buffer length when NdisQueryPacket says there is more data
- Next by thread: USB suspend issues
- Index(es):
Relevant Pages
|