[PATCH V2 0/7] Bypass specific network traffic in COLO

Zhang Chen posted 7 patches 3 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210303041539.1032415-1-chen.zhang@intel.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Li Zhijian <lizhijian@cn.fujitsu.com>, Markus Armbruster <armbru@redhat.com>, Zhang Chen <chen.zhang@intel.com>, Eric Blake <eblake@redhat.com>, Jason Wang <jasowang@redhat.com>
There is a newer version of this series
hmp-commands.hx       |  26 +++++++
include/monitor/hmp.h |   2 +
monitor/hmp-cmds.c    |  34 +++++++++
net/colo-compare.c    | 131 +++++++----------------------------
net/colo-compare.h    | 116 +++++++++++++++++++++++++++++++
net/net.c             | 157 ++++++++++++++++++++++++++++++++++++++++++
qapi/net.json         |  96 ++++++++++++++++++++++++++
7 files changed, 456 insertions(+), 106 deletions(-)
[PATCH V2 0/7] Bypass specific network traffic in COLO
Posted by Zhang Chen 3 years, 2 months ago
From: Zhang Chen <chen.zhang@intel.com>

Since the real user scenario does not need to monitor all traffic.
This series give user ability to bypass kinds of network stream.

  V2:
    - Add some qapi definitions.
    - Support multi colo-compare objects.
    - Support setup each rules for each objects individually.
    - Clean up COLO compare definition to .h file.
    - Rebase HMP command for stable tree.
    - Add redundant rules check.

Zhang Chen (7):
  qapi/net.json: Add IP_PROTOCOL definition
  qapi/net.json: Add L4_Connection definition
  qapi/net: Add new QMP command for COLO passthrough
  hmp-commands: Add new HMP command for COLO 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 COLO passthrough connection

 hmp-commands.hx       |  26 +++++++
 include/monitor/hmp.h |   2 +
 monitor/hmp-cmds.c    |  34 +++++++++
 net/colo-compare.c    | 131 +++++++----------------------------
 net/colo-compare.h    | 116 +++++++++++++++++++++++++++++++
 net/net.c             | 157 ++++++++++++++++++++++++++++++++++++++++++
 qapi/net.json         |  96 ++++++++++++++++++++++++++
 7 files changed, 456 insertions(+), 106 deletions(-)

-- 
2.25.1