mbox series

[ndctl,0/2] Use CXL regions in daxctl-create unit test

Message ID cover.1724813664.git.alison.schofield@intel.com
Headers show
Series Use CXL regions in daxctl-create unit test | expand

Message

Alison Schofield Aug. 28, 2024, 3:14 a.m. UTC
From: Alison Schofield <alison.schofield@intel.com>

efi_fake_mem support was removed from the kernel in v6.11 making
this unit test SKIP, unable to find the hmem regions that relied
upon the fake devices.

Pivoting to use the already available CXL regions seems like a
good fit. The setup changes but the same DAX test functionality
remains unchanged.

Please take a look.


Alison Schofield (2):
  test/daxctl-create.sh: use bash math syntax to find available size
  test/daxctl-create.sh: use CXL DAX regions instead of efi_fake_mem

 test/daxctl-create.sh | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)