All of lore.kernel.org
 help / color / mirror / Atom feed
From: yong.huang@smartx.com
To: qemu-devel@nongnu.org
Cc: Fabiano Rosas <farosas@suse.de>, Peter Xu <peterx@redhat.com>,
	yong.huang@smartx.com
Subject: [PATCH v1 0/5] Guestperf: miscellaneous refinement and enrichment
Date: Fri,  9 Aug 2024 15:41:50 +0800	[thread overview]
Message-ID: <cover.1723189080.git.yong.huang@smartx.com> (raw)

From: Hyman Huang <yong.huang@smartx.com>

The previous patchset:
https://lore.kernel.org/qemu-devel/cover.1722957352.git.yong.huang@smartx.com/
does not made the necessary changes and tests for the upstream version.

This patchset works for that:
1. Move the guestperf to scripts directory suggested by Fabiano Rosas
2. Make initrd-stress.img built by default suggested by Fabiano Rosas
3. Make the necessary changes to adapt the latest multifd behavior
4. A nitpick for multifd migration
5. Support multifd compression option

Please review,

Thanks

Yong

Hyman Huang (5):
  tests/migration: Move the guestperf tool to scripts directory
  tests/migration: Make initrd-stress.img built by default
  guestperf: Support deferred migration for multifd
  guestperf: Nitpick the inconsistent parameters
  guestperf: Introduce multifd compression option

 MAINTAINERS                                        |  5 ++++
 {tests => scripts}/migration/guestperf-batch.py    |  0
 {tests => scripts}/migration/guestperf-plot.py     |  0
 {tests => scripts}/migration/guestperf.py          |  0
 {tests => scripts}/migration/guestperf/__init__.py |  0
 .../migration/guestperf/comparison.py              | 15 +++++++++-
 {tests => scripts}/migration/guestperf/engine.py   | 32 +++++++++++++++++++---
 {tests => scripts}/migration/guestperf/hardware.py |  0
 {tests => scripts}/migration/guestperf/plot.py     |  0
 {tests => scripts}/migration/guestperf/progress.py |  0
 {tests => scripts}/migration/guestperf/report.py   |  0
 {tests => scripts}/migration/guestperf/scenario.py |  7 +++--
 {tests => scripts}/migration/guestperf/shell.py    |  3 ++
 {tests => scripts}/migration/guestperf/timings.py  |  0
 tests/migration/meson.build                        |  5 ++--
 15 files changed, 58 insertions(+), 9 deletions(-)
 rename {tests => scripts}/migration/guestperf-batch.py (100%)
 rename {tests => scripts}/migration/guestperf-plot.py (100%)
 rename {tests => scripts}/migration/guestperf.py (100%)
 rename {tests => scripts}/migration/guestperf/__init__.py (100%)
 rename {tests => scripts}/migration/guestperf/comparison.py (89%)
 rename {tests => scripts}/migration/guestperf/engine.py (93%)
 rename {tests => scripts}/migration/guestperf/hardware.py (100%)
 rename {tests => scripts}/migration/guestperf/plot.py (100%)
 rename {tests => scripts}/migration/guestperf/progress.py (100%)
 rename {tests => scripts}/migration/guestperf/report.py (100%)
 rename {tests => scripts}/migration/guestperf/scenario.py (93%)
 rename {tests => scripts}/migration/guestperf/shell.py (98%)
 rename {tests => scripts}/migration/guestperf/timings.py (100%)

-- 
2.11.0



WARNING: multiple messages have this Message-ID (diff)
From: yong.huang@smartx.com
To: qemu-devel@nongnu.org
Cc: Fabiano Rosas <farosas@suse.de>, Peter Xu <peterx@redhat.com>,
	yong.huang@smartx.com
Subject: [PATCH v1 0/5] Guestperf: miscellaneous refinement and enrichment
Date: Fri,  9 Aug 2024 15:43:31 +0800	[thread overview]
Message-ID: <cover.1723189080.git.yong.huang@smartx.com> (raw)
Message-ID: <20240809074331.8kYKbOs4LBLnJYi0kSjaV1pvb2l9jEKHFIMeL_md45A@z> (raw)

From: Hyman Huang <yong.huang@smartx.com>

