Bug 723122 - rtl8139:Execute multiple netperf clients caused system call interrupted
Summary: rtl8139:Execute multiple netperf clients caused system call interrupted
Keywords:
Status: CLOSED DUPLICATE of bug 684127
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: jason wang
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-19 07:04 UTC by Golita Yue
Modified: 2013-01-10 00:06 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-11 21:15:12 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Golita Yue 2011-07-19 07:04:48 UTC
Description of problem:
When I run multiple netperf clients on host, they connect with the
netperf-server in guest.
clients fail to execute cmds and output "interrupted system call"

Version-Release number of selected component (if applicable):
qemu-kvm-0.12.1.2-2.171.el6.x86_64
kernel 2.6.32-167.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. boot up a guest with multiple nics (rtl8139)
2. setup and launch netperf server in guest
guest)# ./netserver
3. setup and launch multiple netperf client in host.
host)# while true;do ./netperf -t TCP_STREAM -H $guest_ip ;echo Tcp:$?;done &
host)# while true;do ./netperf -t UDP_STREAM -H $guest_ip;echo Udp:$?;done &
host)# while true;do ./netperf -H $guest_ip -- -m 200; echo $? Other:$?;done &

Actual results:
netperf clients outputted:
interrupted system call 
netperf remote error 4

Expected results:
netperf commands completed. 

Additional info:
In step 1, I start guest with 4 nics.
In step 3, launch 4 netperf client in host.  one netperf client per guest nic.

This problem also exists on RHEl6.1.z
qemu-kvm-0.12.1.2-2.160.el6_1.3.x86_64
kernel 2.6.32-131.6.1.el6.x86_64

Comment 2 Golita Yue 2011-07-20 03:17:57 UTC
Additional info:

guest information:
RHEL-Server-6.1-64.qcow2
kernel 2.6.32-131.0.15.el6.x86_64

Comment 4 Ronen Hod 2012-01-09 16:59:12 UTC

*** This bug has been marked as a duplicate of bug 684127 ***


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