Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels