Re: [PATCH v3 6/8] arg_parser: added common core string and heuristic parsers

2023-12-07 Thread Bruce Richardson
On Thu, Dec 07, 2023 at 04:18:16PM +, Euan Bourke wrote: > Two new functions, the first is a 'heuristic parser' which examines a > string describing a set of cores and determines based off heuristics > whether its a coremask or a corelist. > > Second is a 'combined parser' which calls the firs

[PATCH v3 6/8] arg_parser: added common core string and heuristic parsers

2023-12-07 Thread Euan Bourke
Two new functions, the first is a 'heuristic parser' which examines a string describing a set of cores and determines based off heuristics whether its a coremask or a corelist. Second is a 'combined parser' which calls the first function and then based off the returned value will call the relevant