From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: "Maciej W. Rozycki" <macro@linux-mips.org>
Cc: David Daney <ddaney@avtrex.com>, linux-mips@linux-mips.org
Subject: Re: RFH: What are the semantics of writeb() and friends?
Date: Fri, 01 Jul 2005 20:53:15 +0100 [thread overview]
Message-ID: <1120247593.12462.38.camel@localhost.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.61L.0507011513320.30138@blysk.ds.pg.gda.pl>
On Gwe, 2005-07-01 at 15:43, Maciej W. Rozycki wrote:
> But that mentions compiler only, not CPU ordering! I understand the BIU
> of the issuing CPU and any external hardware is still permitted to
> merge/reorder these accesses unless separated by wmb()/rmb()/mb() as
I think the practical situation is that this implies ordering to the bus
interface. It might be interesting to ask the powerpc people their
experience but looking at most PCI drivers they assume this and it would
be expensive not to do so on x86.
> We have that iob() macro/call as well, so that you can push cycles out of
> the CPU domain immediately as well, which is equivalent to:
> mb();
> make_host_complete_writes();
My feeling is the default readb etc are __readb + mb + make_hos...
> So far I've been able to get away with that iob() function, but if the
> bus and buffering hierarchy gets even more complicated, there may be more
> barriers like this needed.
Agreed - and we now have the device model so we can actually do that by
passing a device pointer.
next prev parent reply other threads:[~2005-07-01 19:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-01 5:22 RFH: What are the semantics of writeb() and friends? David Daney
2005-07-01 5:22 ` David Daney
2005-07-01 9:33 ` Maciej W. Rozycki
2005-07-01 11:46 ` Alan Cox
2005-07-01 12:54 ` Maciej W. Rozycki
2005-07-01 13:31 ` Alan Cox
2005-07-01 14:43 ` Maciej W. Rozycki
2005-07-01 19:53 ` Alan Cox [this message]
2005-07-04 13:08 ` Maciej W. Rozycki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1120247593.12462.38.camel@localhost.localdomain \
--to=alan@lxorguk.ukuu.org.uk \
--cc=ddaney@avtrex.com \
--cc=linux-mips@linux-mips.org \
--cc=macro@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox