All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Williams <dan.j.williams@intel.com>
To: linux-nvdimm@lists.01.org
Subject: [ndctl PATCH 2/6] Documentation, list: add --device-dax, -X description to man page
Date: Tue, 28 Mar 2017 16:14:02 -0700	[thread overview]
Message-ID: <149074284233.18735.14242091635636742934.stgit@dwillia2-desk3.amr.corp.intel.com> (raw)
In-Reply-To: <149074283171.18735.16381597942269607973.stgit@dwillia2-desk3.amr.corp.intel.com>

Document the new option added in commit 10663a60d723 "ndctl, list: add
'--device-dax' option".

Reported-by: Linda Knippers <linda.knippers@hpe.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
---
 Documentation/ndctl-list.txt |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/Documentation/ndctl-list.txt b/Documentation/ndctl-list.txt
index 2e362e818bbc..bb7db47e7af8 100644
--- a/Documentation/ndctl-list.txt
+++ b/Documentation/ndctl-list.txt
@@ -105,6 +105,29 @@ include::xable-region-options.txt[]
   }
 }
 
+-X::
+--device-dax::
+	Include device-dax ("daxregion") details when a namespace is in
+	"dax" mode.
+[verse]
+{
+  "dev":"namespace0.0",
+  "mode":"dax",
+  "size":4225761280,
+  "uuid":"18ae1bbb-bb62-4efc-86df-4a5caacb5dcc",
+  "daxregion":{
+    "id":0,
+    "size":4225761280,
+    "align":2097152,
+    "devices":[
+      {
+        "chardev":"dax0.0",
+        "size":4225761280
+      }
+    ]
+  }
+}
+
 -R::
 --regions::
 	Include region info in the listing

_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

  parent reply	other threads:[~2017-03-28 23:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-28 23:13 [ndctl PATCH 0/6] ndctl: 'write-labels' and other misc updates Dan Williams
2017-03-28 23:13 ` [ndctl PATCH 1/6] ndctl: drop "builtin" prefix from source file names Dan Williams
2017-03-28 23:14 ` Dan Williams [this message]
2017-03-28 23:14 ` [ndctl PATCH 3/6] Documentation, list: add --mode, -m description to man page Dan Williams
2017-03-28 23:14 ` [ndctl PATCH 4/6] ndctl, dimm: add 'write-labels' command Dan Williams
2017-03-28 23:14 ` [ndctl PATCH 5/6] ndctl, dimm: fix count display in the presence of errors Dan Williams
2017-03-28 23:14 ` [ndctl PATCH 6/6] test: add interleave set compatibility test Dan Williams

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=149074284233.18735.14242091635636742934.stgit@dwillia2-desk3.amr.corp.intel.com \
    --to=dan.j.williams@intel.com \
    --cc=linux-nvdimm@lists.01.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.