Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp5211087ybi; Tue, 30 Jul 2019 16:13:18 -0700 (PDT) X-Google-Smtp-Source: APXvYqxCZwMAManHj44JNGam1gveWpAVP18TjOicHjt3wMArJZkFuXmRTpK5sOzPfRdKIs8JNyOJ X-Received: by 2002:a62:b411:: with SMTP id h17mr42344663pfn.99.1564528398511; Tue, 30 Jul 2019 16:13:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564528398; cv=none; d=google.com; s=arc-20160816; b=chckZe0pIw6870yBlfQqDXBTgpCwP8FWWb+Wowoar7l5au54pTa10DvQi4Ol0i56g1 npy4bpMH+FztfFcJueB96qwOgIcXAe/ji7XoX9vdow+u/afV76JvHrHGnagrP719DfIR 4bKGsHOaRSvSNN9XrnYORyiMwxt/M2duUBVoRPZq4sb36MY+2ekCTc0vHVlwQPGm1j65 bq6gXOP1v4+cb9VuKfz2b8EwWDbplrVM8Yx7yCOXuMr3TmtQg2bquDu04P1SBz83I+QS tqnkHkeAdgjhLy9KD1Q2t51sCBG1byunjPCX7l2vVO6pHCu2cJrUJIesOi9ourSjIT45 rN/A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=BM6Cgi3VG/epQGR4ww+V/Qz8k+9JWBRXMSiuVVxjnXA=; b=0Xg/J/ifyk7z8xpbbEqKLfvOY/h7++vzH9THbxd3JDk68HeyDHfAa2WwM1uvZtjnQu 9TO3FFo8gVqQ2vcaQ45W1e1fvypfbIKF8wbY67cyAt23OkkdbJwErlhc94fyMvEoLJ/x 5H2NhQx3LbBX71ZfsyrW/bl57Ni8HlxifSlgSltaPJdK9/DY8g+5uMfm0DXbAd23w9CS Y1N99QXojGmmZ0FLONZwh1L6tFLAQziLj5irxuATv8M1AzfRIS2vH+7f/JeSyZfGxRkF TNfFGt/URuRBodwZfZRslsZUC/5uXIVVsVwKLomCQODzq7tTK8bBjBS4X26832UfwAu4 rNag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q7si54338771pjv.36.2019.07.30.16.13.03; Tue, 30 Jul 2019 16:13:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727875AbfG3UKM (ORCPT + 99 others); Tue, 30 Jul 2019 16:10:12 -0400 Received: from mga05.intel.com ([192.55.52.43]:46947 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726174AbfG3UKM (ORCPT ); Tue, 30 Jul 2019 16:10:12 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jul 2019 13:10:11 -0700 X-IronPort-AV: E=Sophos;i="5.64,327,1559545200"; d="scan'208";a="162781595" Received: from rchatre-mobl.amr.corp.intel.com (HELO [10.24.14.51]) ([10.24.14.51]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/AES256-SHA; 30 Jul 2019 13:10:11 -0700 Subject: Re: [PATCH V2 00/10] x86/CPU and x86/resctrl: Support pseudo-lock regions spanning L2 and L3 cache To: Thomas Gleixner Cc: fenghua.yu@intel.com, bp@alien8.de, tony.luck@intel.com, kuo-lang.tseng@intel.com, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org References: From: Reinette Chatre Message-ID: Date: Tue, 30 Jul 2019 13:10:08 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 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 7/30/2019 1:00 PM, Thomas Gleixner wrote: > On Tue, 30 Jul 2019, Reinette Chatre wrote: >> Patches 2 to 8 to the resctrl subsystem are preparing for the new feature >> and should result in no functional change, but some comments do refer to >> the new feature. Support for pseudo-locked regions spanning L2 and L3 cache >> is introduced in patches 9 and 10. >> >> Your feedback will be greatly appreciated. > > I've already skimmed V1 and did not find something horrible, but I want to > hand the deeper review off to Borislav who should return from his well > earned vacation soon. Thank you very much. I look forward to working with Borislav on his return. Reinette