From: Jason Wang <jasowang@redhat.com>
To: "Zhangjie (HZ)" <zhangjie14@huawei.com>,
qemu-devel@nongnu.org, mst@redhat.com
Cc: William Dauchy <wdauchy@gmail.com>
Subject: Re: [Qemu-devel] [PATCH V3] vhost_net: start/stop guest notifiers properly
Date: Fri, 22 Aug 2014 10:56:56 +0800 [thread overview]
Message-ID: <53F6B178.7060501@redhat.com> (raw)
In-Reply-To: <53F59174.7010104@huawei.com>
On 08/21/2014 02:28 PM, Zhangjie (HZ) wrote:
> On 2014/8/21 12:29, Jason Wang wrote:
>> > On 08/20/2014 05:23 PM, Zhangjie (HZ) wrote:
>>> >> On 2014/8/19 12:56, Jason Wang wrote:
>>>> >>> commit a9f98bb5ebe6fb1869321dcc58e72041ae626ad8 vhost: multiqueue
>>> >> call it before setting
>>>> >>> Zhang Jie, please test this patch to see if it fixes the issue.
>>>> >>> +static void vhost_net_set_vq_index(struct vhost_net *net, int vq_index)
>>>> >>> +{
>>>> >>> + net->dev.vq_index = vq_index;
>>>> >>> +}
>>> >> int vq_index)
>>>> >>> ...
>>> >> Because of vhost_net_set_vq_index, VM can be start successfully.
>>> >> But, after about 80 times of migration under my environment, virtual nic became unreachable again.
>>> >> When I use jprobe to notify tap, the virtual nic becomes reachable again. This shows that interrupts missing causes
>>> >> the problem.
>> >
>> > Thanks for the testing. A questions is can you reproduce this when vhost
>> > is disabled?
> After migration, vhost is not disabled, virtual nic became unreachable because vhost is not awakened.
> By the logical of EVENT_IDX, virtio-net will not kick vhost again if the used idx is not updated.
> So, if one interrupts is lost during migration, virtio_net will not kick vhost again.
> Then, no skb from virtio-net can be sent to tap.
>
> Jason's patch reduced the probability of occurrence, from about 1/20 to 1/80. It is really effective. I think the patch should be acked.
> May be we can try to solve the problem from another perspective. Do you have some methods to sense the migration?
> We can make up a signal from virtio-net after the migration.
>
>> >
>> > Anyway, I will try to reproduce it by myself.
>> >
> The test environment is really terrible, I build a environment myself, but it problem did not occur.
> The environment I use now is from a colleague Responsible for test work.
> Two hosts, every host has about 20 vms, they send packages(ipv4 and ipv6) between each other.
> The VM to be migrated also sens packages itself, and there is a ping(-i 0.001) from another host to it.
> The physical nic is 1GE, connected through a internal nework.
Yes.
I'm trying to reproduce locally, but with my patch on top, after 5000+
times of migration, network is still available (I stress the guest
network in the same time). What's the qemu command line did you use, and
did you enable zerocopy?
next prev parent reply other threads:[~2014-08-22 2:57 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-19 4:56 [Qemu-devel] [PATCH V3] vhost_net: start/stop guest notifiers properly Jason Wang
2014-08-20 9:02 ` William Dauchy
2014-08-20 9:23 ` Zhangjie (HZ)
2014-08-20 10:18 ` Michael S. Tsirkin
2014-08-20 21:21 ` Michael S. Tsirkin
2014-08-21 7:37 ` Zhangjie (HZ)
2014-08-21 4:29 ` Jason Wang
2014-08-21 6:28 ` Zhangjie (HZ)
2014-08-21 6:53 ` Jason Wang
2014-08-21 7:42 ` Zhangjie (HZ)
2014-08-27 12:59 ` Michael S. Tsirkin
2014-08-29 10:40 ` Zhangjie (HZ)
2014-09-01 8:18 ` Michael S. Tsirkin
2014-09-05 8:06 ` Zhangjie (HZ)
2014-08-22 2:56 ` Jason Wang [this message]
2014-08-27 11:54 ` Michael S. Tsirkin
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=53F6B178.7060501@redhat.com \
--to=jasowang@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=wdauchy@gmail.com \
--cc=zhangjie14@huawei.com \
/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).