-
Notifications
You must be signed in to change notification settings - Fork 106
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
Intel VF attached to VM might not be recognized #578
Comments
@ccristian123 What are the PF and VF device IDs for Intel XXV710 rev2? I noticed there is this ID in the configmap: https://github.com/openshift/sriov-network-operator/blob/master/deploy/configmap.yaml#L6 |
PF assuming is the vendor_model_id in [vendor_id:vendor_model_id] is 154c; does not mach id[1] in any of the entries. How do you find the VF? |
@ccristian123 I see your point, this is a bug when sriov operator is used in VMs (where PF doesn't exist in VM). |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Use go-install-tool instead of go-get-tool for gomock
Hi,
If an Intel XXV710 rev.2 VF is attached to openshift vm worker it will be presented in PCI space of VM as 8086:154c. However the 154c does not pass validation since it's not in device ids supported map ( ids[1] in deploy/configmap.yaml). This happens for RHOSP16.1 and OCP4.8.
Br,
Cristian
The text was updated successfully, but these errors were encountered: