Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
neoppod
Commits
50b0d130
Commit
50b0d130
authored
Oct 10, 2017
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c5df0f47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
7 deletions
+20
-7
go/todo.dot
go/todo.dot
+2
-0
go/todo.svg
go/todo.svg
+18
-7
No files found.
go/todo.dot
View file @
50b0d130
...
...
@@ -82,6 +82,7 @@ digraph {
osnet_latency
->
rx_no_delay
;
osnet_latency
->
nocstates
;
osnet_latency
->
tcp_latency
;
tcp_latency
->
rtl_tcp_2eth
;
rx_no_delay
->
rtl_patch
;
...
...
@@ -89,6 +90,7 @@ digraph {
rx_no_delay
[
label
=
"net rx\nno delay"
style
=
filled
fillcolor
=
lightyellow
]
;
nocstates
[
label
=
"disable >C1"
style
=
filled
fillcolor
=
lightyellow
]
;
tcp_latency
[
label
=
"TCP RR\nlatency"
]
;
rtl_tcp_2eth
[
label
=
"RTL: TCP RR ↑ 400μs\n on 1 eth.f -> 2 eth.f"
]
;
rtl_patch
[
label
=
"r8169 patch\nethtool -C"
style
=
filled
fillcolor
=
lightyellow
]
;
}
go/todo.svg
View file @
50b0d130
...
...
@@ -305,15 +305,26 @@
<text
text-anchor=
"middle"
x=
"754"
y=
"-571.52"
font-family=
"Times,serif"
font-size=
"14.00"
>
Post
</text>
</g>
<!-- rtl_patch -->
<g
id=
"node2
8
"
class=
"node"
><title>
rtl_patch
</title>
<ellipse
fill=
"lightyellow"
stroke=
"black"
cx=
"8
40
"
cy=
"-26.8701"
rx=
"57.0522"
ry=
"26.7407"
/>
<text
text-anchor=
"middle"
x=
"8
40
"
y=
"-30.6701"
font-family=
"Times,serif"
font-size=
"14.00"
>
r8169 patch
</text>
<text
text-anchor=
"middle"
x=
"8
40
"
y=
"-15.6701"
font-family=
"Times,serif"
font-size=
"14.00"
>
ethtool
-
C
</text>
<g
id=
"node2
9
"
class=
"node"
><title>
rtl_patch
</title>
<ellipse
fill=
"lightyellow"
stroke=
"black"
cx=
"8
76
"
cy=
"-26.8701"
rx=
"57.0522"
ry=
"26.7407"
/>
<text
text-anchor=
"middle"
x=
"8
76
"
y=
"-30.6701"
font-family=
"Times,serif"
font-size=
"14.00"
>
r8169 patch
</text>
<text
text-anchor=
"middle"
x=
"8
76
"
y=
"-15.6701"
font-family=
"Times,serif"
font-size=
"14.00"
>
ethtool
-
C
</text>
</g>
<!-- rx_no_delay->rtl_patch -->
<g
id=
"edge28"
class=
"edge"
><title>
rx_no_delay
->
rtl_patch
</title>
<path
fill=
"none"
stroke=
"black"
d=
"M840,-89.2852C840,-81.3185 840,-72.4275 840,-63.9391"
/>
<polygon
fill=
"black"
stroke=
"black"
points=
"843.5,-63.874 840,-53.874 836.5,-63.8741 843.5,-63.874"
/>
<g
id=
"edge29"
class=
"edge"
><title>
rx_no_delay
->
rtl_patch
</title>
<path
fill=
"none"
stroke=
"black"
d=
"M850.413,-90.2321C853.927,-81.6677 857.913,-71.9524 861.675,-62.7825"
/>
<polygon
fill=
"black"
stroke=
"black"
points=
"864.928,-64.0752 865.486,-53.4951 858.452,-61.418 864.928,-64.0752"
/>
</g>
<!-- rtl_tcp_2eth -->
<g
id=
"node28"
class=
"node"
><title>
rtl_tcp_2eth
</title>
<ellipse
fill=
"none"
stroke=
"black"
cx=
"698"
cy=
"-26.8701"
rx=
"102.561"
ry=
"26.7407"
/>
<text
text-anchor=
"middle"
x=
"698"
y=
"-30.6701"
font-family=
"Times,serif"
font-size=
"14.00"
>
RTL: TCP RR ↑ 400μs
</text>
<text
text-anchor=
"middle"
x=
"698"
y=
"-15.6701"
font-family=
"Times,serif"
font-size=
"14.00"
>
on 1 eth.f
->
2 eth.f
</text>
</g>
<!-- tcp_latency->rtl_tcp_2eth -->
<g
id=
"edge28"
class=
"edge"
><title>
tcp_latency
->
rtl_tcp_2eth
</title>
<path
fill=
"none"
stroke=
"black"
d=
"M722.877,-90.2321C719.526,-81.8322 715.733,-72.3252 712.138,-63.3115"
/>
<polygon
fill=
"black"
stroke=
"black"
points=
"715.3,-61.7914 708.344,-53.8 708.798,-64.3851 715.3,-61.7914"
/>
</g>
</g>
</svg>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment