Sujet : Re: PCIe MSI-X interrupts
De : mitchalsup (at) *nospam* aol.com (MitchAlsup1)
Groupes : comp.archDate : 28. Jun 2024, 21:30:56
Autres entêtes
Organisation : Rocksolid Light
Message-ID : <51604d3edae0e25fa42520c9ac5b1928@www.novabbs.org>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Rocksolid Light
EricP wrote:
MitchAlsup1 wrote:
Seems to me that if one is sequentially consistent, then one is also
multi-copy ATOMIC.
Yes, store atomicity to each locations would be implied by SC
otherwise how could all nodes agree on the order of all updates.
Most of the time cores only need to agree about cache consistency
and this can be satisfied by causal consistency.
ATOMIC stuff is where cores starts to require SC,
and all MMI/O should be SC or SC per virtual channel.