Date: Wed, 18 Nov 2020 09:33:47 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 250922] no packet received by ix(4) card when system booted Message-ID: <bug-250922-7501-ziwNqdtuYp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-250922-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-250922-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=3D250922 --- Comment #4 from sdalu@sdalu.com --- No warning in dmesg. I just try 3.3.18 from the intel site (I followed your link), it is not building: Warning: Object directory not changed from original /root/ix-3.3.18/src cc -O2 -pipe -DSMP -DINET -DINET6 -DIXGBE_STANDALONE_BUILD -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/ck/include -fno-common=20 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/usr/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/usr/src/sys/x86/include -MD -MF.depend.if_= ix.o -MTif_ix.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float=20 -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -W= all -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-comp= are -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -Wno-address-of-packed-member -mno-aes -mno-avx -std=3Diso9899:1999 -c if_ix.c -o if_ix.o In file included from if_ix.c:42: In file included from ./ixgbe.h:93: ./freebsd_compat_common.h:142:15: error: redefinition of typedef 'iflladdr_cb_t' is a C11 feature [-Werror,-Wtypedef-redefinition] typedef u_int iflladdr_cb_t(void *, struct sockaddr_dl *, u_int); ^ /usr/src/sys/net/if_var.h:742:15: note: previous definition is here typedef u_int iflladdr_cb_t(void *, struct sockaddr_dl *, u_int); ^ 1 error generated. *** Error code 1 --=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-250922-7501-ziwNqdtuYp>