From: Zhang Chen <chen.zhang@intel.com>
To: Jason Wang <jasowang@redhat.com>
Cc: "Lukas Straub" <lukasstraub2@web.de>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Li Zhijian" <lizhijian@cn.fujitsu.com>,
qemu-dev <qemu-devel@nongnu.org>,
"Markus Armbruster" <armbru@redhat.com>,
"Zhang Chen" <chen.zhang@intel.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Eric Blake" <eblake@redhat.com>,
"Dr. David Alan Gilbert" <dgilbert@redhat.com>
Subject: [PULL 0/6] COLO-Proxy patches for 2021-06-25
Date: Fri, 25 Jun 2021 11:11:30 +0800 [thread overview]
Message-ID: <20210625031136.2775308-1-chen.zhang@intel.com> (raw)
Hi Jason, Please help to queue COLO-proxy patches to net branch.
Thanks
Chen
The following changes since commit b22726abdfa54592d6ad88f65b0297c0e8b363e2:
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-request' into staging (2021-06-22 16:07:53 +0100)
are available in the Git repository at:
https://github.com/zhangckid/qemu.git master-colo-21jun25-pull-request
for you to fetch changes up to 5375645efde8892b05a8b7c7a088b63a7d1fd5aa:
net/net.c: Add handler for passthrough filter command (2021-06-23 17:22:40 +0800)
----------------------------------------------------------------
This series add passthrough support frame to object with network
processing function. The first object is colo-compare.
----------------------------------------------------------------
Zhang Chen (6):
qapi/net: Add IPFlowSpec and QMP command for filter passthrough
util/qemu-sockets.c: Add inet_parse_base to handle
InetSocketAddressBase
hmp-commands: Add new HMP command for filter passthrough
net/colo-compare: Move data structure and define to .h file.
net/colo-compare: Add passthrough list to CompareState
net/net.c: Add handler for passthrough filter command
hmp-commands.hx | 26 ++++++
include/monitor/hmp.h | 2 +
include/qemu/sockets.h | 1 +
monitor/hmp-cmds.c | 76 +++++++++++++++
net/colo-compare.c | 160 ++++++++++----------------------
net/colo-compare.h | 98 ++++++++++++++++++++
net/net.c | 205 +++++++++++++++++++++++++++++++++++++++++
qapi/net.json | 78 ++++++++++++++++
util/qemu-sockets.c | 14 +++
9 files changed, 551 insertions(+), 109 deletions(-)
--
2.25.1
next reply other threads:[~2021-06-25 3:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-25 3:11 Zhang Chen [this message]
2021-06-25 3:11 ` [PULL 1/6] qapi/net: Add IPFlowSpec and QMP command for filter passthrough Zhang Chen
2021-06-25 3:11 ` [PULL 2/6] util/qemu-sockets.c: Add inet_parse_base to handle InetSocketAddressBase Zhang Chen
2021-06-25 3:11 ` [PULL 3/6] hmp-commands: Add new HMP command for filter passthrough Zhang Chen
2021-06-30 10:39 ` Dr. David Alan Gilbert
2021-07-01 8:32 ` chen.zhang
2021-06-25 3:11 ` [PULL 4/6] net/colo-compare: Move data structure and define to .h file Zhang Chen
2021-06-25 3:11 ` [PULL 5/6] net/colo-compare: Add passthrough list to CompareState Zhang Chen
2021-06-25 3:11 ` [PULL 6/6] net/net.c: Add handler for passthrough filter command 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=20210625031136.2775308-1-chen.zhang@intel.com \
--to=chen.zhang@intel.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=dgilbert@redhat.com \
--cc=eblake@redhat.com \
--cc=jasowang@redhat.com \
--cc=kraxel@redhat.com \
--cc=lizhijian@cn.fujitsu.com \
--cc=lukasstraub2@web.de \
--cc=qemu-devel@nongnu.org \
/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).