All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Rewrite TCP packet comparison in colo
@ 2017-11-28 12:04 Mao Zhongyi
  2017-11-28 12:04 ` [Qemu-devel] [PATCH 1/2] colo: compare the packet based on the tcp sequence number Mao Zhongyi
  2017-11-28 12:04 ` [Qemu-devel] [PATCH 2/2] colo: add trace for the tcp packet comparison Mao Zhongyi
  0 siblings, 2 replies; 9+ messages in thread
From: Mao Zhongyi @ 2017-11-28 12:04 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-12-04  8:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 12:04 [Qemu-devel] [PATCH 0/2] Rewrite TCP packet comparison in colo Mao Zhongyi
2017-11-28 12:04 ` [Qemu-devel] [PATCH 1/2] colo: compare the packet based on the tcp sequence number Mao Zhongyi
2017-12-04  1:41   ` Zhang Chen
2017-12-04  3:32     ` Mao Zhongyi
2017-12-04  7:24       ` Zhang Chen
2017-12-04  8:25         ` Mao Zhongyi
2017-11-28 12:04 ` [Qemu-devel] [PATCH 2/2] colo: add trace for the tcp packet comparison Mao Zhongyi
2017-12-04  1:53   ` Zhang Chen
2017-12-04  3:37     ` Mao Zhongyi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.