Re: [PATCH v2 4/4] selftests/resctrl: Enable MBA/MBA tests on AMD

2024-05-30 Thread Moger, Babu
Hi Reinette, On 5/9/24 16:11, Reinette Chatre wrote: > > > On 4/26/2024 12:06 AM, Ilpo Järvinen wrote: >> On Thu, 25 Apr 2024, Babu Moger wrote: >> >>> Enable MBA/MBM tests if UMC (Unified Memory Controller) support is >>> available on the system. Tests will be skipped otherwise. >>> >>> Update

Re: [PATCH v2 4/4] selftests/resctrl: Enable MBA/MBA tests on AMD

2024-05-09 Thread Reinette Chatre
On 4/26/2024 12:06 AM, Ilpo Järvinen wrote: > On Thu, 25 Apr 2024, Babu Moger wrote: > >> Enable MBA/MBM tests if UMC (Unified Memory Controller) support is >> available on the system. Tests will be skipped otherwise. >> >> Update noncont_cat_run_test to check for vendor. AMD supports >> non

Re: [PATCH v2 4/4] selftests/resctrl: Enable MBA/MBA tests on AMD

2024-04-26 Thread Moger, Babu
Hi Ilpo, On 4/26/2024 2:06 AM, Ilpo Järvinen wrote: On Thu, 25 Apr 2024, Babu Moger wrote: Enable MBA/MBM tests if UMC (Unified Memory Controller) support is available on the system. Tests will be skipped otherwise. Update noncont_cat_run_test to check for vendor. AMD supports non contiguous

Re: [PATCH v2 4/4] selftests/resctrl: Enable MBA/MBA tests on AMD

2024-04-26 Thread Ilpo Järvinen
On Thu, 25 Apr 2024, Babu Moger wrote: > Enable MBA/MBM tests if UMC (Unified Memory Controller) support is > available on the system. Tests will be skipped otherwise. > > Update noncont_cat_run_test to check for vendor. AMD supports > non contiguous CBM masks but does not report it via CPUID. >

[PATCH v2 4/4] selftests/resctrl: Enable MBA/MBA tests on AMD

2024-04-25 Thread Babu Moger
Enable MBA/MBM tests if UMC (Unified Memory Controller) support is available on the system. Tests will be skipped otherwise. Update noncont_cat_run_test to check for vendor. AMD supports non contiguous CBM masks but does not report it via CPUID. Signed-off-by: Babu Moger ---