Forum Discussion
JonWay_C_Intel
Frequent Contributor
3 years agoYou should use testbbdev: https://doc.dpdk.org/guides/tools/testbbdev.html
Use the vectors provided in test-vectors/*.data in DPDK
If you look into the *.data test vectors. It indicates the BG and other parameters.
See example below:
For througput, run the bbdevtest with "- c throughput".
Example:
[root@localhost test-bbdev]# ../../build/app/dpdk-test-bbdev -c 0xfff0 -a$PF -- -t 15 -n 1 -b 1 -l 16 -c throughput -v ./ldpc_enc_default.data
You can also contact your local Intel FAE for assistance.