[Bug 250922] no packet received by ix(4) card when system booted
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 18 09:33:47 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250922
--- Comment #4 from sdalu at 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
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
-fdebug-prefix-map=./machine=/usr/src/sys/amd64/include
-fdebug-prefix-map=./x86=/usr/src/sys/x86/include -MD -MF.depend.if_ix.o
-MTif_ix.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign
-D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs
-fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare
-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=iso9899: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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list