Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp70333pxk; Tue, 1 Sep 2020 16:33:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxxPhKaeZUYn1zBD9BnWXupANVQqPZHycpqTzUvFJ1RxliK3N9TX1rMPqK6jkndwk+LjelL X-Received: by 2002:a17:906:1fd6:: with SMTP id e22mr2428988ejt.17.1599003232721; Tue, 01 Sep 2020 16:33:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599003232; cv=none; d=google.com; s=arc-20160816; b=L3wqKaWEd2bUupbZ+fV0CzJFyiG37WGPb/GOQo6HfA5OyCdudJfW0u64BX1qM6c8qV RMSRK+EiFIo9SK9a1jW8WMy6G/rRwop6PhX7mfSidI2bV9KEhNtLfWYNYcQ6M7SShvIH EakwVZ8H34EqWrk1oiblv5gakv8W6RkRfpKS2deGdnQhySWFSwgOgz7lV0XxZ98hYZTz 6IfR6jUsco8R1IjsIqLlDB2Wu0m9jfkmPhKwsAT5bPjf58YvonTbMQ86aX1FPZWu4gae QYx04yrQLThBiBa2211D8KjQWx3ZHhXeOT8vr2iINWCN+ba1GM3gOp6Hq/B3EOdS0KCX QcWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=ZyKY67mRVvPJ5HDKgbEiWDEwO9ouM1z7uhCmJBjGIPQ=; b=UXYgbUcll8rvI8dNKQ9Lec0MuEwRkVqSuLB+gF3e7aqARJsGpLxtcEwS2Zs9vUz0O8 nnMogmVT/P3Gxp/caunIG7ifhO0/tZ4APjWpDnqn0oMkKnwcKgRf01/ZyoTJ/tGVDKOI 5rcfC40Sgp1zNfjvsVkSg6igslrNX/sZd9PKI66QZ6Jr+mCKx601z+PfqvCRTq7nukJa NkpSabI2CFuDqWHhT9LOZ9Eh0HajjPe+my5o+UofqB5pLCj875u8jOiNvtaYr01ilAjS CR3OjYMjX3Gms8bb32fRC8XWamNa9eK/t2tKfvhgepLasM1uqYALolsLlsTIUIjQi6IY 2NZQ== 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 n10si1485000eju.408.2020.09.01.16.33.29; Tue, 01 Sep 2020 16:33:52 -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 S1726377AbgIAXaV (ORCPT + 99 others); Tue, 1 Sep 2020 19:30:21 -0400 Received: from kernel.crashing.org ([76.164.61.194]:52834 "EHLO kernel.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725949AbgIAXaU (ORCPT ); Tue, 1 Sep 2020 19:30:20 -0400 X-Greylist: delayed 423 seconds by postgrey-1.27 at vger.kernel.org; Tue, 01 Sep 2020 19:30:19 EDT Received: from localhost (gate.crashing.org [63.228.1.57]) (authenticated bits=0) by kernel.crashing.org (8.14.7/8.14.7) with ESMTP id 081NMtMT027356 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 1 Sep 2020 18:22:58 -0500 Message-ID: <658051b1ba6533fef92648eba08dfdf240af7a18.camel@kernel.crashing.org> Subject: Re: [PATCH] arm64: Enable PCI write-combine resources under sysfs From: Benjamin Herrenschmidt To: Bjorn Helgaas , Clint Sbisa Cc: linux-pci@vger.kernel.org, Lorenzo Pieralisi , Catalin Marinas , Will Deacon , "linux-kernel@vger.kernel.org" Date: Wed, 02 Sep 2020 09:22:53 +1000 In-Reply-To: <20200901183702.GA196025@bjorn-Precision-5520> References: <20200901183702.GA196025@bjorn-Precision-5520> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2020-09-01 at 13:37 -0500, Bjorn Helgaas wrote: > On Mon, Aug 31, 2020 at 03:18:27PM +0000, Clint Sbisa wrote: > > Using write-combine is crucial for performance of PCI devices where > > significant amounts of transactions go over PCI BARs. > > > > arm64 supports write-combine PCI mappings, so the appropriate > > define > > has been added which will expose write-combine mappings under sysfs > > for prefetchable PCI resources. > > > > Signed-off-by: Clint Sbisa > > Fine with me, I assume Will or Catalin will apply this. Haha ! Client had sent it to them originally and I told him to resend it to linux-pci, yourself and Lorenzo :-) So the confusion is on me. Will, Catalin, it's all yours. You should have the original patch in your mbox already, otherwise: https://patchwork.kernel.org/patch/11729875/ Cheers, Ben.