|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RESEND v5 01/24] docs: create L2 Cache Allocation Technology (CAT) feature document
Thanks a lot for reviewing the patches! Sorry for late to reply. I am on
vacation for Chinese New Year now. :)
On 17-01-30 13:10:33, Konrad Rzeszutek Wilk wrote:
> On Thu, Jan 19, 2017 at 02:01:03PM +0800, Yi Sun wrote:
> > + 2. Feature list node
> > +
> > + ```
> > + struct feat_node {
> > + enum psr_feat_type feature;
> > + struct feat_ops ops;
> > + struct psr_cat_hw_info info;
> > + uint64_t cos_reg_val[MAX_COS_REG_NUM];
> > + struct list_head list;
> > + };
> > + ```
> > +
> > + When a PSR enforcement feature is enabled, it will be added into a
> > + feature list. The head of the list is created in psr initialization.
> > +
> > + - Member `feature`
> > +
> > + `feature` is an integer number, to indicate which feature the list
> > entry
> > + corresponds to.
> > +
> > + - Member `ops`
> > +
> > + `ops` maintains a callback function list of the feature. It will
> > be introduced
> > + in details later.
>
> ??? Like by each patch to this document?
>
Do you mean 'Like by "which" patch to this document'? Shall I input the patch
title which
BRs,
Sun Yi
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |