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 57F36C433FE for ; Fri, 21 Oct 2022 15:49:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229484AbiJUPtR (ORCPT ); Fri, 21 Oct 2022 11:49:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229574AbiJUPsu (ORCPT ); Fri, 21 Oct 2022 11:48:50 -0400 Received: from vps.xff.cz (vps.xff.cz [195.181.215.36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29DE8222F00; Fri, 21 Oct 2022 08:48:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xff.cz; s=mail; t=1666366753; bh=CMrmPvkFy9Rnj6R3j7QT0enTO4XoE0Vw26Epmtis0+g=; h=Date:From:To:Cc:Subject:X-My-GPG-KeyId:References:From; b=AOEvKLBb8mH5u5eqhb3ggdx4wGRkJSHhVMZlbDA6lj7TZ23qsX+M5kXwKbXYSA7zL dm61z2GB1I3COTwrpB0emSpvNhhxGFJJY9AzPLkoIQO9CvBW+OTXGJrXefYDfdhOCF GZoHMuRtRf2OZMAAscspxS669F9IH1l5GhgTp+5I= Date: Fri, 21 Oct 2022 17:39:13 +0200 From: =?utf-8?Q?Ond=C5=99ej?= Jirman To: Peter Geis Cc: Heiko Stuebner , linux-rockchip@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Michael Riesch , Nicolas Frattaroli , Sascha Hauer , Frank Wunderlich , Ezequiel Garcia , Yifeng Zhao , Johan Jonker , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM/Rockchip SoC support" , open list Subject: Re: [PATCH v2] arm64: dts: rockchip: rk356x: Fix PCIe register map and ranges Message-ID: <20221021153913.l5ry6v4mcnzcmj2v@core> Mail-Followup-To: =?utf-8?Q?Ond=C5=99ej?= Jirman , Peter Geis , Heiko Stuebner , linux-rockchip@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Michael Riesch , Nicolas Frattaroli , Sascha Hauer , Frank Wunderlich , Ezequiel Garcia , Yifeng Zhao , Johan Jonker , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM/Rockchip SoC support" , open list X-My-GPG-KeyId: EBFBDDE11FB918D44D1F56C1F9F0A873BE9777ED References: <20221005085439.740992-1-megi@xff.cz> <20221005220812.4psu6kckej63yo2z@core> <4679102.Wku2Vz74k6@phil> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Oct 21, 2022 at 09:07:50AM -0400, Peter Geis wrote: > Good Morning Heiko, > > Apologies for just getting to this, I'm still in the middle of moving > and just got my lab set back up. > > I've tested this patch series and it leads to the same regression with > NVMe drives. A loop of md5sum on two identical 4GB random files > produces the following results: > d11cf0caa541b72551ca22dc5bef2de0 test-rand.img > fad97e91da8d4fd554c895cafa89809b test-rand2.img > 2d56a7baa05c38535f4c19a2b371f90a test-rand.img > 74e8e6f93d7c3dc3ad250e91176f5901 test-rand2.img > 25cfcfecf4dd529e4e9fbbe2be482053 test-rand.img > 74e8e6f93d7c3dc3ad250e91176f5901 test-rand2.img > b9637505bf88ed725f6d03deb7065dab test-rand.img > f7437e88d524ea92e097db51dce1c60d test-rand2.img > > Before this patch series: > d11cf0caa541b72551ca22dc5bef2de0 test-rand.img > d11cf0caa541b72551ca22dc5bef2de0 test-rand2.img > d11cf0caa541b72551ca22dc5bef2de0 test-rand.img > d11cf0caa541b72551ca22dc5bef2de0 test-rand2.img > d11cf0caa541b72551ca22dc5bef2de0 test-rand.img > d11cf0caa541b72551ca22dc5bef2de0 test-rand2.img > d11cf0caa541b72551ca22dc5bef2de0 test-rand.img > d11cf0caa541b72551ca22dc5bef2de0 test-rand2.img > > Though I do love where this patch is going and would like to see if it > can be made to work, in its current form it does not. Thanks for the test. Can you please also test v1? Also please share lspci -vvv of your nvme drive, so that we can see allocated address ranges, etc. kind regards, o. > Very Respectfully, > Peter Geis