dpdk 连接错误

/usr/bin/ld: cannot find -lrte_mempool_octeontx2
/usr/bin/ld: cannot find -lrte_common_octeontx
/usr/bin/ld: cannot find -lrte_common_octeontx2
/usr/bin/ld: cannot find -lrte_pmd_octeontx2
/usr/bin/ld: cannot find -lrte_pmd_octeontx2_crypto
/usr/bin/ld: cannot find -lrte_pmd_octeontx_ssovf
/usr/bin/ld: cannot find -lrte_mempool_octeontx
/usr/bin/ld: cannot find -lrte_pmd_octeontx
/usr/bin/ld: cannot find -lrte_pmd_octeontx2_event
/usr/bin/ld: cannot find -lrte_rawdev_octeontx2_dma
collect2: error: ld returned 1 exit status
make[1]: *** [test_ring] Error 1
make: *** [all] Error 2
重新编译
[root@localhost dpdk-19.11]# export RTE_SDK=/data1/dpdk-19.11
[root@localhost dpdk-19.11]# export RTE_TARGET=arm64-armv8a-linuxapp-gcc
[root@localhost dpdk-19.11]# make  install  T=$RTE_TARGET -j 128
原文地址:https://www.cnblogs.com/dream397/p/14150713.html