On Wed, Feb 07, 2024 at 10:19:36AM -0700, Dave Jiang wrote: > Add libcxl API to retrieve the QoS class for the root decoder. Also add > support to display the QoS class for the root decoder through the 'cxl > list' command. The qos_class is the QTG ID of the CFMWS window that > represents the root decoder. > > Reviewed-by: Alison Schofield <[email protected]> > Signed-off-by: Dave Jiang <[email protected]> > ---
-snip- > @@ -136,6 +136,7 @@ int cmd_list(int argc, const char **argv, struct cxl_ctx > *ctx) > param.regions = true; > /*fallthrough*/ > case 0: > + param.qos = true; > break; > } Add qos to the -vvv explainer in Documentation/cxl/cxl-list.txt
