-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add ethtool to docker-platform-monitor #8017
Conversation
@VenkatCisco: In the PR description, can you please indicate the installed size of this package on disk? |
Done |
@VenkatCisco: Is it necessary to backport this to the 201911 branch? That branch is relatively stable; we only want to backport bug fixes. |
Our primary development branches are 202012 and azure/master. Updated the PR accordingly. |
#### Why I did it ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices. #### How I did it add package extension to docker-platform-monitor/Dockerfile.j2
I think this commit is not necessary, ethtool should already been installed in pmon container, please check PR #5725 @VenkatCisco did you see ethtool missing in the pmon docker before this commit? |
#### Why I did it ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices. #### How I did it add package extension to docker-platform-monitor/Dockerfile.j2
This reverts commit 1618aec.
Why I did it
ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices.
How I did it
add package extension to docker-platform-monitor/Dockerfile.j2
How to verify it
ethtool -y
more examples are @ https://linuxhint.com/ethtool_commands_examples/
Which release branch to backport (provide reason below if selected)
Description for the changelog
ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices.
A picture of a cute animal (not mandatory but encouraged)