From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751089AbcFXKq0 (ORCPT ); Fri, 24 Jun 2016 06:46:26 -0400 Received: from mail-qk0-f193.google.com ([209.85.220.193]:36368 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750923AbcFXKqY (ORCPT ); Fri, 24 Jun 2016 06:46:24 -0400 Date: Fri, 24 Jun 2016 06:46:20 -0400 From: Konrad Rzeszutek Wilk To: Jisheng Zhang Cc: Konrad Rzeszutek Wilk , Catalin Marinas , Manjeet Pawar , linux-doc@vger.kernel.org, corbet@lwn.net, will.deacon@arm.com, linux-kernel@vger.kernel.org, ajeet.y@samsung.com, akhilesh.k@samsung.com, r.thapliyal@samsung.com, linux-arm-kernel@lists.infradead.org, pankaj.m@samsung.com Subject: Re: [PATCH] arm64:swiotlb:Enable only when Input size through command line Message-ID: <20160624104619.GA4378@localhost.localdomain> References: <1466684020-5224-1-git-send-email-manjeet.p@samsung.com> <20160623143034.GN6521@e104818-lin.cambridge.arm.com> <9A15F5E5-775E-4079-961F-67FD54B8F2F4@oracle.com> <20160624105729.095e7f1f@xhacker> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160624105729.095e7f1f@xhacker> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 24, 2016 at 10:57:29AM +0800, Jisheng Zhang wrote: > Dear Konrad, > > On Thu, 23 Jun 2016 12:06:10 -0400 Konrad Rzeszutek Wilk wrote: > > > On June 23, 2016 10:30:34 AM EDT, Catalin Marinas wrote: > > >On Thu, Jun 23, 2016 at 05:43:40PM +0530, Manjeet Pawar wrote: > > >> From: Rohit Thapliyal > > >> > > >> swiotlb default size of 64M is too big as > > >> default value therefore it is made configurable > > >> through command line through swiotlb_size parameter. > > >> swiotlb allocation shall be done only when the > > >> swiotlb size is given through command line. > > >> Otherwise no swiotlb is allocated. > > > > > >I already queued this patch: > > > > > >http://lkml.kernel.org/g/1465372426-4077-1-git-send-email-jszhang@marvell.com > > > > > >If you have any objections to it, please reply there. > > > > > > I do (sorry about duplicate email, the other got rejected by mailing lists). > > > > Why not expand the swiotlb= parameter instead of introducing a new one? > > Do you mean pass "swiotlb=" for those platforms(most probably, arm64 with less > than 4GB DDR) which don't need swiotlb? I'm afraid this is not convenient, and Why not just have a function that checks the amount of memory? x86 has that - if it finds that the machine has less than 4GB it will not setup SWIOTLB? > users even don't notice swiotlb parameter. From another side, pass "swiotlb=0" > will make the swiotlb reserve 64MB instead, so how can we achieve zero reserved > memory for swiotlb through "swiotlb=" parameter? Obviously make the function understand that 0 is to turn it off. > > PS: my patch didn't introduce new boot parameter. swiotlb_sz ? > > I'm not sure I got your meaning, so could you please comment my patch > directly? > > Thanks, > Jisheng > > > > > Also, why not use the swiotlb by itself? That does the job as well? > > > > > > _______________________________________________ > > linux-arm-kernel mailing list > > linux-arm-kernel@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >