1CXL-READ-LABELS(1) CXL-READ-LABELS(1)
2
3
4
6 cxl-read-labels - read out the label area on a CXL memdev
7
9 cxl read-labels <mem0> [<mem1>..<memN>] [<options>]
10
12 The region label area is a small persistent partition of capacity
13 available on some CXL memory devices. The label area is used to and
14 configure or determine the set of memory devices participating in
15 different interleave sets. This command dumps the raw binary data in a
16 memdev’s label area to stdout or a file. In the multi-memdev case the
17 data is concatenated.
18
20 <memory device(s)>
21 A memX device name, or a memdev id number. Restrict the operation
22 to the specified memdev(s). The keyword all can be specified to
23 indicate the lack of any restriction.
24
25 -S, --serial
26 Rather an a memdev id number, interpret the <memdev> argument(s) as
27 a list of serial numbers.
28
29 -s, --size=
30 Limit the operation to the given number of bytes. A size of 0
31 indicates to operate over the entire label capacity.
32
33 -O, --offset=
34 Begin the operation at the given offset into the label area.
35
36 -v
37 Turn on verbose debug messages in the library (if libcxl was built
38 with logging and debug enabled).
39
40 -o, --output
41 output file
42
44 Copyright © 2016 - 2022, Intel Corporation. License GPLv2: GNU GPL
45 version 2 http://gnu.org/licenses/gpl.html. This is free software: you
46 are free to change and redistribute it. There is NO WARRANTY, to the
47 extent permitted by law.
48
50 linkcxl:cxl-write-labels[1], linkcxl:cxl-zero-labels[1], CXL-2.0 9.13.2
51
52
53
54 03/08/2022 CXL-READ-LABELS(1)