/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -mssse3 -I/usr/local/include/dpdk -I/usr/include/dpdk -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT lib/netdev-dpdk.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-dpdk.lo ../lib/netdev-dpdk.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -I ./include -I ../lib -I ./lib -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -mssse3 -I/usr/local/include/dpdk -I/usr/include/dpdk -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT lib/netdev-dpdk.lo -MD -MP -MF lib/.deps/netdev-dpdk.Tpo -c ../lib/netdev-dpdk.c -o lib/netdev-dpdk.o
../lib/netdev-dpdk.c: In function ‘netdev_dpdk_get_features’:
../lib/netdev-dpdk.c:1841:32: error: ‘ETH_SPEED_NUM_10M’ undeclared (first use in this function)
if (link.link_speed == ETH_SPEED_NUM_10M) {
^
../lib/netdev-dpdk.c:1841:32: note: each undeclared identifier is reported only once for each function it appears in
../lib/netdev-dpdk.c:1844:32: error: ‘ETH_SPEED_NUM_100M’ undeclared (first use in this function)
if (link.link_speed == ETH_SPEED_NUM_100M) {
^
../lib/netdev-dpdk.c:1847:32: error: ‘ETH_SPEED_NUM_1G’ undeclared (first use in this function)
if (link.link_speed == ETH_SPEED_NUM_1G) {
^
../lib/netdev-dpdk.c:1860:32: error: ‘ETH_SPEED_NUM_10G’ undeclared (first use in this function)
if (link.link_speed == ETH_SPEED_NUM_10G) {
^
../lib/netdev-dpdk.c:1865:13: error: ‘struct rte_eth_link’ has no member named ‘link_autoneg’
if (link.link_autoneg) {
^
Makefile:4164: recipe for target 'lib/netdev-dpdk.lo' failed