selftests/resctrl: Disable MBA and MBM tests for AMD

For now, disable MBA and MBM tests for AMD. Deciding test pass/fail
is not clear right now. We can enable when we have some clarity.

Signed-off-by: Babu Moger <babu.moger@amd.com>
Co-developed-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
Babu Moger
2020-01-16 13:32:45 -08:00
committed by Shuah Khan
parent c0327e1d7c
commit 85f553d24a
2 changed files with 4 additions and 4 deletions

View File

@@ -64,8 +64,8 @@ static void show_cache_info(unsigned long sum_llc_perf_miss, int no_of_bits,
allocated_cache_lines * 100;
printf("%sok CAT: cache miss rate within %d%%\n",
abs((int)diff_percent) > MAX_DIFF_PERCENT ? "not " : "",
MAX_DIFF_PERCENT);
!is_amd && abs((int)diff_percent) > MAX_DIFF_PERCENT ?
"not " : "", MAX_DIFF_PERCENT);
tests_run++;
printf("# Percent diff=%d\n", abs((int)diff_percent));
printf("# Number of bits: %d\n", no_of_bits);