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

From: Reinette Chatre
Date: Wed Dec 13 2023 - 16:59:52 EST


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 every test without varying the call signature.
>
> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
> ---

Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>

Reinette