Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1723199pxj; Wed, 19 May 2021 12:21:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxUK8MGaPvZzUEJDPBsr6ml0oU0wpZ+n9FyJZgc3u2v0n/pEXtbpCJnWccKeGOK4cfcohbA X-Received: by 2002:a17:906:dcb:: with SMTP id p11mr707074eji.117.1621452071589; Wed, 19 May 2021 12:21:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621452071; cv=none; d=google.com; s=arc-20160816; b=BwE2NnrYIBfbiEKlRYtlVTCf8G5YA9W9+hbWploFcvD9CRvQWwjpG4mwg2Og99t9U9 nEweWOyk1l9CnPULQ869gHd3gIMHrU/BX9dBpmg1K+gBZFt5hIQ/TtTb+jrcDUv5rJct TRxT7aQ9RYKgR9CS1fYY9OxxLSjNz7KuDc2AdGn5GyiXRM2nQYBkF1aiM0B9PJFk45eu wgVPqe0BhS41LEysQBW99eMCfAbe+heY5j9yfd/x+3gcRETU5StDt+L9xDVNWybQpWru ftOrVFfCEHiTxzhI/JGmXB9lw7r8SWp+j+EEqX3yeOuc7JoesGakuRsxCqasYfpmvtFy fhjA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=yy/Vphg/FRHpkw1vHzTo9/BifPa4JoOfWnkBOtgrZzs=; b=hyL42lUFUi363vjfbh417i3HcR2KMi0bg92USxt3wXEQpPZrH2lJ+bdau8+RdtEmtn BDJZXlGdfwz51ywJJ26e8d4TSGtrSan7CQYgYEbG40H7fSBb/JCp+vV/s3lPn6awFfzb CGGqqPtcVr2v9tOrXfGWmbxtfYkyAfFEGD3RtqeBHg6P9smFuC3vopvRQ0/vQEBBVl3T hL4/r4JyyOoM3Q9FFP2WonZR39tbbE0rpg2guWhegmSbl0V764sTLRAIwbfR+hIRpzFN uVn3k+WK//wc7Qi1xkdm/U23RGbavScyVkzGDqcMqhJDOFVhdkbWwEs6eQZNPTFzs5St 3W4w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w13si132482ede.340.2021.05.19.12.20.45; Wed, 19 May 2021 12:21:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238270AbhESG6X (ORCPT + 99 others); Wed, 19 May 2021 02:58:23 -0400 Received: from verein.lst.de ([213.95.11.211]:36976 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232019AbhESG6V (ORCPT ); Wed, 19 May 2021 02:58:21 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id ADB9468B05; Wed, 19 May 2021 08:56:58 +0200 (CEST) Date: Wed, 19 May 2021 08:56:58 +0200 From: Christoph Hellwig To: Drew Fustini Cc: Christoph Hellwig , Guo Ren , Anup Patel , Palmer Dabbelt , wefu@redhat.com, lazyparser@gmail.com, linux-riscv , Linux Kernel Mailing List , linux-arch , linux-sunxi@lists.linux.dev, Guo Ren , paul.walmsley@sifive.com Subject: Re: [PATCH RFC 0/3] riscv: Add DMA_COHERENT support Message-ID: <20210519065658.GB31590@lst.de> References: <1621400656-25678-1-git-send-email-guoren@kernel.org> <20210519052048.GA24853@lst.de> <20210519060617.GA28397@lst.de> <20210519065431.GB3076809@x1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210519065431.GB3076809@x1> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 18, 2021 at 11:54:31PM -0700, Drew Fustini wrote: > Isn't it a good goal for Linux to support the capabilities present in > the SoC that a currently being fab'd? > > I believe the CMO group only started last year [1] so the RV64GC SoCs > that are going into mass production this year would not have had the > opporuntiy of utilizing any RISC-V ISA extension for handling cache > management. Then the vendors need to push harder. This problem has been known for years but ignored by the vendors.