From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB353C77B78 for ; Tue, 18 Apr 2023 12:07:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231287AbjDRMHg convert rfc822-to-8bit (ORCPT ); Tue, 18 Apr 2023 08:07:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231307AbjDRMHZ (ORCPT ); Tue, 18 Apr 2023 08:07:25 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37052CC1C; Tue, 18 Apr 2023 04:58:58 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id E09956431C35; Tue, 18 Apr 2023 13:58:56 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id B6Yt8ebaHouj; Tue, 18 Apr 2023 13:58:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 804F76431C58; Tue, 18 Apr 2023 13:58:56 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id XEMwWWoYDvMQ; Tue, 18 Apr 2023 13:58:56 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 60C8463CC168; Tue, 18 Apr 2023 13:58:56 +0200 (CEST) Date: Tue, 18 Apr 2023 13:58:56 +0200 (CEST) From: Richard Weinberger To: Christian Loehle Cc: Biju Das , linux-mmc , linux-renesas-soc , wsa+renesas , ulf hansson Message-ID: <1186364892.150923.1681819136247.JavaMail.zimbra@nod.at> In-Reply-To: References: <1674847756.113858.1681762124503.JavaMail.zimbra@nod.at> <971572458.117024.1681798584774.JavaMail.zimbra@nod.at> <02ceda502af34bf0af53d52598a0b71f@hyperstone.com> <522326845.127346.1681805484949.JavaMail.zimbra@nod.at> Subject: Re: Poor write performance to boot area using rcar-gen3-sdhi MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: Poor write performance to boot area using rcar-gen3-sdhi Thread-Index: jiFrfBZIr7HKS7MkHilHFl02Bun/Q/AMgGyAaB0PmjP8vxGocEw2ct+x/Z5ZwOAvOJ8Zmg== Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Christian Loehle" >> Can it be that rcar-gen3-sdhi changes some timings after switching? >> Either in software or on hardware. > > Neither should be aware of the notion of a boot or user area partition. > Anything below mmc/core isn't, if we exclude the boot operation which is read > only, so not applicable to your problem. > So also a > while true; do dd if=/dev/zero of=/dev/mmcblkXboot0 bs=128K status=progress; > done > gives you like ~50KB/s consistently? Exactly. On the other hand, the very same command on /dev/mmcblk1p13 gives me always between 17 and 20 MB/s. Thanks, //richard