DPDK folder not Present : LSDK 21.08 on LX2160

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

DPDK folder not Present : LSDK 21.08 on LX2160

跳至解决方案
690 次查看
Chidananda22
Contributor III

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.

 

0 项奖励
回复
1 解答
660 次查看
yipingwang
NXP TechSupport
NXP TechSupport

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

在原帖中查看解决方案

2 回复数
654 次查看
Chidananda22
Contributor III

Thank You .

0 项奖励
回复
661 次查看
yipingwang
NXP TechSupport
NXP TechSupport

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