Forum Discussion
Altera_Forum
Honored Contributor
12 years agoAfter some discussion I don't believe read latency is an issue as long as the reads commands arrive at the RC at random times. This will mean the read of the
flag will at some time occur just after the system core has set the flag ... I still need to get the posted writes in the bridge at the same time as the read completion to check for PCI ordering rule violations. The device driver guy said I need to add wmb() between the posted writes to the endpoint and the setting of the flag in the system memory.