Eli Qiao
0ab409ccc4
Expose resource control capabilities for caches
Add cache resource control into capabilities for CAT without CDP:
<cache>
<bank id='0' level='3' type='unified' size='15360' unit='KiB' cpus='0-5'>
<control min='768' unit='KiB' scope='both' max_allocation='4'/>
</bank>
</cache>
and with CDP:
<cache>
<bank id='0' level='3' type='unified' size='15360' unit='KiB' cpus='0-5'>
<control min='768' unit='KiB' scope='code' max_allocation='4'/>
<control min='768' unit='KiB' scope='data' max_allocation='4'/>
</bank>
</cache>
Also add new test cases for vircaps2xmltest.
Signed-off-by: Eli Qiao <liyong.qiao@intel.com>
2017-06-05 09:50:51 +02:00
..
2017-05-26 10:44:05 -04:00
2017-06-05 09:50:51 +02:00
2017-04-27 22:07:14 +02:00
2014-04-15 21:07:59 +02:00
2017-03-26 18:35:14 +04:00
2017-05-26 10:44:05 -04:00
2014-04-16 10:45:55 +02:00
2017-03-27 10:22:15 -04:00
2017-02-07 13:52:06 -05:00
2017-01-26 09:59:56 +01:00
2017-05-26 10:44:05 -04:00
2016-04-14 14:00:33 -04:00
2016-09-09 08:20:05 -04:00
2016-07-01 15:46:57 -04:00
2017-03-29 10:36:55 +02:00
2014-12-16 15:47:56 +01:00