From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjNSd-0007tW-23 for qemu-devel@nongnu.org; Thu, 02 Mar 2017 04:55:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjNSb-0003YW-8P for qemu-devel@nongnu.org; Thu, 02 Mar 2017 04:55:47 -0500 Received: from [59.151.112.132] (port=32331 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjNSa-0003XR-Rp for qemu-devel@nongnu.org; Thu, 02 Mar 2017 04:55:45 -0500 From: Zhang Chen Date: Thu, 2 Mar 2017 17:54:15 +0800 Message-ID: <1488448458-4976-1-git-send-email-zhangchen.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH V3 0/3] COLO-compare: Optimize the code and fix some bug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu devel , Jason Wang Cc: Zhang Chen , zhanghailiang , "eddie . dong" , bian naimeng , Li Zhijian This series we will Optimize the code and fix some bug. Patch1: Rename colo_packet_compare() and remove duplicate check in compare icmp. Patch2: Optimize compare_common and increase compare performance. Patch3: Fix debug info always print bug. Zhang Chen (3): COLO-compare: Rename compare function and remove duplicate codes COLO-compare: Optimize compare_common and compare_tcp COLO-compare: Fix icmp and udp compare different packet always dump bug net/colo-compare.c | 74 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 25 deletions(-) -- 2.7.4