44 lines
1.5 KiB
Diff
44 lines
1.5 KiB
Diff
commit 108d5124b8377587aa2ae73cf432901f008ff47b
|
|
Author: Sidraya Jayagond <sidraya@linux.ibm.com>
|
|
Date: Fri Jun 27 20:46:48 2025 +0200
|
|
|
|
man pages: Update man page for --rawids option and PFT and VF columns
|
|
|
|
Update the smc_rnics man page to clarify that --rawids options outputs
|
|
raw PCI, PFT and VFN codes, and add descriptions for the new PFT, VF
|
|
and VFN columns.
|
|
|
|
Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
|
|
Reviewed-by: Wenjia Zhang <wenjia@linux.ibm.com>
|
|
Signed-off-by: Sidraya Jayagond <sidraya@linux.ibm.com>
|
|
|
|
diff --git a/smc_rnics.8 b/smc_rnics.8
|
|
index d4f4f1d..789dff4 100644
|
|
--- a/smc_rnics.8
|
|
+++ b/smc_rnics.8
|
|
@@ -60,7 +60,7 @@ usage information.
|
|
Display IB device information.
|
|
.TP
|
|
.BR "\-r, \-\-rawids"
|
|
-Display raw PCI vendor and device codes in column. Note that this will
|
|
+Display raw PCI vendor/device, PFT, and VFN codes in columns. Note that this will
|
|
also include unknown devices.
|
|
.TP
|
|
.BR "\-v, \-\-version"
|
|
@@ -87,6 +87,15 @@ Device type in human readable form. See option
|
|
.B -r
|
|
to switch to display of PCI vendor and device instead.
|
|
|
|
+.SS "PFT"
|
|
+PCI Function Type. Display hexadecimal value with option -r or mapped name with option -a.
|
|
+
|
|
+.SS "VF"
|
|
+Virtual Function. Indicates if the FID is a virtual function within the adapter.
|
|
+
|
|
+.SS "VFN"
|
|
+Virtual Function number. Indicates the virtual function within the adapter.
|
|
+
|
|
.SS "PPrt"
|
|
Corresponding physical port of an RNIC, if applicable. Starts counting at 0.
|
|
|