From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-x241.google.com (mail-pf0-x241.google.com [IPv6:2607:f8b0:400e:c00::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3tShH40QZ5zDvnX for ; Tue, 29 Nov 2016 22:32:32 +1100 (AEDT) Received: by mail-pf0-x241.google.com with SMTP id y68so8214696pfb.1 for ; Tue, 29 Nov 2016 03:32:31 -0800 (PST) Subject: Re: [PATCH v7 0/7] Radix pte update tlbflush optimizations. To: "Aneesh Kumar K.V" , benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au References: <20161128061704.4914-1-aneesh.kumar@linux.vnet.ibm.com> Cc: linuxppc-dev@lists.ozlabs.org From: Balbir Singh Message-ID: <5687de37-0669-82f3-3d1d-735f3db79cf4@gmail.com> Date: Tue, 29 Nov 2016 22:32:22 +1100 MIME-Version: 1.0 In-Reply-To: <20161128061704.4914-1-aneesh.kumar@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 28/11/16 17:16, Aneesh Kumar K.V wrote: > Changes from v6: > * restrict the new pte bit to radix and DD1 config > > Changes from V5: > Switch to use pte bits to track page size. > > This series looks much better, I wish there was a better way of avoiding to have to pass the address to the ptep function, but I guess we get to live with it forever Balbir Singh.