-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
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
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
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.
-
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
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