Re: [PATCH V2 07/13] selftests/resctrl: Only support measured read operation

2024-09-30 Thread Reinette Chatre
Hi Ilpo, On 9/30/24 6:52 AM, Ilpo Järvinen wrote: > On Thu, 12 Sep 2024, Reinette Chatre wrote: >> diff --git a/tools/testing/selftests/resctrl/resctrl.h >> b/tools/testing/selftests/resctrl/resctrl.h >> index 51f5f4b25e06..ba1ce1b35699 100644 >> --- a/tools/testing/selftests/resctrl/resctrl.h >

Re: [PATCH V2 07/13] selftests/resctrl: Only support measured read operation

2024-09-30 Thread Ilpo Järvinen
On Thu, 12 Sep 2024, Reinette Chatre wrote: > The CMT, MBM, and MBA tests rely on a benchmark to generate > memory traffic. By default this is the "fill_buf" benchmark that > can be replaced via the "-b" command line argument. > > The original intent of the "-b" command line parameter was > to re

[PATCH V2 07/13] selftests/resctrl: Only support measured read operation

2024-09-12 Thread Reinette Chatre
The CMT, MBM, and MBA tests rely on a benchmark to generate memory traffic. By default this is the "fill_buf" benchmark that can be replaced via the "-b" command line argument. The original intent of the "-b" command line parameter was to replace the default "fill_buf" benchmark, but the implement