ANLAB-KAIST / Packet-IO-Engine

A high-performance and batching-oriented device driver for Intel 82598/82599-based network interface cards, the work is done in cooperation with ANLAB and NDSL.
http://shader.kaist.edu/packetshader/io_engine/
Other
144 stars 43 forks source link

Warnings & errors on driver compilation #17

Open inker opened 9 years ago

inker commented 9 years ago

The driver's Makefile seems to be malfunctioning as the make command yields a myriad of warnings & the following error: error: implicit declaration of function ‘SET_ETHTOOL_OPS’ [-Werror=implicit-function-declaration] SET_ETHTOOL_OPS(netdev, &ixgbe_ethtool_ops);