Re: [PATCH 3/5] selftests/resctrl: Refactor feature check to use resource and feature name

2023-09-14 Thread Ilpo Järvinen
On Wed, 13 Sep 2023, Reinette Chatre wrote: > On 9/13/2023 4:02 AM, Ilpo Järvinen wrote: > > On Tue, 12 Sep 2023, Reinette Chatre wrote: > >> On 9/11/2023 4:19 AM, Ilpo Järvinen wrote: > >>> Feature check in validate_resctrl_feature_request() takes in the test > >>> name string and maps that to wha

Re: [PATCH 3/5] selftests/resctrl: Refactor feature check to use resource and feature name

2023-09-13 Thread Reinette Chatre
Hi Ilpo, On 9/13/2023 4:02 AM, Ilpo Järvinen wrote: > On Tue, 12 Sep 2023, Reinette Chatre wrote: >> On 9/11/2023 4:19 AM, Ilpo Järvinen wrote: >>> Feature check in validate_resctrl_feature_request() takes in the test >>> name string and maps that to what to check per test. >>> >>> Pass resource a

Re: [PATCH 3/5] selftests/resctrl: Refactor feature check to use resource and feature name

2023-09-13 Thread Ilpo Järvinen
On Tue, 12 Sep 2023, Reinette Chatre wrote: > On 9/11/2023 4:19 AM, Ilpo Järvinen wrote: > > Feature check in validate_resctrl_feature_request() takes in the test > > name string and maps that to what to check per test. > > > > Pass resource and feature names to validate_resctrl_feature_request()

Re: [PATCH 3/5] selftests/resctrl: Refactor feature check to use resource and feature name

2023-09-12 Thread Reinette Chatre
Hi Ilpo, On 9/11/2023 4:19 AM, Ilpo Järvinen wrote: > Feature check in validate_resctrl_feature_request() takes in the test > name string and maps that to what to check per test. > > Pass resource and feature names to validate_resctrl_feature_request() > directly rather than deriving them from th

[PATCH 3/5] selftests/resctrl: Refactor feature check to use resource and feature name

2023-09-11 Thread Ilpo Järvinen
Feature check in validate_resctrl_feature_request() takes in the test name string and maps that to what to check per test. Pass resource and feature names to validate_resctrl_feature_request() directly rather than deriving them from the test name inside the function which makes the feature check e