Skip to content
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

[Bug] use xdp failed #898

Open
hope1262946533 opened this issue Aug 23, 2024 · 3 comments
Open

[Bug] use xdp failed #898

hope1262946533 opened this issue Aug 23, 2024 · 3 comments
Assignees
Labels

Comments

@hope1262946533
Copy link

hope1262946533 commented Aug 23, 2024

bug
The 4.5.1 version was successfully installed and tested on one network card. However, when I changed to another network card, an error message was displayed.

To Reproduce
Successful NIC is "NetXtreme II BCM5709 Gigabit Ethernet"
Failed NIC is "82599 10 Gigabit TN Network Connection"

just use "--xdp" options

Screenshots
image

System info:

  • OS: Ubuntu 20.04
  • 4.5.1
@hope1262946533 hope1262946533 changed the title [Bug] use xdp faied [Bug] use xdp failed Aug 23, 2024
@fklassen
Copy link
Member

Probably Unbuntu 20.04 kernel is too old to support eBPF, which is required for --xdp. Probably we could have a more informative error message.

@hope1262946533
Copy link
Author

As shown in my picture, all the software configurations used are the same, the only change is the network card used.

Probably Unbuntu 20.04 kernel is too old to support eBPF, which is required for --xdp. Probably we could have a more informative error message.

@fklassen
Copy link
Member

As shown in my picture, all the software configurations used are the same, the only change is the network card used.

Maybe we can see something in the kernel log. Can you send my contents of /var/log/kern.log? Also, the output of uname -a.

@fklassen fklassen self-assigned this Sep 21, 2024
@fklassen fklassen added the bug label Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants