[dpdk-dev] [PATCH] bsdapp: fix missing #define for drivers compile

2015-11-04 Thread Thomas Monjalon
2015-11-04 17:05, Bruce Richardson: > The i40e driver was using a #define value for the max number of rxtx > interrupts > supported. This value was defined only for linux, giving an error when > compiling > on FreeBSD. > > CC i40e_ethdev.o > /usr/home/bruce/dpdk.org/drivers/net/i40e/i40e_ethde

[dpdk-dev] [PATCH] bsdapp: fix missing #define for drivers compile

2015-11-04 Thread Bruce Richardson
The i40e driver was using a #define value for the max number of rxtx interrupts supported. This value was defined only for linux, giving an error when compiling on FreeBSD. CC i40e_ethdev.o /usr/home/bruce/dpdk.org/drivers/net/i40e/i40e_ethdev.c:3885:9: fatal error: use of undeclared id