From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751202AbdGMGcl (ORCPT ); Thu, 13 Jul 2017 02:32:41 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:32828 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751180AbdGMGcj (ORCPT ); Thu, 13 Jul 2017 02:32:39 -0400 Date: Thu, 13 Jul 2017 16:32:28 +1000 From: Balbir Singh To: =?UTF-8?B?SsOpcsO0bWU=?= Glisse Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, John Hubbard , David Nellans , Dan Williams , Michal Hocko Subject: Re: [PATCH 0/5] Cache coherent device memory (CDM) with HMM v4 Message-ID: <20170713163228.5b49eea9@firefly.ozlabs.ibm.com> In-Reply-To: <20170712180607.2885-1-jglisse@redhat.com> References: <20170712180607.2885-1-jglisse@redhat.com> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id v6D6Wj1V028106 On Wed, 12 Jul 2017 14:06:02 -0400 Jérôme Glisse wrote: > Changes since v3: > - change name to device host (s/DEVICE_PUBLIC/DEVICE_HOST/) I think you've mis-interpreted what Dan said The message @ http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1441839.html states "I was suggesting MEMORY_DEVICE_HOST for persistent memory and MEMORY_DEVICE_PUBLIC as you want for CDM." I guess we get to keep DEVICE_PUBLIC and move persistent memory to MEMORY_DEVICE_HOST Balbir Singh