From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752647AbdHXIXP (ORCPT ); Thu, 24 Aug 2017 04:23:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62107 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751845AbdHXIXN (ORCPT ); Thu, 24 Aug 2017 04:23:13 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 33901C04B32C Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jolsa@redhat.com Date: Thu, 24 Aug 2017 10:23:10 +0200 From: Jiri Olsa To: Andi Kleen Cc: Andi Kleen , peterz@infradead.org, acme@kernel.org, jolsa@kernel.org, linux-kernel@vger.kernel.org, Joe Mario Subject: Re: [PATCH v5 3/4] perf, tools: Add support for printing new mem_info encodings Message-ID: <20170824082310.GA23655@krava> References: <20170816222156.19953-1-andi@firstfloor.org> <20170816222156.19953-4-andi@firstfloor.org> <20170823130148.GA7736@krava> <20170823140032.GE28715@tassilo.jf.intel.com> <20170823141401.GA16889@krava> <20170823155900.GK2482@two.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170823155900.GK2482@two.firstfloor.org> User-Agent: Mutt/1.8.3 (2017-05-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 24 Aug 2017 08:23:13 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 23, 2017 at 08:59:00AM -0700, Andi Kleen wrote: > > so if I find HITM with this flag set I should count it > > as remote HITM then? something like attached.. untested > > You mean for c2c? Yes looks reasonable. yes, it seems to fix c2c to find remote HITMs again on skylake.. I'll post the full patch soon thanks, jirka