RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 977754 - [WHQL][netkvm]NDISTest6.0 - [2 Machine]-2c Mini6RSSSendRecv failed because of a lots errors on win8 guests
Summary: [WHQL][netkvm]NDISTest6.0 - [2 Machine]-2c Mini6RSSSendRecv failed because of...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: virtio-win
Version: 6.5
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Yvugenfi@redhat.com
QA Contact: Virtualization Bugs
URL:
Whiteboard:
: 968238 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-25 09:20 UTC by Min Deng
Modified: 2014-07-11 06:22 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-20 06:31:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Min Deng 2013-06-25 09:20:30 UTC
Description of problem:
NDISTest6.0 - [2 Machine]-2c Mini6RSSSendRecv failed as a lot of errors on win8 guests

Version-Release number of selected component (if applicable):
build 65
How reproducible:
6 times
Steps to Reproduce:
1.boot up guest with the CLI
  /usr/libexec/qemu-kvm -m 6G -smp 8,cores=8 -cpu cpu64-rhel6,+x2apic,+sep -usb -device usb-tablet -drive file=win8-32-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:22:47:15:23:42,bus=pci.0,addr=0x4,id=virtio-net-pci0 -netdev tap,sndbuf=0,id=hostnet2,script=/etc/qemu-ifup0,downscript=no -device e1000,netdev=hostnet2,mac=00:32:58:14:3c:20,bus=pci.0,addr=0x6 -uuid 3b278c23-cb8b-4ba1-93af-a8c4f9a24037 -no-kvm-pit-reinjection -chardev socket,id=111a,path=/tmp/monitor-win8-32-64-nic1,server,nowait -mon chardev=111a,mode=readline -vnc :1 -vga cirrus -name win8-32-nic1-64-HCK -rtc base=localtime,clock=host,driftfix=slew -global PIIX4_PM.disable_s3=0 -global PIIX4_PM.disable_s4=0 -monitor stdio
2.submit the jobs to HCK
3.

Actual results:
The job failed due to a lots errors

Expected results:
The job can pass

Additional info:
Will upload HCK files later

Comment 2 Min Deng 2013-06-28 07:53:24 UTC
Created attachment 766439 [details]
hck-log

Comment 4 Dmitry Fleytman 2013-08-15 14:28:03 UTC
Hello Mike

This failure may be caused by absent CPU grouping configuration (see here: http://msdn.microsoft.com/en-us/library/windows/hardware/jj123528.aspx).

Following commands have to be executed on HCK client to configure CPU grouping properly:

bcdedit.exe /set groupsize 2
bcdedit.exe /set groupaware on
shutdown.exe -r -t 0 -f

I've tried this on Windows Server 2008 R2 and it helped.
Please, retest on all other relevant systems (Windows 7 32/64, Windows 8 32/64, Windows Server 2012).

NOTE: Please pay attention that there is another bug (BZ#960844) that leads to BSOD on support machine side during RSS tests. It looks like a tester bug that reproduces much more often with CPU grouping configured. While we are dealing with it please configure CPU grouping on test machine only and explicitly clear this configuration on support machine.

In order to clear CPU grouping configuration on support machine please run following commands:

bcdedit.exe /deletevalue groupsize
bcdedit.exe /deletevalue groupaware
shutdown.exe -r -t 0 -f

Thanks in advance,
Dmitry

Comment 5 lijin 2013-08-16 09:38:57 UTC
Hi Dmitry,
    
    We retest NDISTest6.0 - [2 Machine]-2c Mini6RSSSendRecv on win2k8R2 and win8-32 guest accoding to comment 4:

1.Job passed on win2k8R2 guest with configure CPU grouping on both nic1 and nic2;

2.Job still failed(guest still bsod with 7E code) on win8-32 guest even with configure CPU grouping on test machine only and explicitly clear this configuration on support machine.I will aso update it on BZ#960844.

Thanks a lot.

Comment 6 Dmitry Fleytman 2013-08-20 06:31:49 UTC
Closing the issue according to Comment #5

Comment 7 Dmitry Fleytman 2013-08-20 06:32:47 UTC
BSOD on support machine is tracked by BZ#960844.

Comment 8 Yvugenfi@redhat.com 2013-08-26 13:22:21 UTC
*** Bug 968238 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.