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

rte_mempool_ops_alloc() is not dpdk api #662

Closed
muvarov opened this issue Aug 1, 2018 · 0 comments
Closed

rte_mempool_ops_alloc() is not dpdk api #662

muvarov opened this issue Aug 1, 2018 · 0 comments

Comments

@muvarov
Copy link
Contributor

muvarov commented Aug 1, 2018

rte_mempool_ops_alloc() is used by dpdk --zero-copy but is missing in api file:
./lib/librte_mempool/rte_mempool_version.map
for Ubuntu 18.04 dpdk-17.11.2.
In that case we can not build zero copy odp with recompiled dpdk (apt-get install dpdk).

muvarov pushed a commit to muvarov/odp that referenced this issue Aug 2, 2018
Use pool_alloc() directly instead of using internal DPDK wrapper function.

Fixes: OpenDataPlane#662

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reported-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
@muvarov muvarov closed this as completed in 6886a2c Aug 2, 2018
muvarov pushed a commit that referenced this issue Aug 2, 2018
Use pool_alloc() directly instead of using internal DPDK wrapper function.

Fixes: #662

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reported-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
muvarov pushed a commit to muvarov/odp that referenced this issue Oct 15, 2018
Use pool_alloc() directly instead of using internal DPDK wrapper function.

Fixes: OpenDataPlane#662

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reported-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
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

1 participant