microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
364 stars 41 forks source link

Fix direct OID completion #549

Closed mtfriesen closed 3 months ago

mtfriesen commented 3 months ago

Today, if a direct OID gets completed inline, we accidentally call the regular NDIS completion routine. This is a bug, and we should call the appropriate direct OID variant for direct OID requests.

Also add test coverage for OIDs passing through XDP unscathed.

Resolves #498 (I think).