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

devbuild_ofp_odp_dpdk takes wrong version of odp-dpdk #214

Open
krisk0 opened this issue Oct 15, 2018 · 2 comments
Open

devbuild_ofp_odp_dpdk takes wrong version of odp-dpdk #214

krisk0 opened this issue Oct 15, 2018 · 2 comments

Comments

@krisk0
Copy link

krisk0 commented Oct 15, 2018

I took odp-dpdk as devbuild_ofp_odp_dpdk.sh suggests:

git clone https://git.linaro.org/lng/odp-dpdk.git
pushd odp-dpdk
git checkout v1.15.0.0_DPDK_17.02

, then built libodp-dpdk.so.115.0.2

Later, when I attempt to build ofp, ./configure complains

Requested 'libodp-dpdk >= 1.17.0.0' but version of libodp-dpdk is 1.15.0.0

I therefore suggest that git checkout above should be changed to something different, like

git checkout 3f2f63a3430c932cf65795b8e15a1c4ba72a199c
@JereLeppanen
Copy link
Contributor

I've recently posted a patch, which should fix this.

https://list.openfastpath.org/pipermail/openfastpath/2018-October/003348.html

@krisk0
Copy link
Author

krisk0 commented Oct 16, 2018

Thanks for help. ofp compiled. I had to put ODP_CFLAGS= and ODP_LIBS= before ofp configure.

I think that in your version of devbuild_ofp_odp_dpdk.sh line

export CONFIGURE_FLAGS="--enable-shared=yes --enable-helper-linux"

does nothing and must be deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants