Re: [PATCH 24.03 2/4] arg_parser: add new coremask parsing API

2023-11-23 Thread Bruce Richardson
On Wed, Nov 22, 2023 at 04:45:48PM +, Euan Bourke wrote: > Add new coremask parsing API. This API behaves similarly to the corelist > parsing > API, parsing the coremask string, filling its values into the cores array. > General tip - commit log messages are generally wrapped at 72 character

[PATCH 24.03 2/4] arg_parser: add new coremask parsing API

2023-11-22 Thread Euan Bourke
Add new coremask parsing API. This API behaves similarly to the corelist parsing API, parsing the coremask string, filling its values into the cores array. The API also returns a 'count' which corresponds to the total number of cores in the coremask string. Signed-off-by: Euan Bourke --- lib/ar