Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp843649pxf; Thu, 18 Mar 2021 12:55:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx0q3jAAsv2YEnzMgmXf39neYexPBHLdWC5cE8QUb+e6UGtydk8TUJFYpyf/Qzy1tgxv41m X-Received: by 2002:a05:6402:51d4:: with SMTP id r20mr5701275edd.112.1616097339482; Thu, 18 Mar 2021 12:55:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616097339; cv=none; d=google.com; s=arc-20160816; b=GWt9TlrhwI++MZlV0tEesijkHb//7dw4qJ3Chb8AMznKP50U5vwuNKFeRjUVwhPpUU Znl35CFbjCdF/iO9X7pJ674yIxGDVAo1BkuW6Il67nVQ5f5/2D2KMi7SlpkBaPZAroxq MLe5JWe8XSBTLnmSHBV+s+r7uSa5xrk98k5KhnbmkBgUhIlH4NK27U1vOvKfR8ciPgel 3qdSCv+TxUcyAEXr1hIeA3KxEwCF6fXf5wIP0zNvRQuYx07mKPACJvrVhSt3lzUk4vax aqT//Ceggxkv0AUmaQtQ0jnFXj2gwkB3tCp7C13/hom+p7RM9DV+6AsIaWwQyrr5wCFi UOPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=qtlnWu+/qnmljLg+vndZESI+9DhA5Kr1JMHyg5vyKWI=; b=tGclHstWq9ksrWUaz96Uuw0iE+lSU1981YbE+hjRs92XoizkXFTeSjlFzgjXWWzpDM zt8Z8NmR09x5l+ljsjKC8gLImUwY2rWTZ8EVrMciQSiyUjqDDa3pogqWmP8G0IhQo3RA MuN2SejiAW2MxEBq9BUpFWLD965W0oYtnjt5RByXN686M6V8K9VJ5nIpwLeyqOyrf+OU 0PFQ8F0KYXv/KIoiQlGR40UGaO9j9H7TaHmf3mZeQ98qqxJugTI5UqtRsGqr9uCbSnCg cjDvHqXs+hjIyLH+Y49oqLCiy3YZFVr0qWmR+HgjIKlvAvE96rILoDF0/UxIOlbPaVZf J+MQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r16si2321784edw.458.2021.03.18.12.55.16; Thu, 18 Mar 2021 12:55:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232654AbhCRTyV (ORCPT + 99 others); Thu, 18 Mar 2021 15:54:21 -0400 Received: from foss.arm.com ([217.140.110.172]:47794 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230008AbhCRTxr (ORCPT ); Thu, 18 Mar 2021 15:53:47 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A8D4031B; Thu, 18 Mar 2021 12:53:46 -0700 (PDT) Received: from [10.57.50.37] (unknown [10.57.50.37]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 005C33F792; Thu, 18 Mar 2021 12:53:43 -0700 (PDT) Subject: Re: [PATCH] swiotlb: Add swiotlb=off to disable SWIOTLB To: Florian Fainelli , linux-kernel@vger.kernel.org, Christoph Hellwig Cc: Jonathan Corbet , opendmb@gmail.com, "Paul E. McKenney" , Konrad Rzeszutek Wilk , Mauro Carvalho Chehab , Viresh Kumar , Randy Dunlap , "open list:DOCUMENTATION" , Peter Zijlstra , "open list:SWIOTLB SUBSYSTEM" , Andrew Morton , Mike Kravetz , Thomas Gleixner References: <20210318191816.4185226-1-f.fainelli@gmail.com> From: Robin Murphy Message-ID: <16d1c66f-5451-2515-af73-a6b44d996e92@arm.com> Date: Thu, 18 Mar 2021 19:53:37 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-03-18 19:43, Florian Fainelli wrote: > > > On 3/18/2021 12:34 PM, Robin Murphy wrote: >> On 2021-03-18 19:22, Florian Fainelli wrote: >>> >>> >>> On 3/18/2021 12:18 PM, Florian Fainelli wrote: >>>> It may be useful to disable the SWIOTLB completely for testing or when a >>>> platform is known not to have any DRAM addressing limitations what so >>>> ever. >> >> Isn't that what "swiotlb=noforce" is for? If you're confident that we've >> really ironed out *all* the awkward corners that used to blow up if >> various internal bits were left uninitialised, then it would make sense >> to just tweak the implementation of what we already have. > > swiotlb=noforce does prevent dma_direct_map_page() from resorting to the > swiotlb, however what I am also after is reclaiming these 64MB of > default SWIOTLB bounce buffering memory because my systems run with > large amounts of reserved memory into ZONE_MOVABLE and everything in > ZONE_NORMAL is precious at that point. It also forces io_tlb_nslabs to the minimum, so it should be claiming considerably less than 64MB. IIRC the original proposal *did* skip initialisation completely, but that turned up the aforementioned issues. >> I wouldn't necessarily disagree with adding "off" as an additional alias >> for "noforce", though, since it does come across as a bit wacky for >> general use. >> >>>> Signed-off-by: Florian Fainelli >>> >>> Christoph, in addition to this change, how would you feel if we >>> qualified the swiotlb_init() in arch/arm/mm/init.c with a: >>> >>> >>> if (memblock_end_of_DRAM() >= SZ_4G) >>>     swiotlb_init(1) >> >> Modulo "swiotlb=force", of course ;) > > Indeed, we would need to handle that case as well. Does it sound > reasonable to do that to you as well? I wouldn't like it done to me personally, but for arm64, observe what mem_init() in arch/arm64/mm/init.c already does. Robin.