qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Yong Wang <wang.yong155@zte.com.cn>
To: zhang.zhanghailiang@huawei.com, jasowang@redhat.com,
	zhangchen.fnst@cn.fujitsu.com
Cc: lizhijian@cn.fujitsu.com, qemu-devel@nongnu.org,
	wang.yong155@zte.com.cn, wang.guang55@zte.com.cn
Subject: [Qemu-devel] [PATCHv2 00/04] Replace the COLO comparing thread with IOThread
Date: Mon, 5 Jun 2017 18:44:49 +0800	[thread overview]
Message-ID: <1496659493-1105-1-git-send-email-wang.yong155@zte.com.cn> (raw)

It's a good idea to use IOThread instead of COLO comparing thread.
comparing thread can be completely replaced by IOThread, so this idea came.

This series of updates mainly include the old packet regularly check and
primary/secondary network packets compare all into the IOThread processing.

Please review,thanks.

wangyong(4):
colo-compare: Use IOThread context timer to Check old packet
 regularly
colo-compare: Process pactkets in the IOThread of the primary
colo-compare: Update the COLO document to add the IOThread
 configuration
colo-compare: Update the COLO document to fix the processing
 of secondary packets in the main thread

 docs/colo-proxy.txt |   5 +-
 net/colo-compare.c  | 175 ++++++++++++++++++++++++++++++++++++++--------------
 net/colo.h          |   1 +
 3 files changed, 134 insertions(+), 47 deletions(-)

--
1.8.3.1

             reply	other threads:[~2017-06-05 10:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-05 10:44 Yong Wang [this message]
2017-06-05 10:44 ` [Qemu-devel] [PATCHv2 01/04] colo-compare: Use IOThread context timer to Check old packet regularly Yong Wang
2017-06-07  8:30   ` Jason Wang
2017-06-05 10:44 ` [Qemu-devel] [PATCHv2 02/04] colo-compare: Process pactkets in the IOThread of the primary Yong Wang
2017-06-07  8:34   ` Jason Wang
2017-06-05 10:44 ` [Qemu-devel] [PATCHv2 03/04] colo-compare: Update the COLO document to add the IOThread configuration Yong Wang
2017-06-05 10:44 ` [Qemu-devel] [PATCHv2 04/04] colo-compare: Update the COLO document to fix the processing of secondary packets in the main thread Yong Wang
2017-06-07  8:37   ` Jason Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1496659493-1105-1-git-send-email-wang.yong155@zte.com.cn \
    --to=wang.yong155@zte.com.cn \
    --cc=jasowang@redhat.com \
    --cc=lizhijian@cn.fujitsu.com \
    --cc=qemu-devel@nongnu.org \
    --cc=wang.guang55@zte.com.cn \
    --cc=zhang.zhanghailiang@huawei.com \
    --cc=zhangchen.fnst@cn.fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).