<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2029514#M15281</link>
    <description>&lt;P&gt;Would you please address your "&lt;SPAN&gt;vpp -c /etc/vpp/startup.conf.dpkg-new &amp;amp;" running problem in a new thread?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2025 06:01:00 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2025-01-17T06:01:00Z</dc:date>
    <item>
      <title>VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board</title>
      <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2014101#M15201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to implement VPP IPSEC on ls1046ardb eval board. I followed the below steps.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In host machine,&lt;/STRONG&gt;&lt;BR /&gt;tar xf flexbuild_lsdk2108_github.tgz&lt;/P&gt;&lt;P&gt;cd flexbuild_lsdk2108_github&lt;/P&gt;&lt;P&gt;CONFIG_APP_VPP=y in configs/sdk.yml&lt;/P&gt;&lt;P&gt;in flexbuild_lsdk2108_github : $ source setup.env&lt;/P&gt;&lt;P&gt;flex-builder -c openssl -a arm64&lt;/P&gt;&lt;P&gt;flex-builder -c linux -a arm64&lt;/P&gt;&lt;P&gt;flex-builder -c dpdk -a arm64&lt;/P&gt;&lt;P&gt;flex-builder -i mkrfs -a arm64&lt;/P&gt;&lt;P&gt;flex-builder -c vpp -a arm64&lt;BR /&gt;&lt;BR /&gt;flex-builder -i merge-component -a arm64&lt;/P&gt;&lt;P&gt;flex-builder -i packrfs&lt;/P&gt;&lt;P&gt;Debian Images found in&lt;BR /&gt;/home/ubuntu/flexbuild_lsdk2108_github/build/apps/components_arm64_ubuntu_main/usr/local/vpp/&lt;/P&gt;&lt;P&gt;cd build/rfs/rootfs_lsdk2108_ubuntu_main_arm64/usr/local/vpp/&lt;/P&gt;&lt;P&gt;//Loaded firmware to SD card&lt;BR /&gt;flex-installer -i pf -d /dev/sdc&lt;/P&gt;&lt;P&gt;flex-installer -b boot_LS_arm64_lts_5.10_202412091034.tgz -r rootfs_lsdk2108_ubuntu_main_arm64_202412141056.tgz -f firmware_ls1046ardb_sdboot.img -d /dev/sdb&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;In target board, (NXP Eval Board ls1046ardb)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;cd /usr/local/vpp&lt;BR /&gt;dpkg --unpack *.deb&lt;BR /&gt;export LD_LIBRARY_PATH=/usr/lib64/:/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;mkdir /mnt/hugepages&lt;BR /&gt;mount -t hugetlbfs none /mnt/hugepages&lt;BR /&gt;echo 256 &amp;gt; /proc/sys/vm/nr_hugepages&lt;BR /&gt;fmc -x&lt;BR /&gt;export DPAA_NUM_RX_QUEUES=1&lt;BR /&gt;cd /usr/local/dpdk/dpaa&lt;BR /&gt;fmc -c usdpaa_config_ls1046.xml -p usdpaa_policy_hash_ipv4_1queue.xml -a&lt;BR /&gt;cd --&lt;BR /&gt;vpp -c /etc/vpp/startup.conf.dpkg-new &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem is if run #vppctl show int &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;on target board then only local0 interface is displayed&lt;/STRONG&gt; &lt;STRONG&gt;for which ip address cannot be set&lt;/STRONG&gt;. Basically unable to set IP address as no interface is shown. &lt;STRONG&gt;I want to execute below commands but unable to do so&lt;/STRONG&gt;. I have connected two eval boards back to back. Please help me to resolve the problem.&lt;/P&gt;&lt;P&gt;INT0=`vppctl show int |grep -oE ".*Ethernet0"`&lt;BR /&gt;INT1=`vppctl show int |grep -oE ".*Ethernet1"`&lt;/P&gt;&lt;P&gt;vppctl set interface ip address $INT0 1.1.1.2/24&lt;BR /&gt;vppctl set interface ip address $INT1 192.168.100.2/24&lt;BR /&gt;vppctl set interface state $INT0 up&lt;BR /&gt;vppctl set interface state $INT1 up&lt;BR /&gt;vppctl ipsec sa add 10 spi 1001 esp crypto-alg aes-cbc-128 crypto-key&lt;BR /&gt;4a506a794f574265564551694d653768 integ-alg sha1-96 integ-key&lt;BR /&gt;4339314b55523947594d6d3547666b45764e6a58 tunnel-src 192.168.100.2 tunnel-dst&lt;BR /&gt;192.168.100.3&lt;BR /&gt;vppctl ipsec sa add 11 spi 1002 esp crypto-alg aes-cbc-128 crypto-key&lt;BR /&gt;4a506a794f574265564551694d653768 integ-alg sha1-96 integ-key&lt;BR /&gt;4339314b55523947594d6d3547666b45764e6a58 tunnel-src 192.168.100.3 tunnel-dst&lt;BR /&gt;192.168.100.2&lt;BR /&gt;vppctl ipsec spd add 1&lt;BR /&gt;vppctl set interface ipsec spd $INT1 1&lt;BR /&gt;vppctl set interface promiscuous on $INT1&lt;BR /&gt;vppctl ipsec policy add spd 1 priority 10 outbound action protect sa 10 local-ip-&lt;BR /&gt;range 1.1.1.3 - 1.1.1.3 remote-ip-range 2.1.1.3 - 2.1.1.3&lt;BR /&gt;vppctl ipsec policy add spd 1 priority 10 inbound action protect sa 11 local-ip-&lt;BR /&gt;range 1.1.1.3 - 1.1.1.3 remote-ip-range 2.1.1.3 - 2.1.1.3&lt;BR /&gt;vppctl ip route add count 1 2.1.1.3/32 via 192.168.100.3 $INT1&lt;BR /&gt;vppctl set ip arp static $INT1 192.168.100.3 00:22:22:22:22:23&lt;BR /&gt;vppctl set ip arp static $INT0 1.1.1.3 00:22:22:22:22:28&lt;BR /&gt;vppctl ipsec policy add spd 1 priority 100 inbound action bypass protocol 50&lt;BR /&gt;vppctl ipsec policy add spd 1 priority 100 outbound action bypass protocol 50&lt;/P&gt;&lt;P&gt;vppctl show ip arp&lt;BR /&gt;vppctl show hardware-int&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 04:43:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2014101#M15201</guid>
      <dc:creator>Kavana</dc:creator>
      <dc:date>2024-12-16T04:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board</title>
      <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2014883#M15208</link>
      <description>&lt;P&gt;Please boot up the target board with dtb for DPDK.&lt;/P&gt;
