-
Notifications
You must be signed in to change notification settings - Fork 123
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
RX TX queue tuning before running iperf test #2780
RX TX queue tuning before running iperf test #2780
Conversation
5188350
to
c1648b6
Compare
@vaishnavibhat can you please rebase as we have issue in Travis CI which was address in other commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vaishnavibhat 2 questions
- are these changes applicable for all type of devices or only vnic
- should other performance test requires similar change... in that case move some code can be moved to common like enable irq and tune
Yes, sending patch to include the change in netperf and uperf test cases |
|
4a8b21c
to
9e86647
Compare
avocado run iperf_test.py -m iperf_virt_test.yaml --max-parallel-tasks=1 Test summary: [job.log] |
9e86647
to
9b5dbf6
Compare
9b5dbf6
to
34b76c5
Compare
@vaishnavibhat anyting pending on this ? I see the existing is_vnic utils unused |
Taken care of the changes to include the utils is_vnic() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@vaishnavibhat please rebase PR , and address CI failure |
Patch enables runnign of irqbalance service, tuning rx tx queue values before starting iperf tests. The command to run iperf test from client side is improvised to include parallel threads, interval between periodic bandwidth reports and time in seconds to transmit for values Signed-off-by: Vaishnavi Bhat <[email protected]>
41a5a73
to
334b3f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR
The patch enables runnign of irqbalance service, tuning rx tx queue values before starting iperf tests.
The command to run iperf test from client side is improvised to include parallel threads, interval between periodic bandwidth reports and time in seconds to transmit for values