<div>
                    <br>
                </div>
                <div></div>
                 
                <p style="color: #A0A0A8;">On Thursday, 22 June 2017 at 8:41 PM, Martin Kletzander wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">I missed this. Ye, you're right, thanks for showing that with a use</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">case. We could then require only the cache_id and automatically fill</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">in level and type. Migration (or rather any start) should then fail if</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">that cache_id doesn't correspond to the level and type requested. I</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">still can't find a reason for 'id', though.</div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    I agree that id, level is useless, but also type is required, the case is when</div><div>host’s enabled CDP like this:</div><div><br></div><div><div>      <bank id='0' level='3' type='both' size='15360' unit='KiB' cpus='0-5'></div><div>        <control granularity='768' unit='KiB' type='code' maxAllocs='8'/></div><div>        <control granularity='768' unit='KiB' type='data' maxAllocs='8'/></div><div>      </bank></div></div><div><br></div><div>the cachetune need to be defined as:</div><div><br></div><div><cachetune cache_id='0' type=‘l3data' size='2816' unit='KiB' vcpus=‘0,1’/></div><div><cachetune cache_id='0' type=‘l3code' size='2816' unit='KiB' vcpus=‘0,1’/></div><div><div><cachetune cache_id=‘1' type=‘l3data' size='2816' unit='KiB' vcpus=‘2,3’/></div><div><cachetune cache_id=‘1' type=‘l3code' size='2816' unit='KiB' vcpus=’2,3’/></div></div><div><br></div><div>Thought?</div><div><br></div>