From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752667AbdFNVU2 (ORCPT ); Wed, 14 Jun 2017 17:20:28 -0400 Received: from mga09.intel.com ([134.134.136.24]:30063 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752450AbdFNVU0 (ORCPT ); Wed, 14 Jun 2017 17:20:26 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,341,1493708400"; d="scan'208";a="980933729" Subject: Re: [HMM-CDM 0/5] Cache coherent device memory (CDM) with HMM To: =?UTF-8?B?SsOpcsO0bWUgR2xpc3Nl?= , linux-kernel@vger.kernel.org, linux-mm@kvack.org References: <20170614201144.9306-1-jglisse@redhat.com> Cc: John Hubbard , David Nellans , cgroups@vger.kernel.org, Dan Williams , Ross Zwisler , Johannes Weiner , Michal Hocko , Vladimir Davydov , Balbir Singh , Aneesh Kumar , "Paul E . McKenney" , Benjamin Herrenschmidt From: Dave Hansen Message-ID: <8219f8fb-65bb-7c6b-6c4c-acc0601c1e0f@intel.com> Date: Wed, 14 Jun 2017 14:20:23 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170614201144.9306-1-jglisse@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/14/2017 01:11 PM, Jérôme Glisse wrote: > Cache coherent device memory apply to architecture with system bus > like CAPI or CCIX. Device connected to such system bus can expose > their memory to the system and allow cache coherent access to it > from the CPU. How does this interact with device memory that's enumerated in the new ACPI 6.2 HMAT? That stuff is also in the normal e820 and, by default, treated as normal system RAM. Would this mechanism be used for those devices as well? http://www.uefi.org/sites/default/files/resources/ACPI_6_2.pdf