Re: [Qemu-devel] [PATCH V4 0/3] Optimize COLO-compare performance

2017-08-29 Thread Jason Wang
-zhangchen.f...@cn.fujitsu.com Subject: [Qemu-devel] [PATCH V4 0/3] Optimize COLO-compare performance === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True commits="$(gi

Re: [Qemu-devel] [PATCH V4 0/3] Optimize COLO-compare performance

2017-08-29 Thread Fam Zheng
ge-id: 1503305719-2512-1-git-send-email-zhangchen.f...@cn.fujitsu.com > > Subject: [Qemu-devel] [PATCH V4 0/3] Optimize COLO-compare performance > > > > === TEST SCRIPT BEGIN === > > #!/bin/bash > > > > BASE=base > > n=1 > > total=$(git log --oneline

Re: [Qemu-devel] [PATCH V4 0/3] Optimize COLO-compare performance

2017-08-29 Thread Jason Wang
On 2017年08月22日 15:16, no-re...@patchew.org wrote: Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1503305719-2512-1-git-send-email-zhangchen.f...@cn.fujitsu.com Subject: [Qemu-devel] [PATCH V4 0/3] Optimize COLO

Re: [Qemu-devel] [PATCH V4 0/3] Optimize COLO-compare performance

2017-08-28 Thread Zhang Chen
Hi~ Jason. Have any comments for this series? Thanks Zhang Chen On 08/21/2017 04:55 PM, Zhang Chen wrote: In this serise, we do a lot of job to optimize COLO net performance. Mainly focus on TCP protocol. V4: - Remove the old patch1. V3: - Rebase on upstream. - Remove origin p2. -

Re: [Qemu-devel] [PATCH V4 0/3] Optimize COLO-compare performance

2017-08-22 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1503305719-2512-1-git-send-email-zhangchen.f...@cn.fujitsu.com Subject: [Qemu-devel] [PATCH V4 0/3] Optimize COLO-compare performance === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH V4 0/3] Optimize COLO-compare performance

2017-08-21 Thread Zhang Chen
In this serise, we do a lot of job to optimize COLO net performance. Mainly focus on TCP protocol. V4: - Remove the old patch1. V3: - Rebase on upstream. - Remove origin p2. - Move the "checkpoint_time_ms" to CompareState, in order to aviod multi colo-compare instance conflict. - Add "TOD