&lt;P&gt;Please boot up to Linux OS.&lt;/P&gt;
&lt;P&gt;~# mount /dev/mmcblk0p2 /mnt&lt;/P&gt;
&lt;P&gt;~# cd /mnt&lt;/P&gt;
&lt;P&gt;~# mv&amp;nbsp;fsl-ls1046a-rdb-sdk.dtb&amp;nbsp;fsl-ls1046a-rdb-sdk.dtb_bak&lt;/P&gt;
&lt;P&gt;~# cp&amp;nbsp;fsl-ls1046a-rdb-usdpaa.dtb&amp;nbsp;fsl-ls1046a-rdb-sdk.dtb&lt;/P&gt;
&lt;P&gt;Then reboot the target board.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 04:03:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2014883#M15208</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-12-17T04:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board</title>
      <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2019086#M15228</link>
      <description>&lt;P&gt;Hi, Thank you. I tried loading pre-built images to ls1046ardb eval board and followed VPP installation guide. Now, i would want to establish IPSEC tunnel between two ls1046ardb eval boards (VPP peers).&lt;/P&gt;&lt;P&gt;Any resource where I can try out from scratch?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 11:19:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2019086#M15228</guid>
      <dc:creator>Kavana</dc:creator>
      <dc:date>2024-12-24T11:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board</title>
      <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2020618#M15233</link>
      <description>&lt;P&gt;Please refer to sections "VPP IPSec" and "9.3.7 VPP performance reproducibility guide - LS1043A/LS1046A" in LSDK 21.08 user manual.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 02:14:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2020618#M15233</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-12-31T02:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board</title>
      <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2023221#M15254</link>
      <description>&lt;P&gt;Could you please share pre-build images for ls1046ardb eval board where vpp is already enabled?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 10:42:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2023221#M15254</guid>
      <dc:creator>Kavana</dc:creator>
      <dc:date>2025-01-07T10:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board</title>
      <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2023226#M15255</link>
      <description>&lt;P&gt;&lt;U&gt;OS images that I have used on ls1046ard eval board do not have config with VPP enabled&lt;/U&gt; therefore, I separately installed fd.io VPP&amp;nbsp; package on two eval boards and tried the following to establish IPSEC tunnel between two VPP peers:&lt;/P&gt;&lt;P&gt;Assumptions VPP IPSEC:&lt;/P&gt;&lt;P&gt;Peer 1: Local IP 10.0.0.1, Remote IP 10.0.0.2&lt;BR /&gt;Peer 2: Local IP 10.0.0.2, Remote IP 10.0.0.1&lt;BR /&gt;The Ethernet cable is connected between fm1-mac6 ports on both boards.&lt;BR /&gt;VPP Version: v24.10&lt;/P&gt;&lt;P&gt;Steps to establish IPsec tunnel:&lt;BR /&gt;&lt;BR /&gt;Run following commands in VPP peers&lt;BR /&gt;/usr/bin/vpp -c /etc/vpp/startup1.conf&lt;BR /&gt;vppctl -s /run/vpp/cli.sock&lt;BR /&gt;&lt;BR /&gt;1. Create Interfaces:&lt;/P&gt;&lt;P&gt;On Peer 1 (10.0.0.1):&lt;/P&gt;&lt;P&gt;vpp# create interface memif id 0 master&lt;BR /&gt;vpp# set int state memif0/0 up&lt;BR /&gt;vpp# set int ip address memif0/0 10.0.0.1/24&lt;/P&gt;&lt;P&gt;On Peer 2 (10.0.0.2):&lt;/P&gt;&lt;P&gt;vpp# create interface memif id 0 slave&lt;BR /&gt;vpp# set int state memif0/0 up&lt;BR /&gt;vpp# set int ip address memif0/0 10.0.0.2/24&lt;/P&gt;&lt;P&gt;This creates memif interfaces for local communication between peers.&lt;/P&gt;&lt;P&gt;2. Configure IPsec Policies and Create IPsec Tunnel:&lt;/P&gt;&lt;P&gt;On Peer 1 (10.0.0.1):&lt;BR /&gt;vpp#create ipip tunnel src 10.0.0.1 dst 10.0.0.2&lt;BR /&gt;vpp#set interface state ipip0 up&lt;BR /&gt;vpp#ipsec sa add 20 spi 200 crypto-key 6541686776336961656264656f6f6579 crypto-alg aes-gcm-128&lt;BR /&gt;vpp#ipsec sa add 30 spi 300 crypto-key 6541686776336961656264656f6f6579 crypto-alg aes-gcm-128&lt;BR /&gt;vpp#ipsec tunnel protect ipip0 sa-in 20 sa-out 30&lt;BR /&gt;vpp#ip route add 10.0.0.2/32 via ipip0&lt;BR /&gt;&lt;BR /&gt;On Peer 2 (10.0.0.2):&lt;BR /&gt;vpp#create ipip tunnel src 10.0.0.2 dst 10.0.0.1&lt;BR /&gt;vpp#set interface state ipip0 up&lt;BR /&gt;vpp#ipsec sa add 20 spi 200 crypto-key 6541686776336961656264656f6f6579 crypto-alg aes-gcm-128&lt;BR /&gt;vpp#ipsec sa add 30 spi 300 crypto-key 6541686776336961656264656f6f6579 crypto-alg aes-gcm-128&lt;BR /&gt;vpp#ipsec tunnel protect ipip0 sa-in 20 sa-out 30&lt;BR /&gt;vpp#ip route add 10.0.0.1/32 via ipip0&lt;/P&gt;&lt;P&gt;3. Verify Setup:&lt;/P&gt;&lt;P&gt;show interface&lt;BR /&gt;show ipsec sa&lt;/P&gt;&lt;P&gt;4. Test with Ping:&lt;/P&gt;&lt;P&gt;ping &amp;lt;remote-ip&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output is:&lt;/P&gt;&lt;P&gt;vpp#show interface&lt;BR /&gt;Name Idx State MTU (L3/IP4/IP6/MPLS) Counter Count&lt;BR /&gt;ipip0 2 up 9000/0/0/0&lt;BR /&gt;local0 0 down 0/0/0/0&lt;BR /&gt;memif0/0 1 up 9000/0/0/0&lt;BR /&gt;vpp# show ipsec sa&lt;BR /&gt;[0] sa 20 (0x14) spi 200 (0x000000c8) protocol:esp flags:[aead ctr ]&lt;BR /&gt;[1] sa 30 (0x1e) spi 300 (0x0000012c) protocol:esp flags:[aead ctr ]&lt;BR /&gt;vpp# ping 10.0.0.1&lt;/P&gt;&lt;P&gt;Statistics: 5 sent, 0 received, 100% packet loss&lt;BR /&gt;&lt;STRONG&gt;Ping is not working.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 10:49:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2023226#M15255</guid>
      <dc:creator>Kavana</dc:creator>
      <dc:date>2025-01-07T10:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board</title>
      <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2025669#M15264</link>
      <description>&lt;P&gt;Please run&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vpp -c /etc/vpp/startup.conf.dpkg-new &amp;amp;&lt;/P&gt;
