Replies: 1 comment 2 replies
-
Hi Hamid! What is your configure line and DPDK version? And maybe an example problematic pipeline? ConnectX5 ? Cheers, |
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
-
Hi Tom,
I recently noticed an issue with FastClick when it receives traffic with a high rate (ie >60 Gbps) and actual packet sizes.
In my experiment, I run a simple forwarder on FastClick which does nothing but receiving packets from dpdk and discarding them.
When I increase the number of cores to 8, I expect FastClick to work fine even at 100Gbps, but in practice NIC starts discarding packets at 60Gbps and the throughput drops to <40Gbps.
Everything is fine With the exact same traffic when packets are truncated to small sizes (eg, 64 or 128 Bytes).
I have tried with different DPDK configurations and the problem still persists. Also I know NIC is not the problem as a simple DPDK application that I have written with default configurations works fine.
I wonder if there is a specific configuration in FastClick that I am missing or you have encountered the same issue before :p
Thanks in advance :)
Update1: If it helps, FastClick simply reaches 100Gbps with 1 or 2 cores, the issue raises with 4 or more cores.
Beta Was this translation helpful? Give feedback.
All reactions