Skip to content

Commit

Permalink
smdk v1.2.2 - functionality coverage :
Browse files Browse the repository at this point in the history
Even though a version of BIOS and/or CXL device does not provide DVSEC ID info,
the commit allows listing CXL device information and node grouping.

    Signed-off-by: KyungsanKim <ks0204.kim@samsung.com>
    Signed-off-by: WonjaeLee <wj28.lee@samsung.com>
  • Loading branch information
KyungsanKim committed Sep 28, 2022
1 parent 2cd3b4b commit 42d71cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/cxl_cli/cxl/smdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
#define SYSFS_DAX_BIND "/sys/bus/dax/drivers/device_dax/bind"
#define SYSFS_DAX_UNBIND "/sys/bus/dax/drivers/device_dax/unbind"

#define SYSFS_CXL_DEVICES "/sys/bus/cxl/devices"
#define SYSFS_CXL_NODE "/sys/bus/cxl/nodes"
#define SYSFS_CXL_DEVICES "/sys/kernel/cxl/devices"
#define SYSFS_PCI_DEVICES "/sys/bus/pci/devices"
#define SYSFS_NODE_POSSIBLE "/sys/devices/system/node/possible"
#define SYSFS_NODE_HAS_CPU "/sys/devices/system/node/has_cpu"
Expand Down

0 comments on commit 42d71cd

Please sign in to comment.