[Bug 243056] smartpqi error and warning messages

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 3 13:23:34 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243056

            Bug ID: 243056
           Summary: smartpqi error and warning messages
           Product: Base System
           Version: 12.1-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: jfc at mit.edu

Running on an HPE ProLiant DL325 Gen10 (AMD EPYC 7402P 24 core) I see an error
from the smartpqi driver in dmesg output, "unrecognized PQI config table
section ID: 0x5".  Looking at the source (smartpqi_init.c) the error message
seems unnecessary.  The driver is looking for one specific config table
section, not trying to parse them all.  Unrecognized sections are fine.

Also there is a "WARN" message for each connected device.  The DBG_WARN in
pqisrc_add_device should be a DBG_INFO, which would disable the message in
normal operation.  (See PQISRC_LOG_LEVEL in smartpqi_defines.h.)

Here is the relevant fragment of dmesg output

FreeBSD 12.1-RELEASE-p1 GENERIC amd64
[...]
acpi0: <HPE Server> on motherboard
[...]
pcib11: <ACPI Host-PCI bridge> numa-domain 0 on acpi0
pci11: <ACPI PCI bus> numa-domain 0 on pcib11
pci11: <base peripheral, IOMMU> at device 0.2 (no driver attached)
pcib12: <ACPI PCI-PCI bridge> at device 1.1 numa-domain 0 on pci11
pci12: <ACPI PCI bus> numa-domain 0 on pcib12
smartpqi0: <P408i-a SR Gen10> port 0x4000-0x40ff mem 0x90500000-0x90507fff at
device 0.0 numa-domain 0 on pci12
smartpqi0: using MSI-X interrupts (48 vectors)
[ERROR]::[67:655.0][CPU 14][pqisrc_process_config_table][457]:unrecognized PQI
config table section ID: 0x5
[WARN]:[67:655.0][CPU 14][pqisrc_add_device][1217]:vendor: HP      MM2000JEFRC 
    model: MM2000JEFRC      bus:0 target:64 lun:0 is_physical_device:0x1
expose_device:0x1 volume_offline 0x0 volume_status 0x0 
[WARN]:[67:655.0][CPU 14][pqisrc_add_device][1217]:vendor: HP      MM2000JEFRC 
    model: MM2000JEFRC      bus:0 target:65 lun:0 is_physical_device:0x1
expose_device:0x1 volume_offline 0x0 volume_status 0x0 
[WARN]:[67:655.0][CPU 14][pqisrc_add_device][1217]:vendor: HPE     Smart
Adapter    model: Smart Adapter    bus:0 target:66 lun:0 is_physical_device:0x1
expose_device:0x1 volume_offline 0x0 volume_status 0x0 
[WARN]:[67:655.0][CPU 14][pqisrc_add_device][1217]:vendor: HPE     P408i-a SR
Gen10 model: P408i-a SR Gen10 bus:2 target:1088 lun:0 is_physical_device:0x0
expose_device:0x1 volume_offline 0x0 volume_status 0x0

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list