[PATCH v5 3/5] bnx2x: Eliminate duplicate barriers on weakly-ordered archs
From: davem@davemloft.net (David Miller)
Date: 2018-03-23 17:16:59
Also in:
linux-arm-msm, lkml, netdev
From: davem@davemloft.net (David Miller)
Date: 2018-03-23 17:16:59
Also in:
linux-arm-msm, lkml, netdev
From: Sinan Kaya <redacted> 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.