Google Grupper har inte längre stöd för nya Usenet-inlägg eller -prenumerationer. Historiskt innehåll förblir synligt.
Stäng

PCIe latency

1 visning
Hoppa till det första olästa meddelandet

Joseph H Allen

oläst,
22 aug. 2006 13:24:352006-08-22
till

Hello,

Suppose I have a PCIe core in an FPGA on a PCIe card plugged into a modern
PC. What read latency should I expect? How much time is it from when I
submit a request to the PCIe core to read from the PC's main memory to when
I get back the first datum from the PCIe core? How does this compare to
PCI-X?

We're architecting a new system and trying to get typical FPGA-based PCIe
latency values.

Also, we're looking for recommendations for an 8-lane PCIe development/eval
card. Which cards are people using?

Thanks
--
/* jha...@world.std.com (192.74.137.5) */ /* Joseph H. Allen */
int a[1817];main(z,p,q,r){for(p=80;q+p-80;p-=2*a[p])for(z=9;z--;)q=3&(r=time(0)
+r*57)/7,q=q?q-1?q-2?1-p%79?-1:0:p%79-77?1:0:p<1659?79:0:p>158?-79:0,q?!a[p+q*2
]?a[p+=a[p+=q]=q]=q:0:0;for(;q++-1817;)printf(q%79?"%c":"%c\n"," #"[!a[q-1]]);}

Kolja Sulimma

oläst,
23 aug. 2006 02:41:222006-08-23
till
Joseph H Allen schrieb:

> Hello,
>
> Suppose I have a PCIe core in an FPGA on a PCIe card plugged into a modern
> PC. What read latency should I expect? How much time is it from when I
> submit a request to the PCIe core to read from the PC's main memory to when
> I get back the first datum from the PCIe core? How does this compare to
> PCI-X?
The bottom line for all PCI variants if you want performance is:
DON'T READ.

Not only the PCI standards but also the chipsets are designed around the
concept that data is written back by a bus master device.

On some modern mainboards we see something like 10 PCI33 clock cycles
between consecutive reads by the processor. Those reads are adjacent
assembler instructions in the source code. This means that the chipset
one the mainboard thinks really hard about these read accesses and maybe
takes a nap inbetween.
What we also see is that one 128-bit read instruction is split into two
64-bit read accesses on PCI and PCIe.

Kolja Sulimma

Okänd

oläst,
23 aug. 2006 10:32:382006-08-23
till
dont know about PCI Express, but in normal PCI reads are INEFFICENT. it easily takes 10 retries (motherboard dependant) before the first dword gets into the device.
0 nya meddelanden