Skip to content

Commit 3c06398

Browse files
author
Elena Crenguta Lindqvist
committed
blä
1 parent a462755 commit 3c06398

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

itnot/index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,12 @@
407407

408408
<aside class="notes">
409409

410-
How do you move a device from kernel space to user space, in case of DPDK?
410+
This is how moving a device from kernel space to user space, in case of DPDK looks like.
411+
<br><br>We need the hugepages for large memory pool alocation that is used for packet buffers.
412+
<br>Lower number of memory pages means fewer table lookups, perf increases.
413+
<br>(shorter time to translate a virtual page address to a physical one)
414+
<br><br>Load the virti
415+
411416
</aside>
412417
</section>
413418
<!-- SlideX -->
@@ -609,10 +614,10 @@
609614
<!-- Slide14 -->
610615
<section>
611616
<br>Thank you:
612-
<br><a href="https://xahteiwi.eu/">Florian Haas</a>
613-
<br><a href="https://twitter.com/brendangregg">Brendan Gregg</a>
614-
<br><a href="https://twitter.com/JesperBrouer">Jesper Dangaard Brouer</a>
615-
<br><a href="https://twitter.com/alexei_ast">Alexei Starovoitov</a>
617+
<br><a href="https://xahteiwi.eu/"><font size="5">Florian Haas</font></a>
618+
<br><a href="https://twitter.com/brendangregg"><font size="5">Brendan Gregg</font></a>
619+
<br><a href="https://twitter.com/JesperBrouer"><font size="5">Jesper Dangaard Brouer</font></a>
620+
<br><a href="https://twitter.com/alexei_ast"><font size="5">Alexei Starovoitov</font></a>
616621

617622

618623
<aside class="notes">

0 commit comments

Comments
 (0)