From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753146AbdGMUMM (ORCPT ); Thu, 13 Jul 2017 16:12:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58004 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753065AbdGMUMJ (ORCPT ); Thu, 13 Jul 2017 16:12:09 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com AC2F17A165 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jglisse@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com AC2F17A165 Date: Thu, 13 Jul 2017 16:12:05 -0400 From: Jerome Glisse To: Balbir Singh 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: <20170713201205.GA1979@redhat.com> References: <20170712180607.2885-1-jglisse@redhat.com> <20170713163228.5b49eea9@firefly.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170713163228.5b49eea9@firefly.ozlabs.ibm.com> User-Agent: Mutt/1.8.2 (2017-04-18) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Thu, 13 Jul 2017 20:12:09 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 13, 2017 at 04:32:28PM +1000, Balbir Singh wrote: > 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." Oh i missed that email :( is was lost in long spam thread in my inbox. Well i will likely repost a new version of HMM-CDM and with updated name then. Jérôme