]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commit
Fix an IsZeroMemory() ASSERTion failure
authorPaul Durrant <pdurrant@amazon.com>
Mon, 13 Jun 2022 13:20:02 +0000 (14:20 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Tue, 14 Jun 2022 13:42:34 +0000 (14:42 +0100)
commit7727401f300adbbba1a9b6d7cc729735cf9e6891
tree481415ed14db4e46ebbd53007b0d4fa826748950
parent75595d87a228da58afe96a8f24a2aafee5cdb7e8
Fix an IsZeroMemory() ASSERTion failure

The TargetProcessor field of the XENVIF_RECEIVER_RING structure is not being
cleared and hence may be non-zero when the buffer is checked. This patch
rectifies the situation.

Fixes: eb83dbd5162d ("Windows PV drivers fail to set up RSS when vCPU index >= 8")
Signed-off-by: Paul Durrant <pdurrant@amazon.com>
src/xenvif/receiver.c