about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-03 17:51:04 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-03 17:51:04 -0700
commitd1addb107351273219c4637ba8557bda86902f69 (patch)
tree0fdefaa518797270daef90e0f1e4fad63ed639d3 /users/fcuny
parentsite: remove unnecessary elements (diff)
downloadworld-d1addb107351273219c4637ba8557bda86902f69.tar.gz
content: update PCIe doc
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/notes/content/notes/stuff-about-pcie.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/users/fcuny/notes/content/notes/stuff-about-pcie.org b/users/fcuny/notes/content/notes/stuff-about-pcie.org
index 4d1a825..eeb0b16 100644
--- a/users/fcuny/notes/content/notes/stuff-about-pcie.org
+++ b/users/fcuny/notes/content/notes/stuff-about-pcie.org
@@ -15,7 +15,10 @@ The most common versions are 3 and 4, while 5 is starting to be available with n
 |   5 | 128b/130b | 32.0GT/s      | 3938 MB/s  | 7.877 GB/s  | 15.75 GB/s | 31.51 GB/s | 63.02 GB/s  |
 |   6 | 128b/130  | 64.0 GT/s     | 7877 MB/s  | 15.754 GB/s | 31.51 GB/s | 63.02 GB/s | 126.03 GB/s |
 
-This is a [[https://community.mellanox.com/s/article/understanding-pcie-configuration-for-maximum-performance][useful]] link to understand the formula: Maximum PCIe Bandwidth = *SPEED* * *WIDTH* * (1 - ENCODING) - 1Gb/s.
+This is a [[https://community.mellanox.com/s/article/understanding-pcie-configuration-for-maximum-performance][useful]] link to understand the formula:
+#+begin_quote
+Maximum PCIe Bandwidth = *SPEED* * *WIDTH* * (1 - ENCODING) - 1Gb/s.
+#+end_quote
 
 We remove 1Gb/s for protocol overhead and error corrections. The main difference between the generations besides the supported speed is the encoding overhead of the packet. For generations 1 and 2, each packet sent on the PCIe has 20% PCIe headers overhead. This was improved in generation 3, where the overhead was reduced to 1.5% (2/130) - see [[https://en.wikipedia.org/wiki/8b/10b_encoding][8b/10b encoding]] and [[https://en.wikipedia.org/wiki/64b/66b_encoding][128b/130b encoding]].