&lt;P&gt;Please run&amp;nbsp; the command vppctl show int after running vpp -c /etc/vpp/&lt;BR /&gt;startup.conf.dpkg-new &amp;amp; to check the interface names, and use the related interface.&lt;/P&gt;
&lt;P&gt;You should not create the interface by yourself like the following.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;vpp# create interface memif id 0 master&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please try whether it is possible to ping successfully without setting IPSEC tunnel.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In addition, would you please a new thread to discuss the IPSEC running problem?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 09:16:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2025669#M15264</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-01-10T09:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board</title>
      <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2029501#M15280</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;vpp -c /etc/vpp/startup.conf.dpkg-new &amp;amp;&lt;/P&gt;&lt;P&gt;Above command do not work. I get open configuration file '/etc/vpp/startup.conf.dpdk-new' failed error.&lt;BR /&gt;I have installed vpp from fd.io. I manually created&amp;nbsp; /etc/vpp/startup1.conf which has below content in the file.&lt;/P&gt;&lt;P&gt;unix {cli-listen /run/vpp/cli-vpp1.sock}&lt;BR /&gt;api-segment { prefix vpp1 }&lt;BR /&gt;plugins { plugin dpdk_plugin.so { disable } }&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 05:38:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2029501#M15280</guid>
      <dc:creator>Kavana</dc:creator>
      <dc:date>2025-01-17T05:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board</title>
      <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2029514#M15281</link>
      <description>&lt;P&gt;Would you please address your "&lt;SPAN&gt;vpp -c /etc/vpp/startup.conf.dpkg-new &amp;amp;" running problem in a new thread?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 06:01:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2029514#M15281</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-01-17T06:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board</title>
      <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2031269#M15293</link>
      <description>&lt;P&gt;Please download LSDK 21.08 pre-built images and deploy to SD card.&lt;/P&gt;
