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

[PATCH v1] linux-gen: dpdk: fix calling internal dpdk function #663

Closed
wants to merge 1 commit into from
Closed

[PATCH v1] linux-gen: dpdk: fix calling internal dpdk function #663

wants to merge 1 commit into from

Conversation

MatiasElo
Copy link
Collaborator

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

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>
@muvarov muvarov changed the title linux-gen: dpdk: fix calling internal dpdk function [PATCH v1] linux-gen: dpdk: fix calling internal dpdk function Aug 2, 2018
@codecov
Copy link

codecov bot commented Aug 2, 2018

Codecov Report

Merging #663 into master will increase coverage by 0.014%.
The diff coverage is 0%.

@@              Coverage Diff              @@
##            master      #663       +/-   ##
=============================================
+ Coverage   77.812%   77.826%   +0.014%     
=============================================
  Files          209       209               
  Lines        44290     44292        +2     
=============================================
+ Hits         34463     34471        +8     
+ Misses        9827      9821        -6
Impacted Files Coverage Δ
platform/linux-generic/pktio/dpdk.c 53.259% <0%> (ø) ⬆️
platform/linux-generic/odp_queue_basic.c 86.727% <0%> (+0.03%) ⬆️
platform/linux-generic/odp_timer_wheel.c 88.732% <0%> (+0.234%) ⬆️
platform/linux-generic/odp_queue_spsc.c 87.5% <0%> (+0.265%) ⬆️
test/validation/api/time/time.c 96.137% <0%> (+0.858%) ⬆️
platform/linux-generic/odp_queue_lf.c 87.179% <0%> (+2.564%) ⬆️

@muvarov
Copy link
Contributor

muvarov commented Aug 2, 2018

Tested, it works fine. Thanks.

@muvarov
Copy link
Contributor

muvarov commented Aug 2, 2018

Merged to master and TM.

@muvarov muvarov closed this Aug 2, 2018
@MatiasElo MatiasElo deleted the fix/remove_internal_dpdk_call branch August 3, 2018 07:06
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

Successfully merging this pull request may close these issues.

None yet

3 participants