All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH daxctl v2 0/5] daxctl: range mapping allocation
@ 2020-12-18  2:14 Joao Martins
  2020-12-18  2:14 ` [PATCH daxctl v2 1/5] libdaxctl: add mapping iterator APIs Joao Martins
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Joao Martins @ 2020-12-18  2:14 UTC (permalink / raw)
  To: linux-nvdimm; +Cc: Joao Martins

Hey,

This series adds support for:

 1) Listing mappings when passing -M to ´daxctl list´. These are ommited
 by default.

 2) Iteration APIs for the mappings.

 3) Allow passing an input JSON file with the manually selected ranges
 to be used when creating the device-dax instance.

This applies on top of 'jm/devdax_subdiv' branch in github.com:pmem/ndctl.git

Testing requires a 5.10+ kernel.

v1 -> v2:
  * List mappings only with -M|--mappings option
  * Adds a unit test for --input file (while testing with -M listing too)
  * Rename --restore to --input
  * Add Documentation for -M and for --input

Joao Martins (5):
  libdaxctl: add mapping iterator APIs
  daxctl: include mappings when listing
  libdaxctl: add daxctl_dev_set_mapping()
  daxctl: allow creating devices from input json
  daxctl/test: add a test for daxctl-create with input file

 Documentation/daxctl/daxctl-create-device.txt |  13 +++
 Documentation/daxctl/daxctl-list.txt          |   4 +
 daxctl/device.c                               | 128 +++++++++++++++++++++++++-
 daxctl/lib/libdaxctl-private.h                |   8 ++
 daxctl/lib/libdaxctl.c                        | 118 +++++++++++++++++++++++-
 daxctl/lib/libdaxctl.sym                      |   7 ++
 daxctl/libdaxctl.h                            |  14 +++
 daxctl/list.c                                 |   4 +
 test/daxctl-create.sh                         |  31 ++++++-
 util/json.c                                   |  57 +++++++++++-
 util/json.h                                   |   4 +
 11 files changed, 380 insertions(+), 8 deletions(-)

-- 
1.8.3.1
_______________________________________________
Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org
To unsubscribe send an email to linux-nvdimm-leave@lists.01.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-19  8:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18  2:14 [PATCH daxctl v2 0/5] daxctl: range mapping allocation Joao Martins
2020-12-18  2:14 ` [PATCH daxctl v2 1/5] libdaxctl: add mapping iterator APIs Joao Martins
2020-12-18  2:14 ` [PATCH daxctl v2 2/5] daxctl: include mappings when listing Joao Martins
2020-12-18  2:14 ` [PATCH daxctl v2 3/5] libdaxctl: add daxctl_dev_set_mapping() Joao Martins
2020-12-18  2:14 ` [PATCH daxctl v2 4/5] daxctl: allow creating devices from input json Joao Martins
2020-12-18  2:14 ` [PATCH daxctl v2 5/5] daxctl/test: add a test for daxctl-create with input file Joao Martins
2020-12-19  8:21 ` [PATCH daxctl v2 0/5] daxctl: range mapping allocation Verma, Vishal L

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.