LS1043ardb dpdk-ipsec-secgw Running

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

LS1043ardb dpdk-ipsec-secgw Running

520 Views
talhademir
Contributor I

Hello,

I want to run dpdk-ipsec-secgw application on 2 LS1043a RDB. I applied all instruction on LSDK 21.08 documantation and tried so many configuration, but I couldn't get any result. I couldn't understand where I went wrong. Can I get help? Thanks.

Boards running with Ubuntu:main distro and both port 0 pluged to packet generator, port 1 pluged to each other.

othbootargs: default_hugepagesz=2MB hugepagesz=2MB hugepages=512 isolcpus=1-3 bportals=s0 qportals=s0 iommu.passthrough=1

dtb: fsl-ls1043a-rdb-usdpaa.dtb

fmc: fmc -x (auto)

dpdk-ipsec-secgw -c 0x6 -n 1 -- -p 0x3 -P -u 0x2 --config="(0,0,1),(1,0,2)" -f ep0_64X64.cfg

I also tried more simple application config ( 2 way in/out tunnel definition, null encyription and null authentication).

0 Kudos
1 Reply

481 Views
yipingwang
NXP TechSupport
NXP TechSupport
Please refer to the following procedure.
root@localhost:~# fmc -x root@localhost:~# mkdir -p /mnt/hugepages root@localhost:~# mount -t hugetlbfs none /mnt/hugepages root@localhost:~# export DPAA_FMC_MODE=1 root@localhost:~# fmc -c /root/dpdkfiles/usdpaa_config_ls1043.xml -p /root/dpdkfiles/usdpaa_policy_hash_ipv4_1queue.xml -a root@localhost:~# export DPAA_NUM_RX_QUEUES=1 root@localhost:~# export DPAA_RX_TAILDROP_THRESHOLD=48 root@localhost:~# /root/dpdkfiles/ipsec-secgw -v -c 0xf -n 1 --vdev "crypto_openssl" -- -p 0xf -P -u 0xa --config="(0,0,0),(1,0,1),(2,0,2),(3,0,3)" --cryptodev_mask 0x10 -f /root/dpdkfiles/ep0_64X64.cfg

 

0 Kudos