From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajMR0-0001xE-LF for qemu-devel@nongnu.org; Fri, 25 Mar 2016 03:45:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajMQz-00067W-P6 for qemu-devel@nongnu.org; Fri, 25 Mar 2016 03:45:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajMQx-000678-Oy for qemu-devel@nongnu.org; Fri, 25 Mar 2016 03:45:29 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 644F53B71B for ; Fri, 25 Mar 2016 07:45:27 +0000 (UTC) References: <1458537955-8032-1-git-send-email-jasowang@redhat.com> <1458537955-8032-3-git-send-email-jasowang@redhat.com> <20160321072604.GB8998@ad.usersys.redhat.com> From: Jason Wang Message-ID: <56F4EC94.8010105@redhat.com> Date: Fri, 25 Mar 2016 15:45:24 +0800 MIME-Version: 1.0 In-Reply-To: <20160321072604.GB8998@ad.usersys.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] tap: vhost busy polling support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, mst@redhat.com On 03/21/2016 03:26 PM, Fam Zheng wrote: > On Mon, 03/21 13:25, Jason Wang wrote: >> diff --git a/qapi-schema.json b/qapi-schema.json >> index 88f9b81..ea56a01 100644 >> --- a/qapi-schema.json >> +++ b/qapi-schema.json >> @@ -2532,7 +2532,8 @@ >> '*vhostfd': 'str', >> '*vhostfds': 'str', >> '*vhostforce': 'bool', >> - '*queues': 'uint32'} } >> + '*queues': 'uint32', >> + '*vhost_poll_us': 'uint32'} } > Need to update the comment too? > > Fam I thought I did, but looks not :( Will do it in V2.