Hide Forgot
Description of problem: WLK job "Ethernet-NDISTest6.0" always failed on win2k8-32/64 Version-Release number of selected component (if applicable): Red Hat Enterprise Linux Server release 6.4 (Santiago) kernel-2.6.32-414.el6.x86_64 qemu-kvm-rhev-0.12.1.2-2.397.el6.x86_64 virtio-win-prewhql-0.1-67 spice-server-0.12.4-2.el6.x86_64 seabios-0.6.1.2-28.el6.x86_64 vgabios-0.6b-3.7.el6.noarch How reproducible: 100% Steps to Reproduce: 1.Boot guests with CLI: /usr/libexec/qemu-kvm -M rhel6.5.0 -m 6G -smp 8,cores=8 -cpu cpu64-rhel6,+x2apic -usb -device usb-tablet -drive file=win2k8-64-nic1.raw,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -netdev tap,sndbuf=0,id=hostnet0,vhost=on,script=/etc/qemu-ifup-private,downscript=no -device virtio-net-pci,netdev=hostnet0,mac=00:33:21:10:23:42,bus=pci.0,addr=0x4,id=virtio-net-pci0,ctrl_guest_offloads=on -netdev tap,sndbuf=0,id=hostnet1,vhost=on,script=/etc/qemu-ifup-private,downscript=no -device virtio-net-pci,netdev=hostnet1,mac=00:23:21:10:23:23,bus=pci.0,addr=0x5,id=virtio-net-pci1,ctrl_guest_offloads=on -netdev tap,sndbuf=0,id=hostnet2,script=/etc/qemu-ifup,downscript=no -device e1000,netdev=hostnet2,mac=00:13:33:21:a4:20,bus=pci.0,addr=0x6 -uuid e0af0e85-cdc1-486f-b4dd-26c4afbd47e4 -no-kvm-pit-reinjection -chardev socket,id=111a,path=/tmp/monitor-win2k8-64-67-nic1,server,nowait -mon chardev=111a,mode=readline -vnc :1 -vga cirrus -name win2k8-64-nic1-67-WLK -rtc base=localtime,clock=host,driftfix=slew -global PIIX4_PM.disable_s3=0 -global PIIX4_PM.disable_s4=0 -monitor stdio 2.run "Ethernet-NDISTest6.0" job. 3. Actual results: Job "Ethernet-NDISTest6.0" failed with error "Disconnect events 0 should equal connect events 23" Expected results: All jobs could be pass without error. Additional info:
Created attachment 792708 [details] win2k8-32-netkvm-67
Created attachment 792709 [details] win2k8-64-netkvm-67
Hello, It looks like incorrect logs were attached (logs for virtio-serial). According to the logs the device is unclassified and there is no NDISTest logs in the CPK. Please attach the correct ligs. Best regards, Yan.
Created attachment 798156 [details] 69-netkvm-win2k8-32
clear needinfo ,referring to (In reply to Yan Vugenfirer from comment #4) > Hello, > It looks like incorrect logs were attached (logs for virtio-serial). > According to the logs the device is unclassified and there is no NDISTest > logs in the CPK. > > Please attach the correct ligs. > > > Best regards, > Yan. referring to comment #5
Failed test is 2c_receivepackets. Relevant part of logs: Variation #64 GetEvents GetEvents - OpenId = 0x01010001 Received 93 calls to NdisIndicateStatus Received 93 calls to NdisIndicateStatusComplete Received 23 NDIS_STATUS_MEDIA_CONNECT status indications Received 23 NDIS_STATUS_RESET_START status indications Received 23 NDIS_STATUS_RESET_END status indications < Resets = 23 < Disconnects = 0 < Connects = 23 FAILED: [21407] Disconnect events 0 should equal connect events 23
Created attachment 798766 [details] Log of failed test
There are also fails in 2c_recvmulticast test - could be related to address change bug.
I've checked 2c_recvmulticast, it is not related to address change bug. I will investigate what is the problem.
Created attachment 801097 [details] Patch candidate for 2c_receivepackets failure
Fixed by commits listed at BZ#1010684 and BZ#1010687
Verified this issue on virtio-win-prewhql-71&72 Steps: Run all whql jobs for win2k8-32/64 Actual Results: All jobs can pass on win2k8-32/64 Based on above ,this issue has been fixed ald ,move status to VERIFIED