qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv2 00/04] Replace the COLO comparing thread with IOThread
@ 2017-06-05 10:44 Yong Wang
  2017-06-05 10:44 ` [Qemu-devel] [PATCHv2 01/04] colo-compare: Use IOThread context timer to Check old packet regularly Yong Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Yong Wang @ 2017-06-05 10:44 UTC (permalink / raw)
  To: zhang.zhanghailiang, jasowang, zhangchen.fnst
  Cc: lizhijian, qemu-devel, wang.yong155, wang.guang55

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

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

end of thread, other threads:[~2017-06-07  8:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-05 10:44 [Qemu-devel] [PATCHv2 00/04] Replace the COLO comparing thread with IOThread Yong Wang
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

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