Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752633AbdI0PLh (ORCPT ); Wed, 27 Sep 2017 11:11:37 -0400 Received: from 8bytes.org ([81.169.241.247]:43634 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751932AbdI0PLg (ORCPT ); Wed, 27 Sep 2017 11:11:36 -0400 Date: Wed, 27 Sep 2017 17:11:33 +0200 From: Joerg Roedel To: Robin Murphy Cc: iommu@lists.linux-foundation.org, thunder.leizhen@huawei.com, nwatters@codeaurora.org, tomasz.nowicki@caviumnetworks.com, dwoods@mellanox.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 0/6] Optimise 64-bit IOVA allocations Message-ID: <20170927151133.bsdalf67br3p3hj2@8bytes.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1094 Lines: 28 On Thu, Sep 21, 2017 at 04:52:41PM +0100, Robin Murphy wrote: > v4: https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1493704.html > > Right, this is hopefully the last version - I've put things back in a > sensible order with the new additions at the end, so if they prove > contentious the first 4 previously-tested patches can still get their > time in -next. Patch #3 is updated to fix the bug brought to light by > Tomasz, patch #6 includes the cleanup afterthought from v4, and I've > nobbled one or two rogue whitespace changes I'd missed before. > > And the diffstat is still even more negative than before, hooray! For > the whole series, the total code size reduction of alloc_iova() comes > to just over 26% (AArch64 GCC 6.3.1). > > Robin. > > > Robin Murphy (3): > iommu/iova: Extend rbtree node caching > iommu/iova: Add rbtree anchor node > iommu/iova: Simplify cached node logic > > Zhen Lei (3): > iommu/iova: Optimise rbtree searching > iommu/iova: Optimise the padding calculation > iommu/iova: Make dma_32bit_pfn implicit Applied, thanks Robin.