kdevops.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: fan.ni@gmx.us
To: mcgrof@kernel.org
Cc: nmtadam.samsung@gmail.com, fan.ni@samsung.com,
	kdevops@lists.linux.dev, jlayton@kernel.org,
	Fan Ni <fan.ni@gmx.us>
Subject: [PATCH 0/3] CXL: Add dynamic capacity device test support in kdevops
Date: Tue, 29 Aug 2023 13:36:31 -0700	[thread overview]
Message-ID: <20230829203634.29635-1-fan.ni@gmx.us> (raw)

From: Fan Ni <fan.ni@gmx.us>

This patch series include 3 patches for enabling dynamic capacity device (DCD)
test support in kdevops.

Patch 1: Add a DCD device topology for users to select for DCD emulation.
Patch 2: Add options to setup QMP interface for Qemu, through which users
can send control commands to Qemu instance. Currently, adding and releasing
dc extents to dc regions are implemented through QMP interface.
Patch 3: Add a new make command "cxl-create-dc-region" to create a dc region
so later we can add/release dc extents to the region through QMP interface.

Fan Ni (3):
  CXL: Add a new topology to support DCD emulation
  qemu: Add QMP connection option for QMP interface access
  CXL: Add support to create a DC region for DCD

 .../cxl/tasks/cxl-create-dc-region/main.yml   | 27 +++++++++++++++++++
 playbooks/roles/cxl/tasks/main.yml            |  4 +++
 playbooks/roles/gen_nodes/defaults/main.yml   |  4 +++
 .../roles/gen_nodes/templates/Vagrantfile.j2  | 19 ++++++++++---
 scripts/gen-nodes.Makefile                    | 12 +++++++++
 vagrant/Kconfig                               | 24 +++++++++++++++++
 workflows/cxl/Makefile                        |  6 +++++
 7 files changed, 93 insertions(+), 3 deletions(-)
 create mode 100644 playbooks/roles/cxl/tasks/cxl-create-dc-region/main.yml

--
2.40.1


             reply	other threads:[~2023-08-29 20:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-29 20:36 fan.ni [this message]
2023-08-29 20:36 ` [PATCH 1/3] CXL: Add a new topology to support DCD emulation fan.ni
2023-08-29 20:36 ` [PATCH 2/3] qemu: Add QMP connection option for QMP interface access fan.ni
2023-08-29 20:36 ` [PATCH 3/3] CXL: Add support to create a DC region for DCD fan.ni
2023-08-29 20:48 ` [PATCH 0/3] CXL: Add dynamic capacity device test support in kdevops Fan Ni

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=20230829203634.29635-1-fan.ni@gmx.us \
    --to=fan.ni@gmx.us \
    --cc=fan.ni@samsung.com \
    --cc=jlayton@kernel.org \
    --cc=kdevops@lists.linux.dev \
    --cc=mcgrof@kernel.org \
    --cc=nmtadam.samsung@gmail.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).