This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
docs: sriov: how to use lspci to see if NIC supports SR-IOV #917
Comments
grahamwhaley
pushed a commit
to grahamwhaley/runtime
that referenced
this issue
Jan 12, 2018
Add details on how to use `lspci` to check if your NIC supports SR-IOV. Fixes: clearcontainers#917 Signed-off-by: Graham Whaley <[email protected]>
Just an idea, but we could [*] update the collect script to include those details. The doc could then just get the users to run the script: [*] - in fact probably should to make debuging SR-IOV issues easier. |
I agree I think we should add that info to the collect script. I'm not sure we need to add use of the collect script to the SR-IOV docs - as they are an install guide rather than a debug guide. Let me at least open an issue for the collect script extension request... |
agreed. Augmenting the collection script is good, but I think the update you make in #918 is helpful/educational. |
grahamwhaley
pushed a commit
to grahamwhaley/runtime
that referenced
this issue
Jan 15, 2018
Add details on how to use `lspci` to check if your NIC supports SR-IOV. Fixes: clearcontainers#917 Signed-off-by: Graham Whaley <[email protected]>
mcastelino
pushed a commit
to mcastelino/runtime
that referenced
this issue
Dec 6, 2018
make: add ability to skip go version check
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
Our SR-IOV doc does not detail many ways on how to check if your NIC hardware actually supports SR-IOV.
You can check that using
lspci
, so add that to the doc.The text was updated successfully, but these errors were encountered: