Re: [PATCH v3 05/38] x86/resctrl: Use schema type to determine the schema format string

From: Reinette Chatre
Date: Fri Jun 28 2024 - 12:44:20 EST


Hi James,

On 6/14/24 8:00 AM, James Morse wrote:
Resctrl's architecture code gets to specify a format string that is
used when printing schema entries. This is expected to be one of two
values that the filesystem code supports.

Setting this format string allows the architecture code to change
the ABI resctrl presents to user-space.

Instead, use the schema format enum to choose which format string to
use.

Signed-off-by: James Morse <james.morse@xxxxxxx>
---

Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>

Reinette