Dropped packets, problems communicating with RU when using DPDK (using DPAA2) #1051
Unanswered
nicbn
asked this question in
General Help
Replies: 2 comments 2 replies
-
I was able to successfully get data to the RU by changing the EAL arguments to include a single lcore:
And then undoing all pinning related configuration. However the resulting performance is bad, I'm now trying to figure out how to use CPU pinning with a single lcore (may not be possible) or add more lcores. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @nicbn, Regards, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been having problems to connect to the RU when using DPDK. The connection succeeds without DPDK, but with it, all traffic is reported as "filtered" by the switch. I'm using a NXP board (DPAA2 driver). The DPDK testpmd worked seemingly fine.
Console output:
Part of the log:
Switch statistics:
Seemingly VLAN and MAC configuration are ok, because it worked previously without DPDK with the same configuration.
One thing I've noticed but I don't think is necessarily related is that setting
ofh
affinity with DPDK causes the process to freeze. Currently I'm using the following pinning setup:There are 15 1 GB hugepages available.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions