Skip to content

Commit

Permalink
Clarify NIC.Speed in README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Pipes <jaypipes@gmail.com>
Signed-off-by: Jacob Young <jacoby@nvidia.com>
  • Loading branch information
2 people authored and Jacob Young committed May 11, 2023
1 parent 4ee9865 commit 203daa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -716,8 +716,8 @@ Each `ghw.NIC` struct contains the following fields:
* `ghw.NIC.PCIAddress` is the PCI device address of the device backing the NIC.
this is not-nil only if the backing device is indeed a PCI device; more backing
devices (e.g. USB) will be added in future versions.
* `ghw.NIC.Speed` is a string showing the current link speed. This
field will be present even if ethtool is not available.
* `ghw.NIC.Speed` is a string showing the current link speed. On Linux, this
field will be present even if `ethtool` is not available.
* `ghw.NIC.Duplex` is a string showing the current link duplex. This
field will be present even if ethtool is not available.
* `ghw.NIC.SupportedLinkModes` is a string slice containing a list of
Expand Down

0 comments on commit 203daa7

Please sign in to comment.