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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60C4CC433F5 for ; Thu, 18 Nov 2021 19:15:23 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CDD3A61266 for ; Thu, 18 Nov 2021 19:15:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org CDD3A61266 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D1D9682FA8; Thu, 18 Nov 2021 20:15:14 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="oWUk0ZKK"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CF14682F95; Thu, 18 Nov 2021 20:15:08 +0100 (CET) Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id AB1F782982 for ; Thu, 18 Nov 2021 20:14:59 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x833.google.com with SMTP id j17so7169412qtx.2 for ; Thu, 18 Nov 2021 11:14:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=MQ76MpierjrBD7rAppa1KIXbNJ+ms4Lk/Id49vzLahw=; b=oWUk0ZKKBgnE4H5EuYZ/3J/oRgr35u/iuftkMOuxdzFxir5J3GkazmCThOWZDidVWB 3H+8oSoaWTx3wFEca+vMeb4eUabmyTsZSjtbb2UWmDpZlLEnjcs8vBw3bJuZanZK3MWq NF5SC6HFsn9rCuw/Q3FBNReQXoaUXl6qo/wcQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=MQ76MpierjrBD7rAppa1KIXbNJ+ms4Lk/Id49vzLahw=; b=tdu2z95HX0/41lWF4jnBmLDmJnLM2+FQgPxsU5pG/cR5UxhV/3CRPACN4uZf/kpNAr ZnRLUZ0Pfg44hxf2n/YF4F+RQN5sLo88na7729g+fuuqZvOiGPRk8pmVkRWQvbiyqhpg N+4W/cHrLCMa1bHAQMQh1j+90Ugr9DsQIyVwFSRcoljck7UI4G4LUr4XuqeBdlpZZDEI u0doy4ThTwGB/ggKU0J0sZSkzgcFMxK9zuErVZgEcexyRu+Lhf60BWFSGQDf9nbjBk9H Y/OlR7xR/Mrxcd4RPzxoBaRupY02fHxZbESTGQONJBdlRqezgJs8m3gTjS2w5eKiF2hW LoPg== X-Gm-Message-State: AOAM531OAUK102EmiDFCN8kLC+FU1UdUXwcEl1cNH61f1E2s+qRbftfG NjbqXdR+SObPW+T0gA66TPkz1Q== X-Google-Smtp-Source: ABdhPJzeHym4T9I3COmNrSOpAFC56fgW+dNTnCFQnnKg8hb6W9RsQJPiqTmKqRuSiXzHLCbYT4UM9Q== X-Received: by 2002:ac8:5806:: with SMTP id g6mr29570311qtg.125.1637262898554; Thu, 18 Nov 2021 11:14:58 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-6986-0eb7-a1cc-35fa.res6.spectrum.com. [2603:6081:7b01:cbda:6986:eb7:a1cc:35fa]) by smtp.gmail.com with ESMTPSA id r4sm279711qtu.21.2021.11.18.11.14.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Nov 2021 11:14:58 -0800 (PST) Date: Thu, 18 Nov 2021 14:14:56 -0500 From: Tom Rini To: Jon Lin Cc: Bin Meng , u-boot@lists.denx.de, xxm@rock-chips.com, Lin Shawn , zyf@rock-chips.com, Kever Yang Subject: Re: [PATCH v3 2/2] nvme: Fix error in nvme_setup_prps Message-ID: <20211118191456.GJ24579@bill-the-cat> References: <20211019104049.v3.1.Ic581ec99f46b6dfa2e0b1922e670a333ac859e82@changeid> <20211019104049.v3.2.Iea14d1fdd56dcd7674565d29b827c242301a0600@changeid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tNxygRpKsumvhHvm" Content-Disposition: inline In-Reply-To: <20211019104049.v3.2.Iea14d1fdd56dcd7674565d29b827c242301a0600@changeid> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --tNxygRpKsumvhHvm Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 19, 2021 at 10:40:54AM +0800, Jon Lin wrote: > Consulting to "NVM Express=AE Base Specification, revision 2.0". >=20 > If more PRP List pages are required, then the last entry of > the PRP List contains the Page Base Address of the next PRP > List page. The next PRP List page shall be memory page aligned. >=20 > Signed-off-by: Jon Lin > Reviewed-by: Shawn Lin Applied to u-boot/next, thanks! --=20 Tom --tNxygRpKsumvhHvm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGWpi8ACgkQFHw5/5Y0 tywShgv+M3uJkUn+rd+cMHJEGq1NRjZsJPwcq9MBr+Hgu+OfbhU0Lrj1kwcxFJWo 89sH6jYI5ZvNlD9urdr2ss7wVM3LKx+WQVzn6XsW0k0bI4/0QwY05FjpN8H/vNsz LAlSlw3k3A+Tbn98qlRZoDoRnXfSfHWSNojpJT8jXDurzRnsvEiHGTMFb7q7mwz2 uuUWqhYUeLYxS9iyvye+bOTcIJ2HjRuH4iavto2ipOoCH9xS0w8FtlL9J8WNmGtw QvlaARe4E+ws8yLjBdkjTof28bEizIey7cXYQmenVU1a/Q5TzWyFrUEYq9S/rpIq U7YqnnCwjAo2DZNahDgoYP1wcrYlz11zhqVaLYPOs8vYxB6GRSC28DSODn8Ta34h TyEqox5n2RQF6ZSAOBCzmqrdlGFCG0huXWQdJ8mXvzoojaRf2tZ6w3nU9Uoofrhz vguWzUJnIgR1cBBaLTko3XkAoV9xXiPYQqSqJPclPAJaa484p+Dez1wAeYxIwCRU RRWD+NUs =tMcX -----END PGP SIGNATURE----- --tNxygRpKsumvhHvm--