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

2016-06-07 Thread Jason Wang
On 2016年06月07日 21:00, 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

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

2016-06-07 Thread Yang Hongyang
On Tue, Jun 7, 2016 at 9:00 PM, 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 net

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

2016-06-07 Thread Peter Lieven
Am 07.06.2016 um 17:28 schrieb Yang Hongyang: On Tue, Jun 7, 2016 at 9:00 PM, Peter Lieven mailto:p...@kamp.de>> 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 com

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

2016-06-07 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