Date: Sat, 12 Jul 2025 02:16:33 +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-OdJf6vI05K@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 --- Comment #23 from Zhenlei Huang <zlei@FreeBSD.org> --- (In reply to leper from comment #22) Emm, sorry I forgot the `dp_module`. Try this, ``` ### Enable ECORE_MSG_LINK sysctl dev.ql.0.dp_module=3D4 ``` Or from the source code, ``` --- a/sys/dev/qlnx/qlnxe/qlnx_os.c +++ b/sys/dev/qlnx/qlnxe/qlnx_os.c @@ -1205,8 +1205,8 @@ qlnx_init_hw(qlnx_host_t *ha) ECORE_MSG_RDMA; ha->dp_level =3D ECORE_LEVEL_VERBOSE;*/ //ha->dp_module =3D ECORE_MSG_RDMA | ECORE_MSG_INTR | ECORE_MSG_LL2; - ha->dp_level =3D ECORE_LEVEL_NOTICE; - //ha->dp_level =3D ECORE_LEVEL_VERBOSE; + ha->dp_module =3D ECORE_MSG_LINK; + ha->dp_level =3D ECORE_LEVEL_VERBOSE; ecore_init_dp(&ha->cdev, ha->dp_module, ha->dp_level, ha->pci_dev); ``` --=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-OdJf6vI05K>