Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 676987 Details for
Bug 888688
infiniband: should show udi or pci id information
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
deviceclassdocument.py patch to add IB devices to the network device class
deviceclassdocument.patch (text/plain), 925 bytes, created by
Greg Nichols
on 2013-01-11 16:37:24 UTC
(
hide
)
Description:
deviceclassdocument.py patch to add IB devices to the network device class
Filename:
MIME Type:
Creator:
Greg Nichols
Created:
2013-01-11 16:37:24 UTC
Size:
925 bytes
patch
obsolete
>diff --git a/v7/deviceclassdocument.py b/v7/deviceclassdocument.py >index 25af366..0872d21 100644 >--- a/v7/deviceclassdocument.py >+++ b/v7/deviceclassdocument.py >@@ -318,8 +318,14 @@ class NetworkDeviceClass(DeviceClassDocument): > def hasDevice(self, device): > if device.getSource() == Constants.hal and "net" in device.getProperty("info.capabilities"): > return True >- if device.getSource() == Constants.udev and device.getProperty("SUBSYSTEM") == "net": >+ if device.getSource() == Constants.udev and ( >+ device.getProperty("SUBSYSTEM") == "net" >+ # infiniband: x060a bridge to IB or x0c06 IB serial controller >+ or device.getProperty("PCI_CLASS") == "60A00" >+ or device.getProperty("PCI_CLASS") == "C0600"): > return True >+ >+ # otherwise > return False > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 888688
:
672813
| 676987