ixgbe 驱动下载
https://downloadcenter.intel.com/download/26867/Ethernet-Intel-Network-Adapter-Driver-for-PCIe-Intel-10-Gigabit-Ethernet-Network-Connections-Under-Linux-
Extract the ixgbe package using:
tar xzvf ixgbe-5.0.4.tar.gz
Head to the source directory:
cd ixgbe-5.0.4/src
At this point, we now can compile and install the driver as normal.
make
sudo rmmod ixgbe
sudo make install
sudo insmod ./ixgbe
sudo modprobe ixgbe
That will install the driver you need. At this point, you should be able to see your interfaces using “ip a” but they will not be setup yet.