&lt;P&gt;$ wget &lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2108/boot_LS_arm64_lts_5.10.tgz" target="_blank"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2108/boot_LS_arm64_lts_5.10.tgz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;$ wget &lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2108/rootfs_lsdk2108_ubuntu_main_arm64.tgz" target="_blank"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2108/rootfs_lsdk2108_ubuntu_main_arm64.tgz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;$ wget &lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2108/firmware_ls1046ardb_sdboot.img" target="_blank"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2108/firmware_ls1046ardb_sdboot.img&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$ flex-installer -i pf -d /dev/sdb&lt;/P&gt;
&lt;P&gt;$ flex-installer -b boot_LS_arm64_lts_5.10.tgz -r rootfs_lsdk2108_ubuntu_main_arm64.tgz -f firmware_ls1046ardb_sdboot.img -d /dev/sdb&lt;/P&gt;
&lt;P&gt;Note:/dev/sdb is SD card device name on the host PC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the target board, please plugin SD card to the target board, boot up to Linux OS.&lt;/P&gt;
&lt;P&gt;~# mount /dev/mmcblk0p2 /mnt&lt;/P&gt;
&lt;P&gt;~# cd /mnt&lt;/P&gt;
&lt;P&gt;~# mv&amp;nbsp;fsl-ls1046a-rdb-sdk.dtb&amp;nbsp;fsl-ls1046a-rdb-sdk.dtb_bak&lt;/P&gt;
&lt;P&gt;~# cp&amp;nbsp;fsl-ls1046a-rdb-usdpaa.dtb&amp;nbsp;fsl-ls1046a-rdb-sdk.dtb&lt;/P&gt;
&lt;P&gt;~# reboot&lt;/P&gt;
&lt;P&gt;I built vpp to generate&amp;nbsp;*.deb files, and uploaded them in&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://support.nxp.com/s/case/500Tg00000FMl4VIAT/community-vpp-ipsec-implementation-using-lsdk-2108-on-ls1046ardb-eval-board?language=en_US" target="_blank"&gt;https://support.nxp.com/s/case/500Tg00000FMl4VIAT/community-vpp-ipsec-implementation-using-lsdk-2108-on-ls1046ardb-eval-board?language=en_US&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Please copy *.deb files to folder&amp;nbsp;/usr/local/vpp on the target board and execute the following command&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$ cp vpp.tar.gz /usr/local/&lt;/P&gt;
&lt;P&gt;$ cd /usr/local/&lt;/P&gt;
&lt;P&gt;$ tar -xzvf vpp.tar.gz&lt;/P&gt;
&lt;P&gt;$ cd /usr/local/vpp&lt;/P&gt;
&lt;P&gt;$ dpkg --unpack *.deb&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mkdir /mnt/hugepages&lt;BR /&gt;mount -t hugetlbfs none /mnt/hugepages&lt;BR /&gt;echo 256 &amp;gt; /proc/sys/vm/nr_hugepages&lt;BR /&gt;fmc -x&lt;BR /&gt;export DPAA_NUM_RX_QUEUES=1&lt;BR /&gt;cd /usr/local/dpdk/dpaa&lt;BR /&gt;fmc -c usdpaa_config_ls1046.xml -p usdpaa_policy_hash_ipv4_1queue.xml -a&lt;/P&gt;
&lt;P&gt;root@localhost:~# vpp -c /etc/vpp/startup.conf.dpkg-new &amp;amp;&lt;/P&gt;
&lt;P&gt;root@localhost:~# vppctl show int&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 08:32:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2031269#M15293</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-01-21T08:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: VPP IPSEC implementation using LSDK 21.08 on ls1046ardb eval board</title>
      <link>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2031333#M15295</link>
      <description>&lt;P&gt;I will have two weeks vacation from today. If your case is urgent, please create a new thread to let my colleague to continue to support you.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 09:20:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/VPP-IPSEC-implementation-using-LSDK-21-08-on-ls1046ardb-eval/m-p/2031333#M15295</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-01-21T09:20:39Z</dc:date>
    </item>
  </channel>
</rss>

