From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from newverein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41yBkN31TlzDqwb for ; Sat, 25 Aug 2018 18:52:59 +1000 (AEST) Date: Sat, 25 Aug 2018 10:55:00 +0200 From: Christoph Hellwig To: Thiago Jung Bauermann Cc: linuxppc-dev@lists.ozlabs.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Alexey Kardashevskiy , Anshuman Khandual , Benjamin Herrenschmidt , Christoph Hellwig , Michael Ellerman , Mike Anderson , Paul Mackerras , Ram Pai , Anshuman Khandual Subject: Re: [RFC PATCH 11/11] powerpc/svm: Increase SWIOTLB buffer size Message-ID: <20180825085500.GA5991@lst.de> References: <20180824025933.24319-1-bauerman@linux.ibm.com> <20180824025933.24319-12-bauerman@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180824025933.24319-12-bauerman@linux.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > +config SWIOTLB_DEFAULT_SIZE > + int "Size of Software I/O TLB buffer (in MiB)" > + default "1024" > + depends on PPC_SVM > + This belongs into kernel/dma/Kconfig. That being said I really don't see why this should be a user visible Kconfig.