On Sat, Dec 14, 2024 at 08:58:36PM -0600, Ira Weiny wrote: > cxl_test provides a good way to ensure quick smoke and regression > testing. The complexity of DCD and the new sparse DAX regions required > to use them benefits greatly with a series of smoke tests. > > The only part of the kernel stack which must be bypassed is the actual > irq of DCD events. However, the event processing itself can be tested > via cxl_test calling directly into the event processing. > > In this way the rest of the stack; management of sparse regions, the > extent device lifetimes, and the dax device operations can be tested. > > Add Dynamic Capacity Device tests for kernels which have DCD support. > > Signed-off-by: Ira Weiny <ira.we...@intel.com>
Ira, This looks awesome but I'm going to wait for all the things updated to try it out. Shellcheck has some complaints for you to consider before the next rev. --snip to end