We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62299bf commit 75abef5Copy full SHA for 75abef5
itnot/index.html
@@ -327,7 +327,6 @@
327
<section>
328
<p>Performance</p>
329
<p>Kernel Space vs User Space</p>
330
-
331
<aside class="notes">
332
333
If you care about latency and packet processing performance there are a few options.
@@ -372,7 +371,8 @@
372
371
<!–– SlideX ––>
373
374
375
-<p>DPDK is great except ...</p>
+<p>DPDK is great except ...</p>
+.. you need to reinvent the wheel ...
376
377
Moving the NIC in user space and skipping the kernel entirely, has some disadvantages:
378
<br><br>You need to manage the driver from user space
0 commit comments