From: bugzilla-daemon@bugzilla.kernel.org
To: kvm@vger.kernel.org
Subject: [Bug 42829] KVM Guest with virtio network driver loses network connectivity
Date: Wed, 7 Mar 2012 12:40:16 GMT [thread overview]
Message-ID: <201203071240.q27CeGbT009709@bugzilla.kernel.org> (raw)
In-Reply-To: <bug-42829-28872@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=42829
Steve <stefan.bosak@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |CODE_FIX
--- Comment #16 from Steve <stefan.bosak@gmail.com> 2012-03-07 12:40:15 ---
Thank you for information.
Today I test v3.3-rc6+ from today morning: the same version on host and guest
also latest seabios, qemu-kvm, net-tools, util-linux, kmod, udev.
Now it works correctly after few hours under huge network traffic load
both directions in paralell without any network issue.
Bellow are my arguments for tested guest running on testing host:
-----------------------------------------------------------------
${VPS}
-nodefaults
-name ${VPS_NAME}
-chroot ${VPS_CHROOT}
-runas ${VPS_USER}
-pidfile ${VPS_PIDFILE}
-vnc ${VPS_WAN}:0
-vga std --full-screen
-smp ${VPS_CPU} -m ${VPS_MEM} -cpu host
-mem-path /hugepages -mem-prealloc
-enable-kvm -daemonize -rtc base=localtime,clock=host,driftfix=none
-balloon ${VPS_BALLOON}
-netdev tap,id=nic01,ifname=${VPS_NET_IF_NAME},
script=/etc/kvm/kvm-ifup,downscript=/etc/kvm/kvm/ifdown,
vnet_hdr=on,vhost=on,vhostforce=off
-device virtio-net-pci,netdev=nic01,mac=${VPS_MAC}
-drive aio=native,index=0,media=disk,cache=none,
if=${VPS_DRIVE_IF_TYPE},file=${VPS_IMG}
-boot order=c,menu=off &
lsmod on guest (lsmod | grep virtio):
virtio_net 12477 0
virtio_balloon 4216 0
virtio_blk 6313 3
virtio_pci 6983 0
virtio 3282 4 virtio_pci,virtio_blk,virtio_balloon,virtio_net
virtio_ring 4154 4 virtio_pci,virtio_blk,virtio_balloon,virtio_net
lspci on guest (lspci):
00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:02.0 VGA compatible controller: Device 1234:1111
00:03.0 RAM memory: Red Hat, Inc Virtio memory balloon
00:04.0 Ethernet controller: Red Hat, Inc Virtio network device
00:05.0 SCSI storage controller: Red Hat, Inc Virtio block device
I try to test older guest kernels with above setup.
Thank you for your time & cooperation.
Have a nice day.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
next prev parent reply other threads:[~2012-03-07 12:40 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-27 22:39 [Bug 42829] New: KVM Guest with virtio network driver loses network connectivity bugzilla-daemon
2012-02-28 13:11 ` [Bug 42829] " bugzilla-daemon
2012-02-28 13:49 ` bugzilla-daemon
2012-03-01 10:46 ` bugzilla-daemon
2012-03-01 14:16 ` bugzilla-daemon
2012-03-01 15:22 ` bugzilla-daemon
2012-03-01 23:04 ` bugzilla-daemon
2012-03-01 23:15 ` bugzilla-daemon
2012-03-02 1:05 ` bugzilla-daemon
2012-03-02 11:14 ` bugzilla-daemon
2012-03-02 11:36 ` bugzilla-daemon
2012-03-03 22:12 ` bugzilla-daemon
2012-03-04 21:20 ` bugzilla-daemon
2012-03-06 0:50 ` bugzilla-daemon
2012-03-06 2:26 ` bugzilla-daemon
2012-03-06 2:56 ` bugzilla-daemon
2012-03-06 7:28 ` bugzilla-daemon
2012-03-06 19:35 ` bugzilla-daemon
2012-03-07 5:41 ` bugzilla-daemon
2012-03-07 12:40 ` bugzilla-daemon [this message]
2012-03-12 17:15 ` bugzilla-daemon
2012-03-13 3:23 ` bugzilla-daemon
2012-03-15 8:22 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201203071240.q27CeGbT009709@bugzilla.kernel.org \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).