From: Ira Weiny <ira.weiny@intel.com>
To: Alison Schofield <alison.schofield@intel.com>
Cc: Vishal Verma <vishal.l.verma@intel.com>,
Jonathan Cameron <jonathan.cameron@Huawei.com>,
Fan Ni <fan.ni@samsung.com>,
Navneet Singh <navneet.singh@intel.com>,
Dan Williams <dan.j.williams@intel.com>,
Dave Jiang <dave.jiang@intel.com>,
linux-cxl@vger.kernel.org, nvdimm@lists.linux.dev,
Ira Weiny <ira.weiny@intel.com>,
Sushant1 Kumar <sushant1.kumar@intel.com>
Subject: [ndctl PATCH 0/6] ndctl: DCD additions
Date: Wed, 30 Oct 2024 16:54:43 -0500 [thread overview]
Message-ID: <20241030-dcd-region2-v1-0-04600ba2b48e@intel.com> (raw)
CXL Dynamic Capacity Device (DCD) support is close to landing in the
upstream kernel. cxl cli requires some modifications to best interact
with those devices. This includes creating and viewing details of DCD
regions. cxl-testing is also valuable in regression testing the kernel
interfaces.
Add preliminary patches with some fixes. Update cxl cli with DCD
support and add cxl-testing.
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
---
Ira Weiny (5):
ndctl/cxl-events: Don't fail test until event counts are reported
ndctl/cxl/region: Report max size for region creation
ndctl: Separate region mode from decoder mode
ndctl/cxl: Add extent output to region query
ndctl/cxl/test: Add Dynamic Capacity tests
Navneet Singh (1):
cxl/region: Add creation of Dynamic capacity regions
Documentation/cxl/cxl-list.txt | 4 +
cxl/filter.h | 3 +
cxl/json.c | 79 ++++-
cxl/json.h | 3 +
cxl/lib/libcxl.c | 248 +++++++++++++++-
cxl/lib/libcxl.sym | 9 +
cxl/lib/private.h | 19 +-
cxl/libcxl.h | 99 ++++++-
cxl/list.c | 3 +
cxl/memdev.c | 7 +-
cxl/region.c | 53 +++-
test/cxl-dcd.sh | 656 +++++++++++++++++++++++++++++++++++++++++
test/cxl-events.sh | 8 +-
test/meson.build | 2 +
util/json.h | 1 +
15 files changed, 1173 insertions(+), 21 deletions(-)
---
base-commit: 04815e5f8b87e02a4fb5a61aeebaa5cad25a15c3
change-id: 20241030-dcd-region2-2d0149eb8efd
Best regards,
--
Ira Weiny <ira.weiny@intel.com>
next reply other threads:[~2024-10-30 21:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-30 21:54 Ira Weiny [this message]
2024-10-30 21:54 ` [ndctl PATCH 1/6] ndctl/cxl-events: Don't fail test until event counts are reported Ira Weiny
2024-10-30 21:54 ` [ndctl PATCH 2/6] ndctl/cxl/region: Report max size for region creation Ira Weiny
2024-10-31 17:56 ` Fan Ni
2024-10-30 21:54 ` [ndctl PATCH 3/6] ndctl: Separate region mode from decoder mode Ira Weiny
2024-10-30 21:54 ` [ndctl PATCH 4/6] cxl/region: Add creation of Dynamic capacity regions ira.weiny
2024-10-31 18:41 ` Fan Ni
2024-10-31 22:11 ` Ira Weiny
2024-10-31 22:48 ` Fan Ni
2024-10-30 21:54 ` [ndctl PATCH 5/6] ndctl/cxl: Add extent output to region query Ira Weiny
2024-10-31 18:49 ` Fan Ni
2024-10-30 21:54 ` [ndctl PATCH 6/6] ndctl/cxl/test: Add Dynamic Capacity tests Ira Weiny
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=20241030-dcd-region2-v1-0-04600ba2b48e@intel.com \
--to=ira.weiny@intel.com \
--cc=alison.schofield@intel.com \
--cc=dan.j.williams@intel.com \
--cc=dave.jiang@intel.com \
--cc=fan.ni@samsung.com \
--cc=jonathan.cameron@Huawei.com \
--cc=linux-cxl@vger.kernel.org \
--cc=navneet.singh@intel.com \
--cc=nvdimm@lists.linux.dev \
--cc=sushant1.kumar@intel.com \
--cc=vishal.l.verma@intel.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