Re: [Xen-devel] [PATCH RESEND v5 07/24] x86: refactor psr: implement get value flow.

2017-02-07 Thread Konrad Rzeszutek Wilk
On Tue, Feb 07, 2017 at 10:47:01AM +0800, Yi Sun wrote: > Hi, > > Thanks for reviewing! I agree with your comments except below one. Could you > please check my response? > > On 17-01-31 15:29:34, Konrad Rzeszutek Wilk wrote: > > On Thu, Jan 19, 2017 at 02:01:09PM +0800, Yi Sun wrote: > > > +int

Re: [Xen-devel] [PATCH RESEND v5 07/24] x86: refactor psr: implement get value flow.

2017-02-06 Thread Yi Sun
Hi, Thanks for reviewing! I agree with your comments except below one. Could you please check my response? On 17-01-31 15:29:34, Konrad Rzeszutek Wilk wrote: > On Thu, Jan 19, 2017 at 02:01:09PM +0800, Yi Sun wrote: > > +int psr_get_val(struct domain *d, unsigned int socket, > > +

Re: [Xen-devel] [PATCH RESEND v5 07/24] x86: refactor psr: implement get value flow.

2017-01-31 Thread Konrad Rzeszutek Wilk
On Thu, Jan 19, 2017 at 02:01:09PM +0800, Yi Sun wrote: > This patch implements get value flow including L3 CAT callback > function. > > It also changes domctl interface to make it more general. > > With this patch, 'psr-cat-show' can work for L3 CAT. Could you add: "but not for L3 code/data wh

[Xen-devel] [PATCH RESEND v5 07/24] x86: refactor psr: implement get value flow.

2017-01-18 Thread Yi Sun
This patch implements get value flow including L3 CAT callback function. It also changes domctl interface to make it more general. With this patch, 'psr-cat-show' can work for L3 CAT. Signed-off-by: Yi Sun --- v5: - rename 'dat[]' to 'data[]' - modify variables names to make them better