From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v5 3/5] bnx2x: Eliminate duplicate barriers on weakly-ordered archs Date: Fri, 23 Mar 2018 13:16:56 -0400 (EDT) Message-ID: <20180323.131656.2151525994998240049.davem@davemloft.net> References: <4bd9ccd2-df8f-acad-2513-eefe065dc852@codeaurora.org> <20180323.130418.2223623186761161723.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, timur@codeaurora.org, sulrich@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, ariel.elior@cavium.com, everest-linux-l2@cavium.com, linux-kernel@vger.kernel.org To: okaya@codeaurora.org Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Sinan Kaya Date: Fri, 23 Mar 2018 13:13:46 -0400 > We have decided to drop a similar patch on Infiniband due to incorrect > usage of barrier(). If you feel strongly about it, I can remove the > DOORBELL change. Either remove the DOORBELL change or properly adjust the barrier() to be a wmb(). Be sure to mention this in the commit message, explicitly. Thank you.