RE: [PATCH 0/8] tests/unit/test-smp-sparse: Misc Cleanup and Add Module Test

2024-05-29 Thread Ma, Yongwei
On 2024/5/30 10:45, Yongwei Ma wrote: > Hi, > > Since the module support has landed in x86, and it's time to add the > module's -smp test cases to cover the relevant code path. > > This series adds the module tests to ensure that this new level does not > break the current topology information

[PATCH 0/8] tests/unit/test-smp-sparse: Misc Cleanup and Add Module Test

2024-05-29 Thread Zhao Liu
Hi, Since the module support has landed in x86, and it's time to add the module's -smp test cases to cover the relevant code path. This series adds the module tests to ensure that this new level does not break the current topology information calculations. It also includes some misc cleanup.