- How about NDIS6 Checksum offload in NDISTest6.5
- Posted by vsppp@hotmail.com on June 22nd, 2007
In OID_TCP_OFFLOAD_PARAMETERS
The WDK document describe that:
I need to return NDIS_STATUS_INDICATION_REQUIRED,
and call NdisMIndicateStatusEx function reports a change in the status
of a miniport adapter.
Set StatusCode=NDIS_STATUS_TASK_OFFLOAD_CURRENT_CONFIG in
NDIS_STATUS_INDICATION
I want to know where and when I need to call NdisMIndicateStatusEx
function?
And should I need to set DestinationHandle and RequestId these two
parameters?
I use the values from the RequestHandle and RequestId members in the
NDIS_OID_REQUEST structure,
but the values are zero.
the test result warn that the setting value and current value are not
match, and can not test checksum offload.
Similar Posts
- IPv6 checksum offload in NDIS 5.x miniport drivers (Drivers) by John
- Is NDISTest6.5 required for USB LAN Ethernet Device to get Windows Vista Logo? (Drivers) by niteshpatel4u@gmail.com
- NDIS checksum task offload (Drivers) by Marvin
- Checksum offload in network adapters (Windows Server) by Marty Browne
- How to handle TCP checksum, if adapter support TCP checksum offloading? (Drivers) by Rajesh Gupta

