From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754620AbbJNWdi (ORCPT ); Wed, 14 Oct 2015 18:33:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48435 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753898AbbJNWdg (ORCPT ); Wed, 14 Oct 2015 18:33:36 -0400 Date: Tue, 13 Oct 2015 18:31:27 -0300 From: Marcelo Tosatti To: Thomas Gleixner Cc: Fenghua Yu , H Peter Anvin , Ingo Molnar , Peter Zijlstra , linux-kernel , x86 , Vikas Shivappa Subject: Re: [PATCH V15 00/11] x86: Intel Cache Allocation Technology Support Message-ID: <20151013213125.GA16200@amt.cnet> References: <1443766185-61618-1-git-send-email-fenghua.yu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 11, 2015 at 09:50:12PM +0200, Thomas Gleixner wrote: > Fenghua, > > On Thu, 1 Oct 2015, Fenghua Yu wrote: > > +Cc: Marcelo > > > This series has some preparatory patches and Intel cache allocation > > support. > > > > > Changes in v15: > > - Add a global IPI to update the closid on CPUs for current tasks. > > - Other minor changes where I remove the updating of clos_cbm_table to be > > set to all 1s during init. > > - Fix a few compilation warnings. > > - Port the patches to 4.3-rc. > > What's the state of the interface discussion? I have not yet seen any > agreement on that, unless I missed the important mail. > > Aside of that, the patches miss a proper > > From: Vikas ... > > in the patch body at least for those which are untouched by you. > > Thanks, > > tglx There are a number of problems with the patches as discussed in the thread. I am rewriting the interface with ioctls, with commands similar to the syscall interface proposed.