Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142384392
D29394.id86205.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
663 B
Referenced Files
None
Subscribers
None
D29394.id86205.diff
View Options
Index: sys/dev/pci/pci.c
===================================================================
--- sys/dev/pci/pci.c
+++ sys/dev/pci/pci.c
@@ -5004,7 +5004,8 @@
if (resource_list_release_active(rl, dev, child, SYS_RES_IRQ) != 0)
pci_printf(&dinfo->cfg, "Device leaked IRQ resources\n");
if (dinfo->cfg.msi.msi_alloc != 0 || dinfo->cfg.msix.msix_alloc != 0) {
- pci_printf(&dinfo->cfg, "Device leaked MSI vectors\n");
+ pci_printf(&dinfo->cfg, "Device leaked MSI/-X vectors: %d/%d\n",
+ dinfo->cfg.msi.msi_alloc, dinfo->cfg.msix.msix_alloc);
(void)pci_release_msi(child);
}
if (resource_list_release_active(rl, dev, child, SYS_RES_MEMORY) != 0)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 10:07 AM (16 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27761998
Default Alt Text
D29394.id86205.diff (663 B)
Attached To
Mode
D29394: pci: enhance printf for leaked MSI[-X] vectors
Attached
Detach File
Event Timeline
Log In to Comment