mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dave Jiang <dave.jiang@intel.com>
To: Anisa Su <anisa.su887@gmail.com>,
	linux-cxl@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: nvdimm@lists.linux.dev, Dan Williams <djbw@kernel.org>,
	Jonathan Cameron <jic23@kernel.org>,
	Davidlohr Bueso <dave@stgolabs.net>,
	Ira Weiny <iweiny@kernel.org>,
	Alison Schofield <alison.schofield@intel.com>,
	John Groves <John@Groves.net>, Gregory Price <gourry@gourry.net>,
	Ira Weiny <ira.weiny@intel.com>,
	Vishal Verma <vishal.l.verma@intel.com>,
	Jonathan Cameron <jonathan.cameron@Huawei.com>,
	Fan Ni <fan.ni@samsung.com>,
	Sushant1 Kumar <sushant1.kumar@intel.com>,
	Dan Williams <dan.j.williams@intel.com>
Subject: Re: [PATCH v6 1/7] ndctl: Dynamic Capacity additions for cxl-cli
Date: Mon, 8 Jun 2026 16:18:01 -0700	[thread overview]
Message-ID: <e4e51537-73f8-4a41-a7bc-b0b72b817b7b@intel.com> (raw)
In-Reply-To: <20260523095043.471098-2-anisa.su@samsung.com>



On 5/23/26 2:50 AM, Anisa Su wrote:
> From: Ira Weiny <ira.weiny@intel.com>
> 
> This series can be found here:
> 
> 	https://github.com/weiny2/ndctl/tree/dcd-region3-2025-04-13
> 
> CXL Dynamic Capacity Device (DCD) support is being discussed in the
> upstream kernel.  cxl-cli requires modifications to interact with those
> devices.
> 
> A new partition type 'dynamic_ram_a' has been added which cxl-cli
> needs to know about.  Add support for the new decoder type.
> 
> With DCD regions may, or may not, have capacity.  The capacity is
> communicated via extents.  Add region extent query capabilities.
> 
> Add cxl-test support.  cxl-testing allows for quick regression testing
> as well as helping to design the cxl-cli interfaces.
> 
> 
> To: "Alison Schofield" <alison.schofield@intel.com>
> Cc: "Vishal Verma" <vishal.l.verma@intel.com>
> Cc: "Jonathan Cameron" <jonathan.cameron@Huawei.com>
> Cc: "Fan Ni" <fan.ni@samsung.com>
> Cc: "Sushant1 Kumar" <sushant1.kumar@intel.com>
> Cc: "Dan Williams" <dan.j.williams@intel.com>
> Cc: "Dave Jiang" <dave.jiang@intel.com>
> Cc: <linux-cxl@vger.kernel.org>
> Cc: <nvdimm@lists.linux.dev>
> Signed-off-by: Ira Weiny <ira.weiny@intel.com>

Drop this? Seems b4 metadata and not a patch.


> 
> ---
> Changes in v5:
> - iweiny: Adjust all code to view only the dynamic RAM A partition
> - Alison: s/tag/uuid/ in region query extent output
> - Link to v4: https://patch.msgid.link/20241214-dcd-region2-v4-0-36550a97f8e2@intel.com
> 
> --- b4-submit-tracking ---
> # This section is used internally by b4 prep for tracking purposes.
> {
>   "series": {
>     "revision": 5,
>     "change-id": "20241030-dcd-region2-2d0149eb8efd",
>     "prefixes": [],
>     "history": {
>       "v1": [
>         "20241030-dcd-region2-v1-0-04600ba2b48e@intel.com"
>       ],
>       "v2": [
>         "20241104-dcd-region2-v2-0-be057b479eeb@intel.com"
>       ],
>       "v3": [
>         "20241115-dcd-region2-v3-0-585d480ccdab@intel.com"
>       ],
>       "v4": [
>         "20241214-dcd-region2-v4-0-36550a97f8e2@intel.com"
>       ]
>     }
>   }
> }


  reply	other threads:[~2026-06-08 23:18 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-23  9:50 [PATCH v6 0/7] " Anisa Su
2026-05-23  9:50 ` [PATCH v6 1/7] " Anisa Su
2026-06-08 23:18   ` Dave Jiang [this message]
2026-05-23  9:50 ` [PATCH v6 2/7] libcxl: Add Dynamic RAM A partition mode support Anisa Su
2026-06-08 23:19   ` Dave Jiang
2026-06-10  3:51     ` Richard Cheng
2026-06-10 16:55       ` Dave Jiang
2026-06-25  9:08         ` Anisa Su
2026-06-25  9:07     ` Anisa Su
2026-05-23  9:50 ` [PATCH v6 3/7] cxl/region: Add cxl-cli support for dynamic RAM A Anisa Su
2026-06-08 23:58   ` Dave Jiang
2026-05-23  9:50 ` [PATCH v6 4/7] libcxl: Add extent functionality to DC regions Anisa Su
2026-06-09  0:05   ` Dave Jiang
2026-06-25  9:18     ` Anisa Su
2026-05-23  9:50 ` [PATCH v6 5/7] cxl/region: Add extent output to region query Anisa Su
2026-06-09  0:08   ` Dave Jiang
2026-06-10  3:55     ` Richard Cheng
2026-06-16 10:47       ` Anisa Su
2026-06-16 10:45     ` Anisa Su
2026-05-23  9:50 ` [PATCH v6 6/7] daxctl: Add --uuid option to create-device for sparse regions Anisa Su
2026-06-09  0:12   ` Dave Jiang
2026-06-25  9:30     ` Anisa Su
2026-05-23  9:50 ` [PATCH v6 7/7] cxl/test: Add Dynamic Capacity tests Anisa Su
2026-06-09  0:24   ` Dave Jiang
2026-06-25  9:34     ` Anisa Su
2026-06-05  5:43 ` [PATCH v6 0/7] ndctl: Dynamic Capacity additions for cxl-cli Alison Schofield
2026-06-08  8:11   ` Anisa Su
2026-06-17  7:10   ` Alison Schofield
2026-06-18  5:52     ` Anisa Su
2026-06-19  0:38       ` Alison Schofield
2026-06-24  4:51         ` Anisa Su

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=e4e51537-73f8-4a41-a7bc-b0b72b817b7b@intel.com \
    --to=dave.jiang@intel.com \
    --cc=John@Groves.net \
    --cc=alison.schofield@intel.com \
    --cc=anisa.su887@gmail.com \
    --cc=dan.j.williams@intel.com \
    --cc=dave@stgolabs.net \
    --cc=djbw@kernel.org \
    --cc=fan.ni@samsung.com \
    --cc=gourry@gourry.net \
    --cc=ira.weiny@intel.com \
    --cc=iweiny@kernel.org \
    --cc=jic23@kernel.org \
    --cc=jonathan.cameron@Huawei.com \
    --cc=linux-cxl@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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

Powered by JetHome