From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAuh6-0004Zr-NY for qemu-devel@nongnu.org; Thu, 22 Mar 2012 22:57:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAuh5-0008Pn-3k for qemu-devel@nongnu.org; Thu, 22 Mar 2012 22:57:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAuh4-0008PX-Rt for qemu-devel@nongnu.org; Thu, 22 Mar 2012 22:57:35 -0400 Message-ID: <4F6BE694.1030509@redhat.com> Date: Fri, 23 Mar 2012 10:57:24 +0800 From: Jason Wang MIME-Version: 1.0 References: <20120320062020.12815.61342.stgit@jason-ThinkPad-T400> <87ty1jpm6p.fsf@rustcorp.com.au> <20120320224805.GA4997@redhat.com> <87ty1ializ.fsf@rustcorp.com.au> <20120321063746.GA6773@redhat.com> <87aa399s0x.fsf@rustcorp.com.au> In-Reply-To: <87aa399s0x.fsf@rustcorp.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] virtio-spec: clarify ro/rw bits and updating rule of virtio-net status field List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rusty Russell Cc: Christian Borntraeger , virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org, linux-kernel@vger.kernel.org, "Michael S. Tsirkin" On 03/22/2012 12:30 PM, Rusty Russell wrote: > On Wed, 21 Mar 2012 08:37:46 +0200, "Michael S. Tsirkin" wrote: >> Ah. Right, we need to trap for host to clear the bit. >> OK, so let's make the bit RO, and add >> VIRTIO_NET_CTRL_ANNOUNCED to acknowledge that we've >> seen VIRTIO_NET_S_ANNOUNCE using the control VQ? > Thanks, that's nice. Guest should send arp packets first, then send > VIRTIO_NET_CTRL_ANNOUNCED, and ignore the bit being set in the meantime. > > Thanks, > Rusty. Sure, I would update and re-send the spec updating patch. Thanks