You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
When I tried to use trex to load PCAP file and replay the packets data, I found that only one core is fully used even I specified -c 10 in the command line. And the max TX rate is about 3Mpps. How can I use multiple cores to replay packets of PCAP file to get a higher TX rate? Do you have some suggestions on it? Thanks.
As I understand it, sending PCAPs is generally limited to one thread. Here is quote from manual:
The profile runs on one DP thread because it has a burst with 1 packet. (Cannot split in this case.)
It makes sense to me as PCAP has defined order of packets. You can't send second packet before first packet. Even if you split packets among cores, you would need to have some synchronization mechanism to guarantee order of packets, which would slow performance.
Hi team,
When I tried to use trex to load PCAP file and replay the packets data, I found that only one core is fully used even I specified
-c 10
in the command line. And the max TX rate is about 3Mpps. How can I use multiple cores to replay packets of PCAP file to get a higher TX rate? Do you have some suggestions on it? Thanks.Below is my environment and config.
The text was updated successfully, but these errors were encountered: