Re: [PATCH v2 2/6] selftests/resctrl: Remove duplicate feature check from CMT test

2023-09-26 Thread Reinette Chatre
Hi Ilpo, On 9/15/2023 8:44 AM, Ilpo Järvinen wrote: > The test runner run_cmt_test() in resctrl_tests.c checks for CMT > feature and does not run cmt_resctrl_val() if CMT is not supported. > Then cmt_resctrl_val() also check is CMT is supported. > > Remove the duplicated feature check for CMT fro

[PATCH v2 2/6] selftests/resctrl: Remove duplicate feature check from CMT test

2023-09-15 Thread Ilpo Järvinen
The test runner run_cmt_test() in resctrl_tests.c checks for CMT feature and does not run cmt_resctrl_val() if CMT is not supported. Then cmt_resctrl_val() also check is CMT is supported. Remove the duplicated feature check for CMT from cmt_resctrl_val(). Signed-off-by: Ilpo Järvinen Cc: --- t