qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL V2 0/6] COLO-Proxy patches for 2021-06-25
@ 2021-07-01  9:11 Zhang Chen
  2021-07-01  9:11 ` [PULL V2 1/6] qapi/net: Add IPFlowSpec and QMP command for filter passthrough Zhang Chen
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Zhang Chen @ 2021-07-01  9:11 UTC (permalink / raw)
  To: Jason Wang
  Cc: Lukas Straub, Daniel P. Berrangé,
	Li Zhijian, qemu-dev, Markus Armbruster, Zhang Chen,
	Gerd Hoffmann, Eric Blake, Dr. David Alan Gilbert

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



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

end of thread, other threads:[~2021-07-19  9:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01  9:11 [PULL V2 0/6] COLO-Proxy patches for 2021-06-25 Zhang Chen
2021-07-01  9:11 ` [PULL V2 1/6] qapi/net: Add IPFlowSpec and QMP command for filter passthrough Zhang Chen
2021-07-09  3:52   ` Jason Wang
2021-07-09  5:56     ` Zhang, Chen
2021-07-01  9:11 ` [PULL V2 2/6] util/qemu-sockets.c: Add inet_parse_base to handle InetSocketAddressBase Zhang Chen
2021-07-01  9:11 ` [PULL V2 3/6] hmp-commands: Add new HMP command for filter passthrough Zhang Chen
2021-07-14 18:47   ` Dr. David Alan Gilbert
2021-07-15  3:07     ` Zhang, Chen
2021-07-15  4:20       ` Jason Wang
2021-07-19  9:00         ` Zhang, Chen
2021-07-01  9:11 ` [PULL V2 4/6] net/colo-compare: Move data structure and define to .h file Zhang Chen
2021-07-01  9:11 ` [PULL V2 5/6] net/colo-compare: Add passthrough list to CompareState Zhang Chen
2021-07-01  9:11 ` [PULL V2 6/6] net/net.c: Add handler for passthrough filter command 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).