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)