[Qemu-devel] [PATCH 0/2] Rewrite TCP packet comparison in colo

Mao Zhongyi posted 2 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171128120402.22295-1-maozy.fnst@cn.fujitsu.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
net/colo-compare.c | 316 ++++++++++++++++++++++++++++++++++-------------------
net/colo.c         |   9 ++
net/colo.h         |  15 +++
net/trace-events   |   2 +-
4 files changed, 230 insertions(+), 112 deletions(-)
[Qemu-devel] [PATCH 0/2] Rewrite TCP packet comparison in colo
Posted by Mao Zhongyi 6 years, 4 months ago
In this series, rewrite the tcp packet comparison based on the tcp
sequence number instead of original method that compare the packet
based on the payload size.

Mao Zhongyi (2):
  colo: compare the packet based on the tcp sequence number
  colo: add trace for the tcp packet comparison

 net/colo-compare.c | 316 ++++++++++++++++++++++++++++++++++-------------------
 net/colo.c         |   9 ++
 net/colo.h         |  15 +++
 net/trace-events   |   2 +-
 4 files changed, 230 insertions(+), 112 deletions(-)

-- 
2.9.4