From mboxrd@z Thu Jan 1 00:00:00 1970 From: okaya@codeaurora.org Subject: Re: RFC on writel and writel_relaxed Date: Mon, 26 Mar 2018 08:11:47 -0400 Message-ID: <495123579cbc031ca7f1a6b0b305db18@codeaurora.org> References: <3611eabe-2999-1482-b2b4-6d216bbe4762@codeaurora.org> <4e5c745a-8b9b-959e-8893-d99cd6032484@codeaurora.org> <1521692689.16434.293.camel@kernel.crashing.org> <1521726722.16434.312.camel@kernel.crashing.org> <5ccdb208-4664-0a7f-df5d-2e12cbe4c239@codeaurora.org> <1521764168.16434.324.camel@kernel.crashing.org> <20180326114449.GC6579@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180326114449.GC6579@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Sender: "Linuxppc-dev" To: Will Deacon Cc: linux-rdma@vger.kernel.org, Oliver , linuxppc dev list , Marc Zyngier List-Id: linux-rdma@vger.kernel.org On 2018-03-26 07:44, Will Deacon wrote: > Hi Ben, > > I don't seem to have the beginning of this thread, so please bounce it > over > if you'd like me to look at it! > https://www.spinics.net/lists/linux-rdma/msg62570.html https://www.spinics.net/lists/linux-rdma/index.html#62666 > On Fri, Mar 23, 2018 at 11:16:08AM +1100, Benjamin Herrenschmidt wrote: >> On Thu, 2018-03-22 at 12:51 -0500, Sinan Kaya wrote: >> > On 3/22/2018 8:52 AM, Benjamin Herrenschmidt wrote: >> > > > > No, it's not sufficient. >> > > >> > > Just to clarify ... barrier() is just a compiler barrier, it means the >> > > compiler will generate things in the order they are written. This isn't >> > > sufficient on archs with an OO memory model, where an actual memory >> > > barrier instruction needs to be emited. >> > >> > Surprisingly, ARM64 GCC compiler generates a write barrier as >> > opposed to preventing code reordering. > > In context, this looks like a misunderstanding somewhere. barrier() is > a > compiler barrier for us just like everybody else and we use the generic > implementation with the empty asm + memory clobber. > True, I clarified it this weekend https://www.spinics.net/lists/linux-rdma/msg62788.html