Quantcast
Channel: Intel Communities : Discussion List - Wired Ethernet
Viewing all articles
Browse latest Browse all 4405

Network adapter driver "ixgbe" meet a compile error on Ubuntu14.04

$
0
0

I have tried to compile the driver Download Intel® Network Adapter Driver for PCIe* Intel® 10 Gigabit Ethernet Network Connections Under Linux*  on Ubuntu 14.04. And meet a compile error:

 

/home/guanxiong/temp/network_drivers/ixgbe-5.2.3/src/ixgbe_main.c: In function ‘ixgbe_select_queue’:

/home/guanxiong/temp/network_drivers/ixgbe-5.2.3/src/ixgbe_main.c:9335:3: error: implicit declaration of function ‘__netdev_pick_tx’ [-Werror=implicit-function-declaration]

   return __netdev_pick_tx(dev, skb);

 

Have someone meet the error before?

 

I also tried to compile it on Ubuntu16.04 and passed. What's the problem?


Viewing all articles
Browse latest Browse all 4405

Trending Articles