Running VPP issue on LX2160ARDB based on LSDK2108

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Running VPP issue on LX2160ARDB based on LSDK2108

Jump to solution
762 Views
jackho
Contributor III

Hi,

I am testing VPP running on LX2160ARDB based on LSDK2108, I followed the user manual(9.3.5 Executing VPP) to run app, but I got the below error:

# vpp -c /etc/vpp/startup.conf.dpkg-new & 

# vpp[1776]: clib_elf_parse_file: open `/usr/bin/vpp3': No such file or director vpp[1776]: vlib_sort_init_exit_functions:160: order constraint fcn 'dns_init' not found vpp[1776]: vnet_feature_arc_init:271: feature node 'nat44-in2out-output' not found (before 'ip4-dvr-reinject', arc 'ip4-output') vpp: symbol lookup error: /usr/lib/aarch64-linux-gnu/vpp_plugins/dpdk_plugin.so: undefined symbol: numa_available

Do you have any idea about this issue?

Thanks

Jack Ho 

0 Kudos
1 Solution
678 Views
yipingwang
NXP TechSupport
NXP TechSupport

I built vpp to generate *.deb files, and uploaded them in  them https://support.nxp.com/s/case/5002p00002vU3RtAAK/community-running-vpp-issue-on-lx2160ardb-based-on...

Please copy *.deb files to folder /usr/local/vpp on the target board and execute the following command 

$ dpkg --unpack *.deb

Please refer to my following log.

root@localhost:~# vpp -c /etc/vpp/startup.conf.dpkg-new &
[1] 1990
root@localhost:~# vpp[1990]: clib_elf_parse_file: open `/usr/bin/vpp3': No such file or director
vpp[1990]: vlib_sort_init_exit_functions:160: order constraint fcn 'dns_init' not found
vpp[1990]: vnet_feature_arc_init:271: feature node 'nat44-in2out-output' not found (before 'ip4-dvr-reinject', arc 'ip4-output')

root@localhost:~# vppctl
_______ _ _ _____ ___
__/ __/ _ \ (_)__ | | / / _ \/ _ \
_/ _// // / / / _ \ | |/ / ___/ ___/
/_/ /____(_)_/\___/ |___/_/ /_/

vpp#

View solution in original post

0 Kudos
5 Replies
640 Views
jackho
Contributor III

Hi @yipingwang 

Thanks for your deb files, it seems work for me. Could you share your sdk.yml configs? Do you use flex-builder build app? I am afraid I miss some packages that cause "dpdk_plugin.so: undefined symbol: numa_available"

 Thank you

Regards,

Jack Ho

0 Kudos
615 Views
yipingwang
NXP TechSupport
NXP TechSupport

I just followed the procedure which I pasted above to build VPP.

0 Kudos
735 Views
yipingwang
NXP TechSupport
NXP TechSupport

Did you use the following procedure to build and install VPP?

yipingwang_0-1692950044846.png

 

0 Kudos
729 Views
jackho
Contributor III

Hi yipingwang,

Yes, I can build vpp success.

Attached is the vpp running log 

BR,

Jack Ho

 

 

0 Kudos
679 Views
yipingwang
NXP TechSupport
NXP TechSupport

I built vpp to generate *.deb files, and uploaded them in  them https://support.nxp.com/s/case/5002p00002vU3RtAAK/community-running-vpp-issue-on-lx2160ardb-based-on...

Please copy *.deb files to folder /usr/local/vpp on the target board and execute the following command 

$ dpkg --unpack *.deb

Please refer to my following log.

root@localhost:~# vpp -c /etc/vpp/startup.conf.dpkg-new &
[1] 1990
root@localhost:~# vpp[1990]: clib_elf_parse_file: open `/usr/bin/vpp3': No such file or director
vpp[1990]: vlib_sort_init_exit_functions:160: order constraint fcn 'dns_init' not found
vpp[1990]: vnet_feature_arc_init:271: feature node 'nat44-in2out-output' not found (before 'ip4-dvr-reinject', arc 'ip4-output')

root@localhost:~# vppctl
_______ _ _ _____ ___
__/ __/ _ \ (_)__ | | / / _ \/ _ \
_/ _// // / / / _ \ | |/ / ___/ ___/
/_/ /____(_)_/\___/ |___/_/ /_/

vpp#

0 Kudos