ls1046 dpdk

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

ls1046 dpdk

1,197 次查看
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 项奖励
回复
1 回复

1,189 次查看
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 项奖励
回复