vpp build error for lx2160ardb

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

vpp build error for lx2160ardb

ソリューションへジャンプ
2,654件の閲覧回数
pioneer19
Contributor I

I need soft router on lx2160ardb with DPDK. I tried to build vpp, but failed. flexbuild declared vpp support but I can't compile vpp with it. I downloaded flexbuild from nxp site and did this:

. ./setup.env  
flex-builder docker  
. ./setup.env  
# edit configs/build_lsdk.cfg, set CONFIG_APP_VPP=y  
flex-builder -c vpp -m lx2160ardb_rev2
# there is wrong branch for vpp in configs/build_lsdk.cfg
# vpp_repo_tag=20.04-LSDK, nonexisting tag 20.04-LSDK changed to vpp_repo_tag=19.09-LSDK  
flex-builder -c vpp-m lx2160ardb_rev2
# build errors due to default python in 3.x, not 2.7, I changed python на python2 in
# packages/apps/networking/vpp/src/tools/vppapigen/vppapigen
flex-builder -c vpp -m lx2160ardb_rev2

Now I got compilation error in vpp dpdk plugin.

Actually I need some software router application with DPDK on lx2160ardb, which can make static and dynamic routing (probably using zebra/quagga/bird/frr). Vpp promis
ed best performance, so I want to compile it. But other solutions also suits me.

I want to know how can I compile vpp for lx2160ardb? Or which other application can I use?

タグ(3)
0 件の賞賛
返信
1 解決策
2,625件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

As VPP depends on the version of DPDK, in LSDK-20.04, DPDK was upgraded but VPP was not upgraded, so VPP was not required for test in LSDK2004, as a workaround , building VPP/DPDK lsdk1909 old version in flexbuild_lsdk1909 works.

We don't support VPP v20.01 and it was not claimed feature in LSDK2004 also.
But we are in process of supporting VPPv20.05 in LSDK2012 which will be released on Dec 15.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
2,626件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

As VPP depends on the version of DPDK, in LSDK-20.04, DPDK was upgraded but VPP was not upgraded, so VPP was not required for test in LSDK2004, as a workaround , building VPP/DPDK lsdk1909 old version in flexbuild_lsdk1909 works.

We don't support VPP v20.01 and it was not claimed feature in LSDK2004 also.
But we are in process of supporting VPPv20.05 in LSDK2012 which will be released on Dec 15.

0 件の賞賛
返信