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: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 1/1] net: fix queue's purge on VM stop
Date: Wed, 3 Jun 2015 14:40:17 +0100

On Wed, Jun 3, 2015 at 10:42 AM, Jason Wang <address@hidden> wrote:
>
>
> 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.

This looks like a useful feature.

I couldn't see a place in the code where qemu_announce_self() skips
virtio-net NICs that have this feature bit enabled.  Does this mean
these NICs will send announces twice (once from the guest and once
from QEMU)?

My hope was that with the virtio-net announce feature the
qemu_announce_self() function would skip the NIC.

Stefan



reply via email to

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