qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/1] net: fix queue's purge on VM stop


From: Jason Wang
Subject: Re: [Qemu-devel] [PATCH 1/1] net: fix queue's purge on VM stop
Date: Wed, 03 Jun 2015 17:42:09 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0


On 06/03/2015 03:56 PM, Thibaut Collet wrote:
> Hi,
>
> thanks for your point, I did not notice the problem of the lost of ARP
> announce by discarding the message. 
> So I must rewrite my patch to define a queue to transmit the ARP
> announce to the guest. Is it the proper solution?
>

Please have a look at VIRTIO_NET_F_GUEST_ANNOUNCE. It can notify guest
after migration to let it to send arp announce. Recent linux driver has
this support.

> Thanks.
>
> Best regards.
>
> Thibaut.
>
> On Tue, Jun 2, 2015 at 12:34 PM, Stefan Hajnoczi <address@hidden
> <mailto:address@hidden>> wrote:
>
>     On Fri, May 29, 2015 at 04:28:48PM +0200, Thibaut Collet wrote:
>     > I agree that virtio-net NIC never enqueues packet to vhost-user
>     > but qemu_announce_self function (savevm.c file) can do it through
>     > the qemu_announce_self_iter / qemu_send_packet_raw sequence.
>
>     Does vhost-user support live migration?
>
>     If no, then qemu_announce_self is never called.
>
>     If yes, then the packet should not be discarded since the ARP announce
>     has a purpose.
>
>     Stefan
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]