On Thu, Apr 05, 2018 at 09:59:29AM +0300, Kalderon, Michal wrote: > This patch comes as a result of Sinan Kaya's patch: > https://patchwork.kernel.org/patch/10301863/ > > wmb usages in qedr driver have either been removed > where they were there only to order DMA accesses, > and replaced with smp_wmb and comments for the places > that the barrier was there for SMP reasons. > > Signed-off-by: Michal Kalderon <Michal.Kalderon@xxxxxxxxxx> > Signed-off-by: Ariel Elior <Ariel.Elior@xxxxxxxxxx> > --- > Changes from v1: > - Modified the smp_wmb usage comment to be clearer > --- > drivers/infiniband/hw/qedr/verbs.c | 22 ++++++++++++++++------ > 1 file changed, 16 insertions(+), 6 deletions(-) I added a fixes line and resolved the merge conflicts since Sinan's patch was already merged. Applied to for-next as it fixes a patch already accepted. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html