virtio-win / kvm-guest-drivers-windows

Windows paravirtualized drivers for QEMU\KVM
https://www.linux-kvm.org/page/WindowsGuestDrivers
BSD 3-Clause "New" or "Revised" License
1.92k stars 377 forks source link

netkvm: remove query for OID_GEN_TRANSMIT_QUEUE_LENGTH #1011

Closed ybendito closed 6 months ago

ybendito commented 6 months ago

The response to the query is calculated incorrectly. We can make it correct but I think that support for this OID is not required, it is not in the list of mandatory OIDs. In general the NDIS has the same knowledge about how many packets are queued by the miniport.

ybendito commented 6 months ago

rerun tests