qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
To: qemu devel <qemu-devel@nongnu.org>, Jason Wang <jasowang@redhat.com>
Cc: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>,
	zhanghailiang <zhang.zhanghailiang@huawei.com>,
	"eddie . dong" <eddie.dong@intel.com>,
	bian naimeng <biannm@cn.fujitsu.com>,
	Li Zhijian <lizhijian@cn.fujitsu.com>
Subject: [Qemu-devel] [PATCH 0/3] Add COLO-proxy virtio-net support
Date: Thu, 16 Mar 2017 17:52:05 +0800	[thread overview]
Message-ID: <1489657928-14919-1-git-send-email-zhangchen.fnst@cn.fujitsu.com> (raw)

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

             reply	other threads:[~2017-03-16  9:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16  9:52 Zhang Chen [this message]
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

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=1489657928-14919-1-git-send-email-zhangchen.fnst@cn.fujitsu.com \
    --to=zhangchen.fnst@cn.fujitsu.com \
    --cc=biannm@cn.fujitsu.com \
    --cc=eddie.dong@intel.com \
    --cc=jasowang@redhat.com \
    --cc=lizhijian@cn.fujitsu.com \
    --cc=qemu-devel@nongnu.org \
    --cc=zhang.zhanghailiang@huawei.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).