From owner-freebsd-arm@freebsd.org Mon May 14 23:32:20 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61FE0EA715D for ; Mon, 14 May 2018 23:32:20 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E10D670218 for ; Mon, 14 May 2018 23:32:19 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: f29d41d3-57ce-11e8-b234-5d9545c6b53f X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id f29d41d3-57ce-11e8-b234-5d9545c6b53f; Mon, 14 May 2018 23:31:39 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w4ENV8x9076320; Mon, 14 May 2018 17:31:08 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1526340668.32688.14.camel@freebsd.org> Subject: Re: Feedback on benchmarking results of SDHCI and MMCCAM driver From: Ian Lepore To: Udit agarwal , freebsd-questions@freebsd.org, freebsd-arm@freebsd.org, Ilya Bakulin Cc: punitvara , Christian Mauderer Date: Mon, 14 May 2018 17:31:08 -0600 In-Reply-To: References: Content-Type: text/plain; charset="ASCII" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 23:32:20 -0000 On Tue, 2018-05-15 at 02:48 +0530, Udit agarwal wrote: > Hi, > I have conducted several sd card benchmarking tests on FreeBSD 11.1, > with > both SDHCI and the newly incorporated MMCCAM driver to compare their > performance under different conditions. > I have compiled the plots and raw data in this spreadsheet. > 1fd6L7-vnlmYQpc/edit?usp=sharing>, > > Please provide some feedback on the above results. > > Regards, > Udit agarwal I'm not sure there's much use in testing with a 16MB blocksize on an sdcard. There would likely be more value in testing a few more smaller sizes, say 4, 16, 64, 256, 512k as being more representative of normal IO, especially filesystem IO. -- Ian