The previous patchset:
https://lore.kernel.org/qemu-devel/cover.1722957352.git.yong.huang@smartx.com/
does not made the necessary changes and tests for the upstream version.

This patchset works for that:
1. Move the guestperf to scripts directory suggested by Fabiano Rosas
2. Make initrd-stress.img built by default suggested by Fabiano Rosas
3. Make the necessary changes to adapt the latest multifd behavior
4. A nitpick for multifd migration
5. Support multifd compression option

Please review,

Thanks

Yong

Hyman Huang (5):
  tests/migration: Move the guestperf tool to scripts directory
  tests/migration: Make initrd-stress.img built by default
  guestperf: Support deferred migration for multifd
  guestperf: Nitpick the inconsistent parameters
  guestperf: Introduce multifd compression option

 MAINTAINERS                                        |  5 ++++
 {tests => scripts}/migration/guestperf-batch.py    |  0
 {tests => scripts}/migration/guestperf-plot.py     |  0
 {tests => scripts}/migration/guestperf.py          |  0
 {tests => scripts}/migration/guestperf/__init__.py |  0
 .../migration/guestperf/comparison.py              | 15 +++++++++-
 {tests => scripts}/migration/guestperf/engine.py   | 32 +++++++++++++++++++---
 {tests => scripts}/migration/guestperf/hardware.py |  0
 {tests => scripts}/migration/guestperf/plot.py     |  0
 {tests => scripts}/migration/guestperf/progress.py |  0
 {tests => scripts}/migration/guestperf/report.py   |  0
 {tests => scripts}/migration/guestperf/scenario.py |  7 +++--
 {tests => scripts}/migration/guestperf/shell.py    |  3 ++
 {tests => scripts}/migration/guestperf/timings.py  |  0
 tests/migration/meson.build                        |  5 ++--
 15 files changed, 58 insertions(+), 9 deletions(-)
 rename {tests => scripts}/migration/guestperf-batch.py (100%)
 rename {tests => scripts}/migration/guestperf-plot.py (100%)
 rename {tests => scripts}/migration/guestperf.py (100%)
 rename {tests => scripts}/migration/guestperf/__init__.py (100%)
 rename {tests => scripts}/migration/guestperf/comparison.py (89%)
 rename {tests => scripts}/migration/guestperf/engine.py (93%)
 rename {tests => scripts}/migration/guestperf/hardware.py (100%)
 rename {tests => scripts}/migration/guestperf/plot.py (100%)
 rename {tests => scripts}/migration/guestperf/progress.py (100%)
 rename {tests => scripts}/migration/guestperf/report.py (100%)
 rename {tests => scripts}/migration/guestperf/scenario.py (93%)
 rename {tests => scripts}/migration/guestperf/shell.py (98%)
 rename {tests => scripts}/migration/guestperf/timings.py (100%)

-- 
2.11.0



             reply	other threads:[~2024-08-09  7:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-09  7:41 yong.huang [this message]
2024-08-09  7:43 ` [PATCH v1 0/5] Guestperf: miscellaneous refinement and enrichment yong.huang
2024-08-09  7:43 ` [PATCH v1 1/5] tests/migration: Move the guestperf tool to scripts directory yong.huang
2024-08-09 12:57   ` Fabiano Rosas
2024-08-10  2:32     ` Hyman Huang
2024-08-09  7:43 ` [PATCH v1 2/5] tests/migration: Make initrd-stress.img built by default yong.huang
2024-08-09  8:34   ` Daniel P. Berrangé
2024-08-09  9:00     ` Yong Huang
2024-08-09 12:59   ` Fabiano Rosas
2024-08-09  7:43 ` [PATCH v1 3/5] guestperf: Support deferred migration for multifd yong.huang
2024-08-09  7:43 ` [PATCH v1 4/5] guestperf: Nitpick the inconsistent parameters yong.huang
2024-08-09  7:43 ` [PATCH v1 5/5] guestperf: Introduce multifd compression option yong.huang

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=cover.1723189080.git.yong.huang@smartx.com \
    --to=yong.huang@smartx.com \
    --cc=farosas@suse.de \
    --cc=peterx@redhat.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.