Commit 9ce3e53
committed
vpp: fix dpdk plugin dlopen symbol errors by switching to system dpdk
vpp build-system supports static linking of dpdk, or dynamic linking to
the system-wide installed dpdk libraries.
During static linking dependencies such as libpcap and zlib are not
picked up by the build system.
The use-system-dpdk flag enabels using pkg-config and dynamic linking,
which together work perfectly as long as the individual dpdk libs are
present in the rootfs.
With yocto the standard method works well and avoids aforementioned
symbol errors.1 parent 7d07699 commit 9ce3e53
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
0 commit comments