From: Aniketa K S on

Hi,

I am testing NDIS 6.1 Miniport driver on Server 2008. NdisTest60
version is the latest available - 6.00.0006. The tests do not
recognize the header-data split and chimney related OIDs. The test
logs contain warnings like "Unrecognized nonprivate OID (0xfc01020e)
value detected!", when the test scripts queries for supported OID
list. The unrecognized OIDs are:

0xFC01020E OID_TCP_CONNECTION_OFFLOAD_CURRENT_CONFIG
0xFC01020F OID_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES
0xFC030201 OID_TCP_CONNECTION_OFFLOAD_PARAMETERS
0x00010220 OID_GEN_HD_SPLIT_CURRENT_CONFIG

Though none of these OIDs are exported by Miniport, I think NDIS is
adding these additional query only OIDs to the list given by Miniport
(which NDIS itself completes and not forwards to Miniport).

So Is there a way to suppress these warnings? Or is it OK to have
them? Are there any new test scripts on the way which take care of
these OIDs?

Thanks,
Aniketa