From: Wei Li <liw@dtdream.com>
To: dev@dpdk.org
Subject: 100% cpu of VM (OS windows 7)
Date: Wed, 01 Jul 2015 18:34:38 +0800 [thread overview]
Message-ID: <5593C23E.8060109@dtdream.com> (raw)
dpdk: 2.0.0
ovs: 2.4.90
qemu: 2.3.0
OS of vm: windows7 64bit
driver of virtio for windows: virtio-win-0.1.96_amd64
ovs-vsctl add-br br0 -- set bridge br0 datapath_type=netdev
ovs-vsctl add-port br0 tap0 -- set Interface tap0 type=dpdkvhostuser
qemu-system-x86_64 win.img -cpu host -smp 2 --enable-kvm -m 2G -vnc :1
-object
memory-backend-file,id=mem,size=2G,mem-path=/dev/hugepages,share=on
-numa node,memdev=mem -mem-prealloc -chardev
socket,id=char1,path=/var/run/openvswitch/tap0 -netdev
type=vhost-user,id=net1,chardev=char1,vhostforce -device
virtio-net-pci,netdev=net1,mac=00:00:00:00:00:01,csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off
&
|-----| |-----|
| VM |----| ovs | use vhostuser
|-----| |-----|
When VM receiving packets from virtionet, the cpu of vm get 100%, but
sending packets looks like ok
if the OS of VM is Linux, there is no problem
what different between windows 7 and linux?
Have anyone meet the problem?
next reply other threads:[~2015-07-01 10:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-01 10:34 Wei Li [this message]
2015-07-02 6:03 ` 100% cpu of VM (OS windows 7) Wei Li
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=5593C23E.8060109@dtdream.com \
--to=liw@dtdream.com \
--cc=dev@dpdk.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.