Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 2026735

Summary: Update SR-IOV configuration docs to include Infiniband devices
Product: Red Hat Enterprise Linux 8 Reporter: Charles Haithcock <chaithco>
Component: DocumentationAssignee: Daniel Vozenilek <davozeni>
Documentation sub component: default QA Contact:
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: medium    
Priority: high CC: jherrman, kheib, mtessun
Version: 8.7Keywords: Documentation
Target Milestone: rcFlags: davozeni: needinfo-
pm-rhel: mirror+
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-12-08 18:21:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Charles Haithcock 2021-11-25 16:53:06 UTC
Document URL: 


https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/configuring_and_managing_virtualization/index#attaching-sr-iov-networking-devices-to-virtual-machines_managing-sr-iov-devices




Section Number and Name: 

10.9.2. Attaching SR-IOV networking devices to virtual machines



Describe the issue: 

Currently, the docs describe setting up SR-IOV passthrough for KVM guests for ethernet devices only. These should be updated to include infiniband devices as well as the steps are slightly different. 



Suggestions for improvement: 

The original documentation is pretty good and thus does not need any rewrite, rather to include Infiniband should only necessitate including little additional snippets noting "if using infiniband, do <blah blah blah>". 



Additional information: 

- The steps are fundamentally similar it would seem, however the verbage is different. For example, in both scenarios of using ethernet or infiniband sr-iov, you need to set some sort of globally unique address for the switch to assign network info to. For ethernet, you assign a mac address, for infiniband you set a GUID. From there, the switch can set the ip address (ethernet) or LID (infiniband). 
- There's some work on assisting a customer with configuring their infiniband sr-iov in https://bugzilla.redhat.com/show_bug.cgi?id=2024305 that can be used as reference.