From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8CF42C1B0F2 for ; Wed, 20 Jun 2018 06:38:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 47CD920846 for ; Wed, 20 Jun 2018 06:38:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 47CD920846 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752595AbeFTGic (ORCPT ); Wed, 20 Jun 2018 02:38:32 -0400 Received: from mga18.intel.com ([134.134.136.126]:64907 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751311AbeFTGi2 (ORCPT ); Wed, 20 Jun 2018 02:38:28 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jun 2018 23:38:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,246,1526367600"; d="scan'208";a="48458988" Received: from rchatre-mobl.amr.corp.intel.com (HELO [10.252.136.24]) ([10.252.136.24]) by fmsmga007.fm.intel.com with ESMTP; 19 Jun 2018 23:38:27 -0700 Subject: Re: [PATCH V5 00/38] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling To: Thomas Gleixner Cc: fenghua.yu@intel.com, tony.luck@intel.com, vikas.shivappa@linux.intel.com, gavin.hindman@intel.com, jithu.joseph@intel.com, dave.hansen@intel.com, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org References: <85f6cdc2-e801-2def-def8-112be862b3a7@intel.com> From: Reinette Chatre Message-ID: Date: Tue, 19 Jun 2018 23:38:25 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas, On 6/19/2018 11:21 PM, Thomas Gleixner wrote: > On Tue, 19 Jun 2018, Reinette Chatre wrote: >> I am sorry for adding confusion by keeping the changelog from previous >> versions with each new submission. v3 had 39 patches with the last patch >> depending on Mike's work. I removed that final patch in v4, planning to >> resubmit it when Mike's work has been merged since it seems the API I >> used may change. > > Nothing to be sorry about. I just wanted to make sure, that I'm not missing > something, > > All in all this was a very enjoyable read through and the whole thing is > very well done! I played around with the exclusive mode and it's a useful > improvement: it immediately catched that I'm not able to count :) Thank you so much for creating time to consider and review this work. Your valuable feedback is greatly appreciated. I will be vigilant for any issues that arise from this inclusion. Reinette