[linux-yocto] [PATCH] x86/resctrl: Rename INTEL_RDT to RESCTRL

He Zhe zhe.he at windriver.com
Wed Mar 20 18:54:22 PDT 2019



On 3/21/19 2:47 AM, Bruce Ashfield wrote:
> On Wed, Mar 20, 2019 at 3:24 AM <zhe.he at windriver.com> wrote:
>> From: He Zhe <zhe.he at windriver.com>
>>
>> The following upstream commits have renamed INTEL_RDT to RESCTRL.
>> 6fe07ce35e8a ("x86/resctrl: Rename the config option INTEL_RDT to RESCTRL")
>> e6d429313ea5 ("x86/resctrl: Avoid confusion over the new X86_RESCTRL config")
>>
> You forgot to mention which kernel versions this was for. Looking at
> the commits you
> are referencing, only 5.0 has them, so I assume you are looking at 5.0
> and master ?

Yes, only for 5.0

Zhe

>
> Bruce
>
>> Signed-off-by: He Zhe <zhe.he at windriver.com>
>> ---
>>  bsp/intel-x86/intel-x86-64.cfg | 4 ++--
>>  bsp/intel-x86/intel-x86.cfg    | 4 ++--
>>  2 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/bsp/intel-x86/intel-x86-64.cfg b/bsp/intel-x86/intel-x86-64.cfg
>> index e66b93b..cd09102 100644
>> --- a/bsp/intel-x86/intel-x86-64.cfg
>> +++ b/bsp/intel-x86/intel-x86-64.cfg
>> @@ -40,8 +40,8 @@ CONFIG_CRYPTO_DEV_QAT_C62XVF=m
>>  CONFIG_CRYPTO_DEV_QAT_DH895xCC=m
>>  CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m
>>
>> -# Intel Resource Director Technology support
>> -CONFIG_INTEL_RDT=y
>> +# x86 CPU resource control support
>> +CONFIG_X86_CPU_RESCTRL=y
>>
>>  # Processor type and features
>>  CONFIG_NR_CPUS=256
>> diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg
>> index dff54fe..548a620 100644
>> --- a/bsp/intel-x86/intel-x86.cfg
>> +++ b/bsp/intel-x86/intel-x86.cfg
>> @@ -342,8 +342,8 @@ CONFIG_TOUCHSCREEN_ZFORCE=m
>>  CONFIG_DRM_NOUVEAU=m
>>  CONFIG_DRM_NOUVEAU_BACKLIGHT=y
>>
>> -# Intel RDT support
>> -CONFIG_INTEL_RDT=y
>> +# x86 CPU resource control support
>> +CONFIG_X86_CPU_RESCTRL=y
>>
>>  # Intel RAPL
>>  CONFIG_IOSF_MBI=y
>> --
>> 2.7.4
>>
>



More information about the linux-yocto mailing list