]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commit
Report NDIS minor version as expected by OS
authorOwen Smith <owen.smith@cloud.com>
Mon, 5 Aug 2024 09:44:18 +0000 (10:44 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Tue, 13 Aug 2024 08:59:57 +0000 (09:59 +0100)
commit508ecb63e0f8f231d161d58743b6ef7b505fd734
tree10c109f0691494312524ec68b9e11b59c0d8fb40
parent479b11c6a0082c6a8ddb8ac0601ab651be9f4e25
Report NDIS minor version as expected by OS

WHQL requires NDIS minor versions to match the OS under test.
For Server 2022, this requires NDIS version 6.85 and Server 2025 requires
NDIS version 6.89.
In order to build with EWDK 22000, the reported version is echoed from the
call to NdisGetVersion() without requiring updated headers.

Note: NDIS 6.89 does add support for UDP Receive Segment Coalescing Offload
(URO), but XenNet does not support this new NDIS feature.

Signed-off-by: Owen Smith <owen.smith@cloud.com>
src/xennet/miniport.c