Date: Sun, 13 Jul 2025 15:20:55 +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-96lw4c4JTL@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 #29 from Zhenlei Huang <zlei@FreeBSD.org> --- It appears this is a regression from change [1]. May you please have a try = with the following patch ? ``` diff --git a/sys/dev/qlnx/qlnxe/qlnx_os.c b/sys/dev/qlnx/qlnxe/qlnx_os.c index 49d3f20aa0c2..73f3172b065c 100644 --- a/sys/dev/qlnx/qlnxe/qlnx_os.c +++ b/sys/dev/qlnx/qlnxe/qlnx_os.c @@ -30,6 +30,9 @@ * Author : David C Somayajulu, Cavium, Inc., San Jose, CA 95131. */ +#include "opt_inet.h" +#include "opt_inet6.h" + #include <sys/cdefs.h> #include "qlnx_os.h" #include "bcm_osal.h" diff --git a/sys/modules/qlnx/qlnxe/Makefile b/sys/modules/qlnx/qlnxe/Makef= ile index 3d8415cf0e57..2e1b7a158adf 100644 --- a/sys/modules/qlnx/qlnxe/Makefile +++ b/sys/modules/qlnx/qlnxe/Makefile @@ -42,6 +42,7 @@ SRCS+=3Decore_init_fw_funcs.c ecore_int.c ecore_mcp.c SRCS+=3Decore_sp_commands.c ecore_spq.c ecore_l2.c SRCS+=3Decore_init_ops.c ecore_dbg_fw_funcs.c SRCS+=3Decore_mng_tlv.c +SRCS+=3Dopt_inet.h opt_inet6.h SRCS+=3Decore_sriov.c SRCS+=3Decore_vf.c ``` [1] 5684c8783b64e qlnxe: Add missing #ifdef INET to fix amd64 LINT-NOINET/N= OIP builds --=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-96lw4c4JTL>