ls1046 dpdk

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

ls1046 dpdk

1,162 Views
dah
Contributor I

On the configured DPDK environment, I was able to successfully execute the command on./ l2fwd-c 0xf-n 1 -- -p 0x14-q 1 --no-mac-updating. But when I run the l2fwd program in this environment after executing the fc-c usdpaa_config_ls1046.xml -p usdpaa_policy_hash_ipv4_1queue.xml -a command, I get an error: dpaa: Unable to probe. I want to know how to execute the FMAN policy file and configuration file and still run the DPDK instance program.

0 Kudos
Reply
1 Reply

1,154 Views
yipingwang
NXP TechSupport
NXP TechSupport

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 /usr/local/dpdk/dpaa/usdpaa_config_ls1046.xml -p /usr/local/dpdk/dpaa/usdpaa_policy_hash_ipv4_1queue.xml -a
root@localhost:~# export DPAA_NUM_RX_QUEUES=1
root@localhost:~# /root/dpdkfiles/l2fwd -v -c 0x8 -n 1 -- -p 0x20

Please refer to the attached test log.

0 Kudos
Reply