Hide Forgot
Description of problem: For Win2022 whql testing,this job will failed. There are three different failures in the logs. I am opening separate BZs to address them. This BZ is for the failure of the *NumRssQueues standard parameter validation: [FAIL] *NumRssQueues DefaultRegistryValue is 16 Version-Release number of selected component (if applicable): kernel-4.18.0-308.el8.x86_64 qemu-kvm-6.0.0-16.module+el8.5.0+10848+2dccc46d.x86_64 virtio-win-prewhql-199 How reproducible: 100% Steps to Reproduce: 1.boot up ws2022 /usr/libexec/qemu-kvm -name 199NIC226435C0J -enable-kvm -m 6G -smp 8 -uuid f4c7ee00-3457-402d-8346-6fa32183e36f -nodefaults -cpu Skylake-Server,hv_stimer,hv_synic,hv_time,hv_vpindex,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_frequencies,hv_runtime,hv_tlbflush,hv_reenlightenment,hv_stimer_direct,hv_ipi -chardev socket,id=charmonitor,path=/tmp/199NIC226435C0J,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime,driftfix=slew -boot order=cd,menu=on -device piix3-usb-uhci,id=usb -blockdev driver=file,cache.direct=off,cache.no-flush=on,filename=199NIC226435C0J,node-name=my_file -blockdev driver=raw,node-name=my,file=my_file -device ide-hd,drive=my,id=ide0-0-0,bus=ide.0,unit=0 -blockdev driver=file,cache.direct=off,cache.no-flush=on,filename=/home/kvm_autotest_root/iso/ISO/Win2022/Windows_InsiderPreview_Server_vNext_en-us_20344.iso,node-name=my_cd,read-only=on -blockdev driver=raw,node-name=mycd,file=my_cd,read-only=on -device ide-cd,drive=mycd,id=ide0-1-0,bus=ide.1,unit=0 -blockdev driver=file,cache.direct=off,cache.no-flush=on,filename=199NIC226435C0J.iso,node-name=my_iso,read-only=on -blockdev driver=raw,node-name=myiso,file=my_iso,read-only=on -device ide-cd,drive=myiso,id=ide0-1-1 -device usb-tablet,id=input0 -vnc 0.0.0.0:0 -M q35 -device pcie-root-port,bus=pcie.0,id=root1.0,multifunction=on,port=0x10,chassis=1,addr=0x7 -device pcie-root-port,bus=pcie.0,id=root2.0,port=0x11,chassis=2,addr=0x7.0x1 -netdev tap,script=/etc/qemu-ifup1,downscript=no,id=hostnet0 -device e1000e,bus=root1.0,netdev=hostnet0,id=net0,mac=00:52:6c:3e:8c:2a -vga std -netdev tap,script=/etc/qemu-ifup-private,downscript=no,id=hostnet1,vhost=on,queues=8 -device virtio-net-pci,netdev=hostnet1,id=net1,mac=00:52:32:17:be:4a,bus=root2.0,mq=on,vectors=18 /usr/libexec/qemu-kvm -name 199NIC226435S0J -enable-kvm -m 6G -smp 8 -uuid 884bc217-08de-47c3-9bf1-808d3632736c -nodefaults -cpu Skylake-Server,hv_stimer,hv_synic,hv_time,hv_vpindex,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_frequencies,hv_runtime,hv_tlbflush,hv_reenlightenment,hv_stimer_direct,hv_ipi -chardev socket,id=charmonitor,path=/tmp/199NIC226435S0J,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime,driftfix=slew -boot order=cd,menu=on -device piix3-usb-uhci,id=usb -blockdev driver=file,cache.direct=off,cache.no-flush=on,filename=199NIC226435S0J,node-name=my_file -blockdev driver=raw,node-name=my,file=my_file -device ide-hd,drive=my,id=ide0-0-0,bus=ide.0,unit=0 -blockdev driver=file,cache.direct=off,cache.no-flush=on,filename=/home/kvm_autotest_root/iso/ISO/Win2022/Windows_InsiderPreview_Server_vNext_en-us_20344.iso,node-name=my_cd,read-only=on -blockdev driver=raw,node-name=mycd,file=my_cd,read-only=on -device ide-cd,drive=mycd,id=ide0-1-0,bus=ide.1,unit=0 -blockdev driver=file,cache.direct=off,cache.no-flush=on,filename=199NIC226435S0J.iso,node-name=my_iso,read-only=on -blockdev driver=raw,node-name=myiso,file=my_iso,read-only=on -device ide-cd,drive=myiso,id=ide0-1-1 -device usb-tablet,id=input0 -vnc 0.0.0.0:1 -M q35 -device pcie-root-port,bus=pcie.0,id=root1.0,multifunction=on,port=0x10,chassis=1,addr=0x7 -device pcie-root-port,bus=pcie.0,id=root2.0,port=0x11,chassis=2,addr=0x7.0x1 -netdev tap,script=/etc/qemu-ifup1,downscript=no,id=hostnet0 -device e1000e,bus=root1.0,netdev=hostnet0,id=net0,mac=00:52:61:2b:4d:e8 -vga std
https://github.com/virtio-win/kvm-guest-drivers-windows/pull/601 - The new default amount of RSS queus will be 16 and comply with MS requirement. Note to QE: please update the VM configuration for the test. You will need 16 vCPUs and increase the amount of virtio-net queues.
(In reply to Yvugenfi from comment #1) > https://github.com/virtio-win/kvm-guest-drivers-windows/pull/601 - The new > default amount of RSS queus will be 16 and comply with MS requirement. > > Note to QE: please update the VM configuration for the test. You will need > 16 vCPUs and increase the amount of virtio-net queues. Okay, thanks for the reminder. I will update the VM configuration in our whql test. By the way, do we need to change anything in our function test? For vcpu and queues?
(In reply to leidwang from comment #2) > (In reply to Yvugenfi from comment #1) > > https://github.com/virtio-win/kvm-guest-drivers-windows/pull/601 - The new > > default amount of RSS queus will be 16 and comply with MS requirement. > > > > Note to QE: please update the VM configuration for the test. You will need > > 16 vCPUs and increase the amount of virtio-net queues. > > Okay, thanks for the reminder. I will update the VM configuration in our > whql test. > By the way, do we need to change anything in our function test? For vcpu and > queues? Depending on the HW resource availability. As the default amount of queues will be 16, it is better to test on VM with 16 vCPUs. At least multi-queue test.
Use virtio-win-prewhql-0.1-205.iso to run this job on Win2022. The job still failed, but the failure of the *NumRssQueues standard parameter validation (comment0) has disappeared.
(In reply to leidwang from comment #4) > Use virtio-win-prewhql-0.1-205.iso to run this job on Win2022. > The job still failed, but the failure of the *NumRssQueues standard > parameter validation (comment0) has disappeared. Same as here: https://bugzilla.redhat.com/show_bug.cgi?id=1979024#c4 . This BZ can be marked as verified.
According to comment4 and comment6,set this bz status to verified.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (virtio-win bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2021:4341