From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFL08-0006Ij-OQ for qemu-devel@nongnu.org; Wed, 04 Apr 2012 03:51:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFL01-0001q9-5x for qemu-devel@nongnu.org; Wed, 04 Apr 2012 03:51:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFL00-0001q5-UI for qemu-devel@nongnu.org; Wed, 04 Apr 2012 03:51:25 -0400 Date: Wed, 4 Apr 2012 10:51:37 +0300 From: "Michael S. Tsirkin" Message-ID: <20120404075137.GB22658@redhat.com> References: <20120328054428.34415.75432.stgit@amd-6168-8-1.englab.nay.redhat.com> <20120403.174905.769295608759578804.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120403.174905.769295608759578804.davem@davemloft.net> Subject: Re: [Qemu-devel] [V6 PATCH] virtio-net: send gratuitous packets when needed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Miller Cc: netdev@vger.kernel.org, jasowang@redhat.com, qemu-devel@nongnu.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org On Tue, Apr 03, 2012 at 05:49:05PM -0400, David Miller wrote: > From: Jason Wang > Date: Wed, 28 Mar 2012 13:44:28 +0800 > > > As hypervior does not have the knowledge of guest network configuration, it's > > better to ask guest to send gratuitous packets when needed. > > > > Guest tests VIRTIO_NET_S_ANNOUNCE bit during config change interrupt and when it > > is set, a workqueue is scheduled to send gratuitous packet through > > NETDEV_NOTIFY_PEERS. This feature is negotiated through bit > > VIRTIO_NET_F_GUEST_ANNOUNCE. > ... > > Signed-off-by: Jason Wang > > Michael and others, what's the story with this patch? It's a new feature so it will be 3.5 material when it's ready. Sent some comments for now. Thanks, MST > _______________________________________________ > Virtualization mailing list > Virtualization@lists.linux-foundation.org > https://lists.linuxfoundation.org/mailman/listinfo/virtualization