Re: [PATCH V15 05/11] x86/intel_rdt: Add Class of service management

2015-11-04 Thread Luiz Capitulino
On Thu, 1 Oct 2015 23:09:39 -0700 Fenghua Yu wrote: > Adds some data-structures and APIs to support Class of service > management(closid). There is a new clos_cbm table which keeps a 1:1 > mapping between closid and capacity bit mask (cbm) > and a count of usage of closid. Each task would be

Re: [PATCH V15 05/11] x86/intel_rdt: Add Class of service management

2015-11-04 Thread Luiz Capitulino
On Thu, 1 Oct 2015 23:09:39 -0700 Fenghua Yu wrote: > Adds some data-structures and APIs to support Class of service > management(closid). There is a new clos_cbm table which keeps a 1:1 > mapping between closid and capacity bit mask (cbm) > and a count of usage of closid.

[PATCH V15 05/11] x86/intel_rdt: Add Class of service management

2015-10-02 Thread Fenghua Yu
Adds some data-structures and APIs to support Class of service management(closid). There is a new clos_cbm table which keeps a 1:1 mapping between closid and capacity bit mask (cbm) and a count of usage of closid. Each task would be associated with a Closid at a time and this patch adds a new

[PATCH V15 05/11] x86/intel_rdt: Add Class of service management

2015-10-02 Thread Fenghua Yu
Adds some data-structures and APIs to support Class of service management(closid). There is a new clos_cbm table which keeps a 1:1 mapping between closid and capacity bit mask (cbm) and a count of usage of closid. Each task would be associated with a Closid at a time and this patch adds a new