From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755319AbbESHml (ORCPT ); Tue, 19 May 2015 03:42:41 -0400 Received: from casper.infradead.org ([85.118.1.10]:50810 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755235AbbESHmk (ORCPT ); Tue, 19 May 2015 03:42:40 -0400 Date: Tue, 19 May 2015 09:42:36 +0200 From: Peter Zijlstra To: Thomas Gleixner Cc: LKML , Vikas Shivappa , x86@kernel.org, Matt Fleming , Will Auld , Kanaka Juvva Subject: Re: [patch 0/6] x86, perf, cqm: Cleanups and preparation for RDT/CAT Message-ID: <20150519074236.GE19282@twins.programming.kicks-ass.net> References: <20150518234114.574556332@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150518234114.574556332@linutronix.de> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 19, 2015 at 12:00:48AM -0000, Thomas Gleixner wrote: > While reviewing the RDT/CAT patches I had to look into the perf CQM > code. As usual when my review mood reaches the grumpiness level, I > start to poke around in the code some more and find stuff which really > sucks. > > Here is a step by step patch series, which cleans up and clarifies the > code and prepares it for reuasage of the PQR cache for the RDT/CAT > stuff. > > Compile tested only. > > Shameless hint @Intel: I have no access to a box with CQM/RDT :) Thanks!