public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lsvpd] rawhide: Fix description for nvidia specfic adapters
@ 2026-09-16 7:35 Aditi
0 siblings, 0 replies; only message in thread
From: Aditi @ 2026-09-16 7:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/lsvpd
Branch : rawhide
Commit : e074e485712214d57aefd34a08eb4ebe42bd9c3b
Author : Aditi <aditi@li-5b47664c-27d4-11b2-a85c-e238935f27f0.ibm.com>
Date : 2026-09-03T13:41:14+05:30
Stats : +40/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/lsvpd/c/e074e485712214d57aefd34a08eb4ebe42bd9c3b?branch=rawhide
Log:
Fix description for nvidia specfic adapters
---
diff --git a/0001-Fix-description-for-nvidia-specific-adapters.patch b/0001-Fix-description-for-nvidia-specific-adapters.patch
new file mode 100644
index 0000000..ec139a4
--- /dev/null
+++ b/0001-Fix-description-for-nvidia-specific-adapters.patch
@@ -0,0 +1,39 @@
+diff -rNu a/src/internal/sys_interface/sysfstreecollector.cpp b/src/internal/sys_interface/sysfstreecollector.cpp
+--- a/src/internal/sys_interface/sysfstreecollector.cpp 2025-12-02 12:50:31.000000000 +0530
++++ b/src/internal/sys_interface/sysfstreecollector.cpp 2026-09-03 12:39:44.309808721 +0530
+@@ -1742,7 +1742,7 @@
+ fillMe->mFeatureCode.setValue("EAPC / EAPD", 95, __FILE__, __LINE__);
+ fillMe->addDeviceSpecific("CE", "CCIN Extension", "EC26", 95);
+ fillMe->mDescription.setValue(fillMe->mDescription.getValue() +
+- " PCIe4 4-Port 25Gb/10Gb RoCE SFP28 Adapter", 95, __FILE__, __LINE__);
++ " PCIe4 4-Port 25Gb/10Gb/1Gb RoCE SFP28 Adapter", 95, __FILE__, __LINE__);
+ break;
+
+ case 0x15b30022: // CX7 Onion Creek PF
+@@ -1752,7 +1752,7 @@
+ fillMe->mFeatureCode.setValue("EAPE / EAPF", 95, __FILE__, __LINE__);
+ fillMe->addDeviceSpecific("CE", "CCIN Extension", "EC2E", 95);
+ fillMe->mDescription.setValue(fillMe->mDescription.getValue() +
+- " PCIe5 2-Port 100GbE RoCE QSFP56 Adapter", 95, __FILE__, __LINE__);
++ " PCIe5 2-Port 200GbE RoCE QSFP56 Adapter", 95, __FILE__, __LINE__);
+ break;
+
+ default:
+@@ -1769,7 +1769,7 @@
+ fillMe->mFeatureCode.setValue("EAPC / EAPD", 95, __FILE__, __LINE__);
+ fillMe->addDeviceSpecific("CE", "CCIN Extension", "EC26", 95);
+ fillMe->mDescription.setValue(fillMe->mDescription.getValue() +
+- " PCIe4 4-Port 25Gb/10Gb RoCE SFP28 Adapter", 95, __FILE__, __LINE__);
++ " PCIe4 4-Port 25Gb/10Gb/1Gb RoCE SFP28 Adapter", 95, __FILE__, __LINE__);
+ break;
+
+ case 0x15b30022: // CX7 Onion Creek SR-IOV
+@@ -1779,7 +1779,7 @@
+ fillMe->mFeatureCode.setValue("EAPE / EAPF", 95, __FILE__, __LINE__);
+ fillMe->addDeviceSpecific("CE", "CCIN Extension", "EC2E", 95);
+ fillMe->mDescription.setValue(fillMe->mDescription.getValue() +
+- " PCIe5 2-Port 100GbE RoCE QSFP56 Adapter", 95, __FILE__, __LINE__);
++ " PCIe5 2-Port 200GbE RoCE QSFP56 Adapter", 95, __FILE__, __LINE__);
+ break;
+
+ default:
diff --git a/lsvpd.spec b/lsvpd.spec
index 17b1194..9478d27 100644
--- a/lsvpd.spec
+++ b/lsvpd.spec
@@ -10,6 +10,7 @@ Source: https://github.com/power-ras/%{name}/archive/v%{version}/%{name}-%{versi
# upstream patches
# lsvpd: Enhance tools to print device information in tuple format
Patch10: lsvpd-add-FRU-number-for-Spyre-cards.patch
+Patch11: 0001-Fix-description-for-nvidia-specific-adapters.patch
BuildRequires: gcc-c++
BuildRequires: libvpd-devel >= 2.2.9
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-16 7:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-16 7:35 [rpms/lsvpd] rawhide: Fix description for nvidia specfic adapters Aditi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox