From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yPzsT2cjqzDqkH for ; Mon, 30 Oct 2017 01:05:33 +1100 (AEDT) Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v9TE4S8n022594 for ; Sun, 29 Oct 2017 10:05:30 -0400 Received: from e06smtp13.uk.ibm.com (e06smtp13.uk.ibm.com [195.75.94.109]) by mx0b-001b2d01.pphosted.com with ESMTP id 2dwepqbggh-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Sun, 29 Oct 2017 10:05:30 -0400 Received: from localhost by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sun, 29 Oct 2017 14:05:29 -0000 From: "Aneesh Kumar K.V" To: Ram Pai Cc: Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 00/16] Remove hash page table slot tracking from linux PTE In-Reply-To: <20171028223532.GA5587@ram.oc3035372033.ibm.com> References: <20171027040833.3644-1-aneesh.kumar@linux.vnet.ibm.com> <20171027043430.GA27483@fergus.ozlabs.ibm.com> <20171028223532.GA5587@ram.oc3035372033.ibm.com> Date: Sun, 29 Oct 2017 19:35:23 +0530 MIME-Version: 1.0 Content-Type: text/plain Message-Id: <87zi8a123g.fsf@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Ram Pai writes: > On Fri, Oct 27, 2017 at 10:57:13AM +0530, Aneesh Kumar K.V wrote: >> >> > >> >> > > > What does 'With series and no hcall' mean? does it mean -- no calls to new hcalls, > instead use H_READ_4 followed by old HCALLs? That is correct. > > And I am assuming the code is not using any of my slot-move-to-secondary-pte changes. > That is correct. -aneesh