]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commit
Use NDIS 6.85 interfaces, if available
authorOwen Smith <owen.smith@citrix.com>
Tue, 26 Oct 2021 07:12:11 +0000 (08:12 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Sun, 28 Nov 2021 20:31:52 +0000 (12:31 -0800)
commitafd40a06194cfda679cf5a1c148452210f6b5953
tree4ce68efcfbd73fa39b7f2393eb6ca024a44e92ed
parent193d157d7a9d467e68b73e06c0f0b173c43808d6
Use NDIS 6.85 interfaces, if available

NDIS 6.85 was introduced in Server 2022, and the "NICStrictPropertyValidation"
test requires that drivers for Server 2022 declare support for NDIS 6.85.
Conditionally include the minimum NDIS 6.85 support, if available in the WDK,
in order to pass this test. No additional features of NDIS 6.85 have been
included.
NDIS_RUNTIME_VERSION_685 is only defined if the ndis.h header is from WDK 20384
or later, and NDIS685_MINIPORT is defined by the project.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
src/xennet/adapter.c
src/xennet/miniport.c
vs2019/xennet/xennet.vcxproj