From: Ilpo Järvinen Date: Mon, 10 Jun 2024 15:14:55 +0000 (+0300) Subject: selftests/resctrl: Remove mongrp from MBA test X-Git-Tag: v6.11-rc1~164^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64b0795192a8f7fa6baaeda2631a4134aa2c7e12;p=thirdparty%2Fkernel%2Flinux.git selftests/resctrl: Remove mongrp from MBA test Nothing during MBA test uses mongrp even if it has been defined ever since the introduction of the MBA test in the commit 01fee6b4d1f9 ("selftests/resctrl: Add MBA test"). Remove the mongrp from MBA test. Signed-off-by: Ilpo Järvinen Tested-by: Babu Moger Reviewed-by: Reinette Chatre Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/resctrl/mba_test.c b/tools/testing/selftests/resctrl/mba_test.c index 5538a0032c0e7..725227caf1c72 100644 --- a/tools/testing/selftests/resctrl/mba_test.c +++ b/tools/testing/selftests/resctrl/mba_test.c @@ -166,7 +166,6 @@ static int mba_run_test(const struct resctrl_test *test, const struct user_param struct resctrl_val_param param = { .resctrl_val = MBA_STR, .ctrlgrp = "c1", - .mongrp = "m1", .filename = RESULT_FILE_NAME, .init = mba_init, .setup = mba_setup,