Hi ,
in one of customer provided LS2160 HW dpdk was not packaged in rfs on this hardware.
Can you please suggest it is fine if copy the folder from different LS2160 with LSDK 21.08 .
Or I need to proceed some different steps. As I can't reflash the full LSDK again.
解決済! 解決策の投稿を見る。
You have to rebuild dpdk into rootfs in LSDK 21.08.
flex-builder -c openssl -a arm64 # to resolve the dependency on OpenSSL package
flex-builder -c linux -a arm64 # to resolve the dependency of KNI module
flex-builder -c dpdk -a arm64 # build dpdk application
flex-builder -c pktgen_dpdk -a arm64 # to generate dpdk pktgen application
flex-builder -c ovs_dpdk # to generate ovs-dpdk binaries
flex-builder -i merge-component -a arm64
flex-builder -i packrfs -r ubuntu:main
Thank You .
You have to rebuild dpdk into rootfs in LSDK 21.08.
flex-builder -c openssl -a arm64 # to resolve the dependency on OpenSSL package
flex-builder -c linux -a arm64 # to resolve the dependency of KNI module
flex-builder -c dpdk -a arm64 # build dpdk application
flex-builder -c pktgen_dpdk -a arm64 # to generate dpdk pktgen application
flex-builder -c ovs_dpdk # to generate ovs-dpdk binaries
flex-builder -i merge-component -a arm64
flex-builder -i packrfs -r ubuntu:main