Re: [PATCH v3 3/5] selftests/resctrl: Split validate_resctrl_feature_request()

2024-01-31 Thread Maciej Wieczor-Retman
Hi Ilpo, On 2024-01-25 at 13:46:51 +0200, Ilpo Järvinen wrote: >On Thu, 25 Jan 2024, Maciej Wieczor-Retman wrote: > >> validate_resctrl_feature_request() is used to test both if a resource is >> present in the info directory, and if a passed monitoring feature is >> present in the mon_features

Re: [PATCH v3 3/5] selftests/resctrl: Split validate_resctrl_feature_request()

2024-01-25 Thread Ilpo Järvinen
On Thu, 25 Jan 2024, Maciej Wieczor-Retman wrote: > validate_resctrl_feature_request() is used to test both if a resource is > present in the info directory, and if a passed monitoring feature is > present in the mon_features file. > > Refactor validate_resctrl_feature_request() into two smaller

[PATCH v3 3/5] selftests/resctrl: Split validate_resctrl_feature_request()

2024-01-25 Thread Maciej Wieczor-Retman
validate_resctrl_feature_request() is used to test both if a resource is present in the info directory, and if a passed monitoring feature is present in the mon_features file. Refactor validate_resctrl_feature_request() into two smaller functions that each accomplish one check to give feature