Re: [Xen-devel] [v2 1/3] x86: refactor psr implementation in hypervisor.

2016-10-10 Thread Yi Sun
On 16-10-10 01:34:47, Jan Beulich wrote: > >>> On 09.10.16 at 08:43, wrote: > > On 16-09-30 17:18:33, Konrad Rzeszutek Wilk wrote: > >> On Thu, Sep 22, 2016 at 10:15:20AM +0800, Yi Sun wrote: > >> > Current psr.c is designed for supporting L3 CAT/CDP. It has many > >> >

Re: [Xen-devel] [v2 1/3] x86: refactor psr implementation in hypervisor.

2016-10-10 Thread Jan Beulich
>>> On 09.10.16 at 08:43, wrote: > On 16-09-30 17:18:33, Konrad Rzeszutek Wilk wrote: >> On Thu, Sep 22, 2016 at 10:15:20AM +0800, Yi Sun wrote: >> > Current psr.c is designed for supporting L3 CAT/CDP. It has many >> > limitations to add new feature. Considering to

Re: [Xen-devel] [v2 1/3] x86: refactor psr implementation in hypervisor.

2016-10-09 Thread Yi Sun
Thanks for reviewing the patches! Sorry for late to reply because Oct 1 to 7 is China National Holiday. On 16-09-30 17:18:33, Konrad Rzeszutek Wilk wrote: > On Thu, Sep 22, 2016 at 10:15:20AM +0800, Yi Sun wrote: > > Current psr.c is designed for supporting L3 CAT/CDP. It has many > > limitations

Re: [Xen-devel] [v2 1/3] x86: refactor psr implementation in hypervisor.

2016-09-30 Thread Konrad Rzeszutek Wilk
On Thu, Sep 22, 2016 at 10:15:20AM +0800, Yi Sun wrote: > Current psr.c is designed for supporting L3 CAT/CDP. It has many > limitations to add new feature. Considering to support more PSR > features, we need refactor PSR implementation to make it more > flexible and fulfill the principle, open

[Xen-devel] [v2 1/3] x86: refactor psr implementation in hypervisor.

2016-09-21 Thread Yi Sun
Current psr.c is designed for supporting L3 CAT/CDP. It has many limitations to add new feature. Considering to support more PSR features, we need refactor PSR implementation to make it more flexible and fulfill the principle, open for extension but closed for modification. The core of the