File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 503
503
< br > < br > TX send it immedietly back out on the port that it was received, for load balancer cases for example
504
504
< 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
505
505
< 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)
507
508
</ aside >
508
509
</ section >
509
510
610
611
< br > Thank you:
611
612
< br > < a href ="https://xahteiwi.eu/ "> Florian Haas</ a >
612
613
< br > < a href ="https://twitter.com/brendangregg "> Berendan Gregg</ a >
614
+ < br > < a href ="https://twitter.com/JesperBrouer "> Jesper Dangaard Brouer</ a >
613
615
< br > < a href ="https://twitter.com/alexei_ast "> Alexei Starovoitov</ a >
614
616
615
617
You can’t perform that action at this time.
0 commit comments