|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v12 14/23] x86: refactor psr: CDP: implement get hw info flow.
>>> Yi Sun <yi.y.sun@xxxxxxxxxxxxxxx> 06/14/17 3:26 AM >>>
> --- a/xen/arch/x86/psr.c
> +++ b/xen/arch/x86/psr.c
> @@ -217,7 +217,21 @@ static enum psr_feat_type psr_cbm_type_to_feat_type(enum
> cbm_type type)
> {
> case PSR_CBM_TYPE_L3:
> feat_type = PSR_SOCKET_L3_CAT;
> +
> + /*
> + * If type is L3 CAT but we cannot find it in feat_props array,
> + * try CDP.
> + */
> + if ( !feat_props[feat_type] )
> + feat_type = PSR_SOCKET_L3_CDP;
> +
> break;
> +
> + case PSR_CBM_TYPE_L3_DATA:
> + case PSR_CBM_TYPE_L3_CODE:
> + feat_type = PSR_SOCKET_L3_CDP;
> + break;
I think the CAT part here would better be done as a fall-through to the CDP
cases, but I won't insist on it, i.e.
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
either way.
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |