From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yQBTw04sKzDqlM for ; Mon, 30 Oct 2017 09:04:19 +1100 (AEDT) Date: Mon, 30 Oct 2017 09:04:17 +1100 From: Paul Mackerras To: Ram Pai Cc: "Aneesh Kumar K.V" , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 00/16] Remove hash page table slot tracking from linux PTE Message-ID: <20171029220417.GA3317@fergus.ozlabs.ibm.com> References: <20171027040833.3644-1-aneesh.kumar@linux.vnet.ibm.com> <20171027043430.GA27483@fergus.ozlabs.ibm.com> <20171028223532.GA5587@ram.oc3035372033.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20171028223532.GA5587@ram.oc3035372033.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Oct 28, 2017 at 03:35:32PM -0700, Ram Pai wrote: > > I like the idea of not tracking the slots at all. It is something the > guest should not be knowing or tracking. Why do you say that? Paul.