From patchwork Tue Mar 28 23:14:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 9650633 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 112BE602C8 for ; Tue, 28 Mar 2017 23:19:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 01EF72844E for ; Tue, 28 Mar 2017 23:19:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E988028452; Tue, 28 Mar 2017 23:19:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 796122844E for ; Tue, 28 Mar 2017 23:19:13 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 7096521DFA91E; Tue, 28 Mar 2017 16:19:13 -0700 (PDT) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 65FB821DFA7BA for ; Tue, 28 Mar 2017 16:19:12 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP; 28 Mar 2017 16:19:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,238,1486454400"; d="scan'208";a="949198890" Received: from dwillia2-desk3.jf.intel.com (HELO dwillia2-desk3.amr.corp.intel.com) ([10.54.39.125]) by orsmga003.jf.intel.com with ESMTP; 28 Mar 2017 16:19:11 -0700 Subject: [ndctl PATCH 2/6] Documentation, list: add --device-dax, -X description to man page From: Dan Williams To: linux-nvdimm@lists.01.org Date: Tue, 28 Mar 2017 16:14:02 -0700 Message-ID: <149074284233.18735.14242091635636742934.stgit@dwillia2-desk3.amr.corp.intel.com> In-Reply-To: <149074283171.18735.16381597942269607973.stgit@dwillia2-desk3.amr.corp.intel.com> References: <149074283171.18735.16381597942269607973.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: StGit/0.17.1-9-g687f MIME-Version: 1.0 X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Virus-Scanned: ClamAV using ClamSMTP Document the new option added in commit 10663a60d723 "ndctl, list: add '--device-dax' option". Reported-by: Linda Knippers Signed-off-by: Dan Williams --- 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