-
Notifications
You must be signed in to change notification settings - Fork 125
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
set the queue length to original values after test #2893
set the queue length to original values after test #2893
Conversation
Before test: During test: ethtool -l eth1 After test: (value reset back to original queue length) |
avocado run ethtool_test.py -m ethtool_vnic_test.yaml --max-parallel-tasks=1 |
@vaishnavibhat can you please re-push the code with suggestion? |
e8bb068
to
3c06795
Compare
ethtool -L option tests for different rx and tx length. The patch works on retrieving the original values for the interface and setting the rx and tx values to original values after the test. Signed-off-by: Vaishnavi Bhat <[email protected]>
3c06795
to
eee658f
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.
LGTM
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
Thanks for PR
ethtool -L option tests for different rx and tx length. The patch works on retrieving the original values for the interface and setting the rx and tx values to original values after the test.