Re: [Qemu-devel] [PATCH V3] net: fix qemu_announce_self not emitting packets

2016-06-12 Thread Jason Wang
On 2016年06月09日 17:39, Peter Lieven wrote: commit fefe2a78 accidently dropped the code path for injecting raw packets. This feature is needed for sending gratuitous ARPs after an incoming migration has completed. The result is increased network downtime for vservers where the network card is not

[Qemu-devel] [PATCH V3] net: fix qemu_announce_self not emitting packets

2016-06-09 Thread Peter Lieven
commit fefe2a78 accidently dropped the code path for injecting raw packets. This feature is needed for sending gratuitous ARPs after an incoming migration has completed. The result is increased network downtime for vservers where the network card is not virtio-net with the VIRTIO_NET_F_GUEST_ANNOUN