[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <adaiqwzsa83.fsf@cisco.com>
Date: Tue, 27 May 2008 14:33:48 -0700
From: Roland Dreier <rdreier@...co.com>
To: benh@...nel.crashing.org
Cc: Arjan van de Ven <arjan@...radead.org>, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org, tpiepho@...escale.com,
linuxppc-dev@...abs.org, scottwood@...escale.com,
torvalds@...ux-foundation.org, David Miller <davem@...emloft.net>,
alan@...rguk.ukuu.org.uk
Subject: Re: MMIO and gcc re-ordering issue
> This is a different issue. We deal with it on powerpc by having writel
> set a per-cpu flag and spin_unlock() test it, and do the barrier if
> needed there.
Cool... I assume you do this for mutex_unlock() etc?
Is there any reason why ia64 can't do this too so we can kill mmiowb and
save everyone a lot of hassle? (mips, sh and frv have non-empty
mmiowb() definitions too but I'd guess that these are all bugs based on
misunderstandings of the mmiowb() semantics...)
> However, drivers such as e1000 -also- have a wmb() between filling the
> ring buffer and kicking the DMA with MMIO, with a comment about this
> being needed for ia64 relaxed ordering.
I put these barriers into mthca, mlx4 etc, although it came from my
possible misunderstanding of the memory ordering rules in the kernel
more than any experience of problems (as opposed the the mmiowb()s,
which all came from real world bugs).
- R.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists