From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alBbc-0004XP-0j for qemu-devel@nongnu.org; Wed, 30 Mar 2016 04:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alBbX-0006QN-23 for qemu-devel@nongnu.org; Wed, 30 Mar 2016 04:35:59 -0400 Received: from [59.151.112.132] (port=21439 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alBbW-0006PT-Gm for qemu-devel@nongnu.org; Wed, 30 Mar 2016 04:35:54 -0400 From: Zhang Chen Date: Wed, 30 Mar 2016 16:35:47 +0800 Message-ID: <1459326950-17708-1-git-send-email-zhangchen.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH V2 0/3] Introduce COLO-compare List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu devel , Jason Wang Cc: Li Zhijian , Gui jianfeng , "eddie.dong" , zhanghailiang , "Dr. David Alan Gilbert" , Zhang Chen , Yang Hongyang COLO-compare is a part of COLO project. It is used to compare the network package to help COLO decide whether to do checkpoint. v2: - add jhash.h v1: - initial patch Zhang Chen (3): colo-compare: introduce colo compare initlization colo-compare: track connection and enqueue packet colo-compare: introduce packet comparison thread include/qemu/jhash.h | 59 ++++ net/Makefile.objs | 1 + net/colo-compare.c | 782 +++++++++++++++++++++++++++++++++++++++++++++++++++ vl.c | 3 +- 4 files changed, 844 insertions(+), 1 deletion(-) create mode 100644 include/qemu/jhash.h create mode 100644 net/colo-compare.c -- 1.9.1