[Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Jul 2025 17:45:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287445 leper <leper4@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #262068|0 |1 is obsolete| | --- Comment #27 from leper <leper4@protonmail.com> --- Created attachment 262076 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=262076&action=edit messages with dp_level=0 dp_module=4 dbg_level=0x0a Added the following for the dbg_level setting to actually work, I guess that might also explain why some of the earlier debug settings did not reveal much. --- a/sys/dev/qlnx/qlnxe/qlnx_def.h +++ b/sys/dev/qlnx/qlnxe/qlnx_def.h @@ -528,6 +528,8 @@ typedef struct qlnx_host qlnx_host_t; * Debug Related */ +#define QLNX_DEBUG 1 + #ifdef QLNX_DEBUG #define QL_DPRINT1(ha, x, ...) \ The interesting part (I guess) should start around line 743 with "Jul 12 14:28:05 y-test kernel: [56450] ql0: [qlnx_ioctl:2726]SIOCSIFMEDIA/SIOCGIFMEDIA (0xc0306938)" -- You are receiving this mail because: You are the assignee for the bug.