qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Add COLO-proxy virtio-net support
@ 2017-03-16  9:52 Zhang Chen
  2017-03-16  9:52 ` [Qemu-devel] [PATCH 1/3] COLO-proxy: Add virtio-net packet parse function Zhang Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Zhang Chen @ 2017-03-16  9:52 UTC (permalink / raw)
  To: qemu devel, Jason Wang
  Cc: Zhang Chen, zhanghailiang, eddie . dong, bian naimeng, Li Zhijian

If user use -device virtio-net-pci, virtio-net driver will add a header
to raw net packet that colo-proxy can't handle it. COLO-proxy just
focus on the packet payload, so we skip the virtio-net header to compare
the sent packet that primary guest's to secondary guest's.


Zhang Chen (3):
  COLO-proxy: Add virtio-net packet parse function
  COLO-proxy: Add a tag to mark virtio-net packet
  COLO-compare: Add virtio-net packet compare support

 net/colo-compare.c    | 42 +++++++++++++++++++++++++++++++++---------
 net/colo.c            | 14 ++++++++++----
 net/colo.h            |  7 ++++++-
 net/filter-rewriter.c | 15 ++++++++++-----
 4 files changed, 59 insertions(+), 19 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-03-22  3:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-16  9:52 [Qemu-devel] [PATCH 0/3] Add COLO-proxy virtio-net support Zhang Chen
2017-03-16  9:52 ` [Qemu-devel] [PATCH 1/3] COLO-proxy: Add virtio-net packet parse function Zhang Chen
2017-03-16  9:52 ` [Qemu-devel] [PATCH 2/3] COLO-proxy: Add a tag to mark virtio-net packet Zhang Chen
2017-03-16  9:52 ` [Qemu-devel] [PATCH 3/3] COLO-compare: Add virtio-net packet compare support Zhang Chen
2017-03-21  3:39 ` [Qemu-devel] [PATCH 0/3] Add COLO-proxy virtio-net support Jason Wang
2017-03-21  5:47   ` Zhang Chen
2017-03-21  6:10     ` Jason Wang
2017-03-21  6:16       ` Zhang Chen
2017-03-21  6:30         ` Jason Wang
2017-03-21  7:08           ` Zhang Chen
2017-03-21  9:15             ` Jason Wang
2017-03-22  1:50               ` Zhang Chen
2017-03-22  3:13                 ` Jason Wang
2017-03-22  3:37                   ` Zhang Chen

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