Tech Support > Microsoft Windows > Drivers > How about NDIS6 Checksum offload in NDISTest6.5
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.