Commit 86ab45eb authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 15a9ccef
...@@ -92,7 +92,7 @@ digraph { ...@@ -92,7 +92,7 @@ digraph {
rx_no_delay [label="net rx\nno delay" style=filled fillcolor=lightyellow]; rx_no_delay [label="net rx\nno delay" style=filled fillcolor=lightyellow];
nocstates [label="disable >C1" style=filled fillcolor=lightyellow]; nocstates [label="disable >C1" style=filled fillcolor=lightyellow];
tcp_latency [label="TCP RR\nlatency"]; tcp_latency [label="TCP RR\nlatency"];
rtl_tcp_2eth [label="RTL: TCP RR ↑ 400μs\n on 1 eth.f -> 2 eth.f"]; rtl_tcp_2eth [label="RTL: TCP RR ↑ 400μs\n on 1 eth.f -> 2 eth.f" style=filled fillcolor=oldlace];
rtl_patch [label="r8169 patch\nethtool -C" style=filled fillcolor=lightyellow]; rtl_patch [label="r8169 patch\nethtool -C" style=filled fillcolor=lightyellow];
......
...@@ -339,7 +339,7 @@ ...@@ -339,7 +339,7 @@
</g> </g>
<!-- rtl_tcp_2eth --> <!-- rtl_tcp_2eth -->
<g id="node30" class="node"><title>rtl_tcp_2eth</title> <g id="node30" class="node"><title>rtl_tcp_2eth</title>
<ellipse fill="none" stroke="black" cx="839.747" cy="-26.8701" rx="102.561" ry="26.7407"/> <ellipse fill="oldlace" stroke="black" cx="839.747" cy="-26.8701" rx="102.561" ry="26.7407"/>
<text text-anchor="middle" x="839.747" y="-30.6701" font-family="Times,serif" font-size="14.00">RTL: TCP RR ↑ 400μs</text> <text text-anchor="middle" x="839.747" y="-30.6701" font-family="Times,serif" font-size="14.00">RTL: TCP RR ↑ 400μs</text>
<text text-anchor="middle" x="839.747" y="-15.6701" font-family="Times,serif" font-size="14.00"> on 1 eth.f &#45;&gt; 2 eth.f</text> <text text-anchor="middle" x="839.747" y="-15.6701" font-family="Times,serif" font-size="14.00"> on 1 eth.f &#45;&gt; 2 eth.f</text>
</g> </g>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment