Date: Sat, 12 Jul 2025 17:45:21 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Message-ID: <bug-287445-7501-5luYy3XMWx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-287445-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-287445-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 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=3D262076&action= =3Dedit messages with dp_level=3D0 dp_module=3D4 dbg_level=3D0x0a 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 mu= ch. --- 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/SIOCGIFM= EDIA (0xc0306938)" --=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-287445-7501-5luYy3XMWx>