Skip to content
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

doc: README: document the net.NIC.PCIAddress #226

Merged
merged 1 commit into from
Feb 12, 2021

Conversation

ffromani
Copy link
Collaborator

Document the new field added in commit 13f3f64

Signed-off-by: Francesco Romani [email protected]

README.md Outdated
@@ -653,6 +653,9 @@ Each `ghw.NIC` struct contains the following fields:
* `ghw.NIC.Capabilities` is an array of pointers to `ghw.NICCapability` structs
that can describe the things the NIC supports. These capabilities match the
returned values from the `ethtool -k <DEVICE>` call on Linux
* `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 d PCI device; more backing
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/a d PCI device/a PCI device/ :)

Document the new field added in commit 13f3f64

Signed-off-by: Francesco Romani <[email protected]>
@jaypipes jaypipes merged commit 6068798 into jaypipes:master Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants