From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFcGD-0002xB-M7 for qemu-devel@nongnu.org; Mon, 17 Feb 2014 23:26:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFcG7-0001jt-HX for qemu-devel@nongnu.org; Mon, 17 Feb 2014 23:26:21 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:63144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFcG6-0001ix-Lo for qemu-devel@nongnu.org; Mon, 17 Feb 2014 23:26:15 -0500 Message-ID: <5302E0CF.3030108@huawei.com> Date: Tue, 18 Feb 2014 12:25:51 +0800 From: Weidong Huang MIME-Version: 1.0 References: <1E56D579D4C54943A5676C395BB1234A6E36B647@nkgeml511-mbx.china.huawei.com> <52F9DDCA.2000108@redhat.com> <52FED89F.4030804@huawei.com> <5302CA0D.7050003@redhat.com> In-Reply-To: <5302CA0D.7050003@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] question about patch "send the gratuitous by guest" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang Cc: "chenliang (T)" , "Huangweidong (C)" , "qemu-devel@nongnu.org" On 2014/2/18 10:48, Jason Wang wrote: > On 02/15/2014 11:01 AM, Weidong Huang wrote: >> it >> configure vlan or alias on the virtio net. >> >> But bridge or bond do not send arp. what's your opinion? > > Do you mean bridge or bond in guest? yes. >> >> BTW,this feature need modify the driver of virtio net. >> >> Only the newest linux kernel support it. So what's about old guest os? >> > > It will be hard for the legacy device to know about migration. One > workaround is: > > - enable arp_notify > - toggle link status after migration > >> Thanks. > > >