From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEVWL-0000BE-Re for qemu-devel@nongnu.org; Fri, 14 Feb 2014 22:02:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEVWG-0005Sf-HU for qemu-devel@nongnu.org; Fri, 14 Feb 2014 22:02:25 -0500 Received: from szxga01-in.huawei.com ([119.145.14.64]:62468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEVWF-0005Ni-Os for qemu-devel@nongnu.org; Fri, 14 Feb 2014 22:02:20 -0500 Message-ID: <52FED89F.4030804@huawei.com> Date: Sat, 15 Feb 2014 11:01:51 +0800 From: Weidong Huang MIME-Version: 1.0 References: <1E56D579D4C54943A5676C395BB1234A6E36B647@nkgeml511-mbx.china.huawei.com> <52F9DDCA.2000108@redhat.com> In-Reply-To: <52F9DDCA.2000108@redhat.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit 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" Hi, after testing your patch,the guest will send arp packet when it configure vlan or alias on the virtio net. But bridge or bond do not send arp. what's your opinion? BTW,this feature need modify the driver of virtio net. Only the newest linux kernel support it. So what's about old guest os? Thanks. On 2014/2/11 16:22, Jason Wang wrote: > On 02/11/2014 03:43 PM, Huangweidong (C) wrote: >> Hi, >> >> I found the network was broken after migrating the vm, the same as you >> said in "Send the >> >> gratuitous by guest".The vm modify the mac of network card.IN the >> scenario with >> >> vlan the network was broken too. >> >> The guest driver of virtio-net in linux kernel 3.10 has included the >> feature >> >> which your patch refer to. But qemu has not included the feature. I >> want to use your >> >> patch to resolve this problem. Could you give me some advice? And >> what’s the plan about next version? >> >> Thanks. >> >> Best Regards! >> > I'm not sure whether or not it's easy to rebase my old series. Or you > can wait for few days for me to post the new version. > > Thanks > >