From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeITy-0005yz-Ql for qemu-devel@nongnu.org; Tue, 22 Sep 2015 03:59:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeITw-0007kv-5F for qemu-devel@nongnu.org; Tue, 22 Sep 2015 03:59:22 -0400 Received: from [59.151.112.132] (port=23341 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeITv-0007jq-QF for qemu-devel@nongnu.org; Tue, 22 Sep 2015 03:59:20 -0400 Message-ID: <56010A53.9000604@cn.fujitsu.com> Date: Tue, 22 Sep 2015 15:59:15 +0800 From: Yang Hongyang MIME-Version: 1.0 References: <1442405768-23019-1-git-send-email-yanghy@cn.fujitsu.com> <5601059B.1080903@redhat.com> In-Reply-To: <5601059B.1080903@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v11 00/12] Add a netfilter object and netbuffer filter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang , qemu-devel@nongnu.org Cc: thuth@redhat.com, stefanha@redhat.com, armbru@redhat.com, lizhijian@cn.fujitsu.com, zhang.zhanghailiang@huawei.com On 09/22/2015 03:39 PM, Jason Wang wrote: > [...] >> > > Want to merge this. But have comments on patch 4 and multiqueue patches. > I suggest to drop them in next version so I can merge to reduce the > review iterations. Other optimizations and fixups could be done on top. Thanks a lot! I agree that we could drop the last 2 patches which introduce multiqueue support, but the patch 4 is required by the following patch, so we can not simply drop it, please see my reply, thank you. > > Thanks > > . > -- Thanks, Yang.