Date: Fri, 03 Jan 2020 13:23:33 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 243056] smartpqi error and warning messages Message-ID: <bug-243056-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243056 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@FreeBSD.org Reporter: jfc@mit.edu Running on an HPE ProLiant DL325 Gen10 (AMD EPYC 7402P 24 core) I see an er= ror 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 MM2000JE= FRC=20 model: MM2000JEFRC bus:0 target:64 lun:0 is_physical_device:0x1 expose_device:0x1 volume_offline 0x0 volume_status 0x0=20 [WARN]:[67:655.0][CPU 14][pqisrc_add_device][1217]:vendor: HP MM2000JE= FRC=20 model: MM2000JEFRC bus:0 target:65 lun:0 is_physical_device:0x1 expose_device:0x1 volume_offline 0x0 volume_status 0x0=20 [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=20 [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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243056-227>