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

run ofp_vs failed if build ofp with static lib of odp #10

Open
lewislone opened this issue Nov 22, 2017 · 1 comment
Open

run ofp_vs failed if build ofp with static lib of odp #10

lewislone opened this issue Nov 22, 2017 · 1 comment

Comments

@lewislone
Copy link

I build odp with option 'enable-shared=no' so that ofp_vs can build with static lib of odp (libodp-dpdk.a libodphelper.a ).
But this ofp_vs can not work with error:
odp_packet_dpdk.c:162:setup_pkt_dpdk():No driver found for interface: 0
../linux-generic/odp_packet_io.c:224:setup_pktio)entry():Unable to init an I/O type.

I found that dpdk driver lib: librte_pmd_*.a are not link in libodp-dpdk.a, so there is a error "No driver found for interface: 0"

How can I build ofp_vs with static lib of odp?

@lvsgate
Copy link
Owner

lvsgate commented Jan 5, 2018

Relate to this issue OpenFastPath/ofp#191

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