[PULL V2 0/6] COLO-Proxy patches for 2021-06-25

Zhang Chen posted 6 patches 2 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210701091130.3022093-1-chen.zhang@intel.com
Maintainers: Zhang Chen <chen.zhang@intel.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Jason Wang <jasowang@redhat.com>, Eric Blake <eblake@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Markus Armbruster <armbru@redhat.com>, Li Zhijian <lizhijian@cn.fujitsu.com>
There is a newer version of this series
hmp-commands.hx        |  26 ++++++
include/monitor/hmp.h  |   2 +
include/qemu/sockets.h |   1 +
monitor/hmp-cmds.c     |  67 ++++++++++++++
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, 542 insertions(+), 109 deletions(-)
[PULL V2 0/6] COLO-Proxy patches for 2021-06-25
Posted by Zhang Chen 2 years, 10 months ago
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-v2

for you to fetch changes up to 90f0c348ae42192aa4efd379e5fa79ca643987f4:

  net/net.c: Add handler for passthrough filter command (2021-07-01 16:55:23 +0800)

----------------------------------------------------------------

This series add passthrough support frame to object with network
processing function. The first object is colo-compare.

V2: Optimize HMP code from Dave's comment.

----------------------------------------------------------------

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     |  67 ++++++++++++++
 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, 542 insertions(+), 109 deletions(-)

-- 
2.25.1