Re: [PATCH v3 2/4] selftests/resctrl: Pass sysfs controller name of the vendor

2024-06-20 Thread Moger, Babu
Hi Reinette, On 6/14/24 13:38, Reinette Chatre wrote: > Hi Babu, > > Subject and changelog mentions how controller name is "passed" but the > patch does not seem to "pass" anything new. Sure. Will change the subject to this. Also will update the commit message. selftests/resctrl: Dynamically de

Re: [PATCH v3 2/4] selftests/resctrl: Pass sysfs controller name of the vendor

2024-06-14 Thread Reinette Chatre
Hi Babu, Subject and changelog mentions how controller name is "passed" but the patch does not seem to "pass" anything new. On 6/5/24 3:45 PM, Babu Moger wrote: The test detects number of memory controllers by looking at the sysfs file system. Detect the vendor to pass the controller name appro

[PATCH v3 2/4] selftests/resctrl: Pass sysfs controller name of the vendor

2024-06-05 Thread Babu Moger
The test detects number of memory controllers by looking at the sysfs file system. Detect the vendor to pass the controller name appropriately. So, that rest of the code will be generic and can be used to support other vendors. Also change the search to look for the full string "uncore_imc_". Repl