You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: