public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Aditi <aditi@li-5b47664c-27d4-11b2-a85c-e238935f27f0.ibm.com>
To: git-commits@fedoraproject.org
Subject: [rpms/lsvpd] rawhide: Fix description for nvidia specfic adapters
Date: Wed, 16 Sep 2026 07:35:36 GMT	[thread overview]
Message-ID: <178954413615.1.6189395816976447091.rpms-lsvpd-e074e4857122@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-09-16  7:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178954413615.1.6189395816976447091.rpms-lsvpd-e074e4857122@fedoraproject.org \
    --to=aditi@li-5b47664c-27d4-11b2-a85c-e238935f27f0.ibm.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox