From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WD8cL-00078r-JQ for qemu-devel@nongnu.org; Tue, 11 Feb 2014 03:23:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WD8cG-0004d5-8M for qemu-devel@nongnu.org; Tue, 11 Feb 2014 03:22:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WD8cG-0004cz-0r for qemu-devel@nongnu.org; Tue, 11 Feb 2014 03:22:52 -0500 Message-ID: <52F9DDCA.2000108@redhat.com> Date: Tue, 11 Feb 2014 16:22:34 +0800 From: Jason Wang MIME-Version: 1.0 References: <1E56D579D4C54943A5676C395BB1234A6E36B647@nkgeml511-mbx.china.huawei.com> In-Reply-To: <1E56D579D4C54943A5676C395BB1234A6E36B647@nkgeml511-mbx.china.huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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: "Huangweidong (C)" Cc: "chenliang (T)" , "qemu-devel@nongnu.org" 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=92s 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