Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
make
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
CC [M] /home/administrator/ixgbe-5.1.3/src/ixgbe_main.o
/home/administrator/ixgbe-5.1.3/src/ixgbe_main.c: In function ‘ixgbe_select_queue’:
/home/administrator/ixgbe-5.1.3/src/ixgbe_main.c:9117:3: error: implicit declaration of function ‘__netdev_pick_tx’ [-Werror=implicit-function-declaration]
return __netdev_pick_tx(dev, skb);
^
/home/administrator/ixgbe-5.1.3/src/ixgbe_main.c: At top level:
/home/administrator/ixgbe-5.1.3/src/ixgbe_main.c:10175:2: warning: initialization from incompatible pointer type [enabled by default]
.ndo_select_queue = ixgbe_select_queue,
^
/home/administrator/ixgbe-5.1.3/src/ixgbe_main.c:10175:2: warning: (near initialization for ‘ixgbe_netdev_ops.ndo_select_queue’) [enabled by default]
cc1: some warnings being treated as errors
make[2]: *** [/home/administrator/ixgbe-5.1.3/src/ixgbe_main.o] Error 1
make[1]: *** [_module_/home/administrator/ixgbe-5.1.3/src] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make: *** [default] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment