x86/intel_rdt: Intel Memory bandwidth allocation
From: | Vikas Shivappa <vikas.shivappa-AT-linux.intel.com> | |
To: | vikas.shivappa-AT-intel.com, x86-AT-kernel.org, linux-kernel-AT-vger.kernel.org | |
Subject: | [PATCH 0/8 V4] x86/intel_rdt: Intel Memory bandwidth allocation | |
Date: | Fri, 7 Apr 2017 17:33:49 -0700 | |
Message-ID: | <1491611637-20417-1-git-send-email-vikas.shivappa@linux.intel.com> | |
Cc: | hpa-AT-zytor.com, tglx-AT-linutronix.de, mingo-AT-kernel.org, ravi.v.shankar-AT-intel.com, tony.luck-AT-intel.com, fenghua.yu-AT-intel.com, vikas.shivappa-AT-linux.intel.com |
Sending another version of MBA patch series with changes to V3 version as per Thomas feedback here: https://marc.info/?l=linux-kernel&m=149125664024881 Changes: - Fixed the wrong names in struct document for rdt_domain - Changed the mba and cache ctrl values to have seperate structs and put them in a union in rdt_resource structure. patch applies on tip x86/cpus [PATCH 1/8] Documentation, x86: Intel Memory bandwidth allocation [PATCH 2/8] x86/intel_rdt/mba: Generalize the naming to get ready for [PATCH 3/8] x86/intel_rdt/mba: Memory b/w allocation feature detect [PATCH 4/8] x86/intel_rct/mba: Add MBA structures and initialize MBA [PATCH 5/8] x86/intel_rdt: Prep to add info files for MBA [PATCH 6/8] x86/intel_rdt/mba: Add info directory files for MBA [PATCH 7/8] x86/intel_rdt: Prep to add schemata file for MBA [PATCH 8/8] x86/intel_rdt/mba: Add schemata file support for MBA