-
Notifications
You must be signed in to change notification settings - Fork 446
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
make check-xdp failed #3092
Comments
What error message do you see? |
This is the error message when i input check-xdp, I only passed two tests when I typed this this afternoon, but most of them pass now coco@ubuntu20:~/p4c/build$ make check-xdp 94% tests passed, 1 tests failed out of 18 Label Time Summary: Total Test time (real) = 3.24 sec The following tests FAILED: This is the error message when i input make -j4 check root@ubuntu20:/home/coco/p4c/build# make -j4 check 98% tests passed, 38 tests failed out of 2222 Label Time Summary:
|
There are several different things that you are reporting here. |
So test17 from xdp was indeed a bug in the ebpf back-end (which is extended by the xdp backend). |
We were using Ubuntu 16.04 and were testing these on the 4.15 kernel. It might make sense to update the XDP CI, too, now that p4c runs with Ubuntu 20.04. |
There are some checks in the makefiles that will skip the kernel tests if the versions are not known to work. |
Are you referring to the |
Thanks for answering my questions,as i was busy in having lesson today,so i didn't reply you for a long time,i will try to run it in ubuntu16.04 tomorrow. |
i have been install p4c and xdp,now i want to try p4c-xdp test,but when i input make check-xdp. it failed,i don't know why? Is the version not match?
The text was updated successfully, but these errors were encountered: