Re: [PATCH v3 3/4] selftests/resctrl: Add support for MBM and MBA tests on AMD

2024-06-20 Thread Moger, Babu
Hi Reinette, On 6/14/24 13:39, Reinette Chatre wrote: > Hi Babu, > > On 6/5/24 3:45 PM, Babu Moger wrote: >> Add support to read UMC (Unified Memory Controller) perf events to compare >> the numbers with QoS monitor for AMD. >> >> Signed-off-by: Babu Moger >> --- >> v3: Made read_from_mc_dir fun

Re: [PATCH v3 3/4] selftests/resctrl: Add support for MBM and MBA tests on AMD

2024-06-14 Thread Reinette Chatre
Hi Babu, On 6/5/24 3:45 PM, Babu Moger wrote: Add support to read UMC (Unified Memory Controller) perf events to compare the numbers with QoS monitor for AMD. Signed-off-by: Babu Moger --- v3: Made read_from_mc_dir function generic to both AMD and Intel. Rest are mostly related to rebase.

[PATCH v3 3/4] selftests/resctrl: Add support for MBM and MBA tests on AMD

2024-06-05 Thread Babu Moger
Add support to read UMC (Unified Memory Controller) perf events to compare the numbers with QoS monitor for AMD. Signed-off-by: Babu Moger --- v3: Made read_from_mc_dir function generic to both AMD and Intel. Rest are mostly related to rebase. v2: Replace perror with ksft_perror. --- tools/