1CXL-ENABLE-PORT(1) CXL-ENABLE-PORT(1)
2
3
4
6 cxl-enable-port - activate / hot-add a given CXL port
7
9 cxl enable-port <port0> [<port1>..<portN>] [<options>]
10
11 A port typically autoenables at initial device discovery. However, if
12 it was manually disabled this command can trigger the kernel to
13 activate it again. This involves detecting the state of the HDM (Host
14 Managed Device Memory) Decoders and validating that CXL.mem is enabled
15 for each port in the device’s hierarchy.
16
18 -e, --endpoint
19 Toggle from treating the port arguments as Switch Port identifiers
20 to Endpoint Port identifiers.
21
22 -m, --enable-memdevs
23 Try to enable descendant memdevs after enabling the port. Recall
24 that a memdev is only enabled after all CXL ports in its device
25 topology ancestry are enabled.
26
27 --debug
28 Turn on additional debug messages including library debug.
29
31 Copyright © 2016 - 2022, Intel Corporation. License GPLv2: GNU GPL
32 version 2 http://gnu.org/licenses/gpl.html. This is free software: you
33 are free to change and redistribute it. There is NO WARRANTY, to the
34 extent permitted by law.
35
37 linkcxl:cxl-disable-port[1]
38
39
40
41 08/03/2023 CXL-ENABLE-PORT(1)