svn commit: r315333 - in stable/10/sys: conf dev/ixgbe modules/ix modules/ixv

Peter Jeremy peter at rulingia.com
Thu Mar 16 19:31:10 UTC 2017


On 2017-Mar-15 21:20:17 +0000, Eric Joyner <erj at FreeBSD.org> wrote:
>Author: erj
>Date: Wed Mar 15 21:20:17 2017
>New Revision: 315333
>URL: https://svnweb.freebsd.org/changeset/base/315333
>
>Log:
>  ixgbe(4): Update to 3.2.11-k

I'll add that this broke the ixv compile on my i386 VM:
===> ixv (all)
cc  -O2 -pipe  -DSMP -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/usr/src/sys/modules/ixv/../../dev/ixgbe -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC  -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwarf-2 -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c /usr/src/sys/modules/ixv/../../dev/ixgbe/if_ixv.c -o if_ixv.o
/usr/src/sys/modules/ixv/../../dev/ixgbe/if_ixv.c:2292:3: error: incompatible pointer types initializing 'uint64_t *' (aka 'unsigned long long *') with an expression of type 'unsigned long *' [-Werror,-Wincompatible-pointer-types]
                SYSCTL_ADD_UQUAD(ctx, queue_list, OID_AUTO, "no_tx_dma_setup",
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@/sys/sysctl.h:413:12: note: expanded from macro 'SYSCTL_ADD_UQUAD'
        uint64_t *__ptr = (ptr);                                        \
                  ^       ~~~~~
1 error generated.

-- 
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20170317/80f3be67/attachment.sig>


More information about the svn-src-all mailing list