-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confusion surrounding range commands #295
Comments
The script is mixing single mode calls and range calls. The
|
Please update pktgen to latest version 24.10.3 and you may have to update DPDK to the current version as well. DPDK has changed defines and APIs, which makes it difficult to maintain backward compatibility so I only support latest Pktgen and DPDK. Give that a try and see if that works as the above screen does not look correct for you configuration. When I have more time today, I will read the rest of the post above. |
When using range command it does cycle thru the packet until you stop sending traffic as long as send forever is set as the TX packet count. Make sure you did not set the TX count to some value. The only way to get something different then what the range mode supports is to use PCAP file with the traffic you need. |
That doesn't seem to be the case when I run the script you sent. It immediately exits. |
In the script I did not start pktgen sending packets unless you added that code back. After loading the script you can do the |
Hi, I am trying to use the range commands to control the number of unique flows for my workload.
This is the lua script I have right now
My confusion is that when I execute this workload, the source port and destination port do not remain static. But the src ip remains static but the destination ip address seems to also exceed the range.
Have I configured the range commands incorrectly? Any help would be appreciated.
The text was updated successfully, but these errors were encountered: