Re: [PATCH v3 24/29] selftests/resctrl: Create struct for input parameters

2023-12-13 Thread Reinette Chatre
Hi Ilpo, On 12/11/2023 4:18 AM, Ilpo Järvinen wrote: > resctrl_tests reads a set of parameters and passes them individually > for each tests which causes variations in the call signature between > the tests. > > Add struct input_params to hold all input parameters. It can be easily > passed to ev

[PATCH v3 24/29] selftests/resctrl: Create struct for input parameters

2023-12-11 Thread Ilpo Järvinen
resctrl_tests reads a set of parameters and passes them individually for each tests which causes variations in the call signature between the tests. Add struct input_params to hold all input parameters. It can be easily passed to every test without varying the call signature. Signed-off-by: Ilpo