From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoapU-0005lz-1r for qemu-devel@nongnu.org; Mon, 17 Jun 2013 10:54:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoapO-0002lu-3y for qemu-devel@nongnu.org; Mon, 17 Jun 2013 10:54:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoapN-0002lm-SM for qemu-devel@nongnu.org; Mon, 17 Jun 2013 10:54:42 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5HEsfsh028739 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Jun 2013 10:54:41 -0400 Date: Mon, 17 Jun 2013 10:54:39 -0400 From: Luiz Capitulino Message-ID: <20130617105439.11a90c42@redhat.com> In-Reply-To: <20130617144250.GE10085@redhat.com> References: <1371195952-13922-1-git-send-email-akong@redhat.com> <20130617091127.444de556@redhat.com> <20130617132131.GB9383@redhat.com> <20130617093042.4e1d6566@redhat.com> <20130617142013.GC10085@redhat.com> <20130617103428.3a1d7db7@redhat.com> <20130617144250.GE10085@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6] net: add support of mac-programming over macvtap in QEMU side List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: laine@redhat.com, Amos Kong , qemu-devel@nongnu.org, stefanha@redhat.com On Mon, 17 Jun 2013 17:42:50 +0300 "Michael S. Tsirkin" wrote: > > The 1000ms I talked about is *not* what the guest will see. If there are > > events pending, the throttle API just queues the event and returns right > > away. I'd even _guess_ that this is faster then emitting the event. > > If the filter is not updated for 1000ms then that is guest visible: > it is not getting packets with the new MAC. Let me understand this better: the filter is going to be updated by libvirt, is that correctly? If this is right, then I can understand where you came from, but how can we possibly control how long it will take for libvirt to take action?