]> Git Repo - linux.git/commit
x86/resctrl: Enumerate per-thread MBA controls
authorFenghua Yu <[email protected]>
Mon, 24 Aug 2020 19:11:20 +0000 (12:11 -0700)
committerBorislav Petkov <[email protected]>
Wed, 26 Aug 2020 15:46:12 +0000 (17:46 +0200)
commite48cb1a3fb9165009fe318e1db2fde10d303c1d3
tree72288e2501e3010113c871b76428c915877192ba
parent709c4362725abb5fa1e36fd94893a9b0d049df82
x86/resctrl: Enumerate per-thread MBA controls

Some systems support per-thread Memory Bandwidth Allocation (MBA) which
applies a throttling delay value to each hardware thread instead of to
a core. Per-thread MBA is enumerated by CPUID.

No feature flag is shown in /proc/cpuinfo. User applications need to
check a resctrl throttling mode info file to know if the feature is
supported.

Signed-off-by: Fenghua Yu <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Babu Moger <[email protected]>
Reviewed-by: Reinette Chatre <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/include/asm/cpufeatures.h
arch/x86/kernel/cpu/cpuid-deps.c
arch/x86/kernel/cpu/scattered.c
This page took 0.05804 seconds and 4 git commands to generate.