-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UE doesn't receive data when i use native mode #524
Comments
Hi @kouamdo In order to verify XDP program has been installed use |
If you attached xdp program in native mode to veth interface you also have to load xdp program(any) to the opposite side of veth pair in order to get xdp up and running. See #116 for details |
But where is the bpftool bin file? |
If you are on Ubuntu and you use the generic kernel, you may install bpftool by installing the package linux-tools-generic and linux-tools-common. @kouamdo |
You have to install it manually if there is no bpftool already intalled on host. Sometimes it's easier to build bpftool from source. See https://github.com/libbpf/bpftool?tab=readme-ov-file#build |
@kouamdo Could you please re-upload images from your last comment. Can't see them... |
Like i have said , the xdp program is dettached to the driver sometimes and I don't know why. About the image , it is the same like the image inside the last comment. |
the UPF doesn't transmit the data in sthe N3 interface |
and i'm using this version of kernel
5.16.0-051600-generic
why i don't have XDP programattached to interface inside ? Or let me know if i should know something
Originally posted by @kouamdo in #499 (comment)
The text was updated successfully, but these errors were encountered: