Skip to content

Commit 94be173

Browse files
author
Elena Crenguta Lindqvist
committed
blä
1 parent a59046a commit 94be173

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

itnot/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,8 @@
503503
<br><br> TX send it immedietly back out on the port that it was received, for load balancer cases for example
504504
<br><br> ABORTED basically drop but what is extra is that you will get some log about it , useful for debugging for sysadmin or developer
505505
<br><br> REDIRECT to another port, to other CPUs, you can modify headers on the packet (TX and REDIRECT similar to the DPDK ones)
506-
<br><br> no support for jumbo frames in XDP
506+
<br><br> Limitation on support for jumbo frames in XDP , jumbo frames are supported, like 3kB but not 9kframes. Might be a problem for storage?
507+
(reason why this is a problem "one frame cannot exceed a page" constraint)
507508
</aside>
508509
</section>
509510

@@ -610,6 +611,7 @@
610611
<br>Thank you:
611612
<br><a href="https://xahteiwi.eu/">Florian Haas</a>
612613
<br><a href="https://twitter.com/brendangregg">Berendan Gregg</a>
614+
<br><a href="https://twitter.com/JesperBrouer">Jesper Dangaard Brouer</a>
613615
<br><a href="https://twitter.com/alexei_ast">Alexei Starovoitov</a>
614616

615617

0 commit comments

Comments
 (0)