Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755758AbdDLW7K (ORCPT ); Wed, 12 Apr 2017 18:59:10 -0400 Received: from mga09.intel.com ([134.134.136.24]:57815 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752765AbdDLW7H (ORCPT ); Wed, 12 Apr 2017 18:59:07 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,191,1488873600"; d="scan'208";a="845138071" Date: Wed, 12 Apr 2017 15:59:41 -0700 (PDT) From: Shivappa Vikas X-X-Sender: vikas@vshiva-Udesk To: Vikas Shivappa cc: vikas.shivappa@intel.com, x86@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com, tglx@linutronix.de, mingo@kernel.org, ravi.v.shankar@intel.com, tony.luck@intel.com, fenghua.yu@intel.com Subject: Re: [PATCH 0/8 V4] x86/intel_rdt: Intel Memory bandwidth allocation In-Reply-To: <1491611637-20417-1-git-send-email-vikas.shivappa@linux.intel.com> Message-ID: References: <1491611637-20417-1-git-send-email-vikas.shivappa@linux.intel.com> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1160 Lines: 31 Hello Thomas, This series has minor changes with respect to V3 addressing all your comments. Was wondering if there was any feedback or if we still have a chance for 4.12. Thanks, Vikas On Fri, 7 Apr 2017, Vikas Shivappa wrote: > 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 >