-
Notifications
You must be signed in to change notification settings - Fork 125
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
scripts/devbuild_ofp_odp_dpdk.sh
need to be update
#290
Comments
Please use scripts/check-dpdk.sh script instead. It assumes that dpdk-dev/dpdk-devel has been installed. |
dpdk-dev is in repositories? I can't find it in the repo of Debian 11. (and I don't want to install it from the repo. I want to build everything by myself)
And also I could successfully build odp-dpdk like this:
But when I try to build ofp using odp-dpdk and dpdk that I built previously like this:
I will receive this error:
|
or |
Sorry, I left you hanging for a long time, so probably no longer relevant, but anyway if dpdk is installed in a non-standard place, something like this should work (dpdk 22.11):
|
Hi. I tried to integrate dpdk with odp and ofp:
https://github.com/OpenFastPath/ofp/blob/master/docs/ofp-user-guide.adoc#using-ofp-with-odp-dpdk
This script:
scripts/devbuild_ofp_odp_dpdk.sh
firstly fetches the source code of dpdk through here:http://dpdk.org/git/dpdk-stable
But this address doesn't exist.
The text was updated successfully, but these errors were encountered: