Replies: 1 comment 4 replies
-
IIRC XDP doesn't work with jumbo frames, the MTU on ens5 is likely too large. Try reducing it to something like 2000 and try again. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The xdp example runs normally for
lo
(Local Loopback); however, it returns error when switched to ethernet. Are there any special requirements for ARM servers? Since this issue doesn't happen on my x86 servers.ubuntu@ip-172-31-34-8:~/ebpf/examples/xdp$ sudo ./xdp ens5 2022/09/02 07:47:34 could not attach XDP program: create link: invalid argument
Beta Was this translation helpful? Give feedback.
All reactions