1CXL-DESTROY-REGION(1) CXL-DESTROY-REGION(1)
2
3
4
6 cxl-destroy-region - destroy specified region(s).
7
9 cxl destroy-region <region> [<options>]
10
12 A CXL region is composed of one or more slices of CXL memdevs, with
13 configurable interleave settings - both the number of interleave ways,
14 and the interleave granularity.
15
17 # cxl destroy-region all
18 destroyed 2 regions
19
21 -b, --bus=
22 Restrict the operation to the specified bus.
23
24 -f, --force
25 Force a destroy operation even if the region is active. This will
26 attempt to disable the region first.
27
28 -d, --decoder=
29 The root decoder to limit the operation to. Only regions that are
30 children of the specified decoder will be acted upon.
31
32 --debug
33 Turn on additional debug messages including library debug.
34
36 Copyright © 2016 - 2022, Intel Corporation. License GPLv2: GNU GPL
37 version 2 http://gnu.org/licenses/gpl.html. This is free software: you
38 are free to change and redistribute it. There is NO WARRANTY, to the
39 extent permitted by law.
40
42 linkcxl:cxl-list[1], linkcxl:cxl-create-region[1]
43
44
45
46 08/03/2023 CXL-DESTROY-REGION(1)