IntelĀ® Ethernet 800 Series Linux Drivers for PF and VF are available from the following sources:
Download and extract the ice driver.
tar -xzvf ice-<x.x.x.tar.gz
cd ice-<x.x.x>/src/
Compile and install the ice driver.
make -j 8
make install
modprobe ice
If an issue is encountered when loading the driver, use the following command to check dmesg for errors from the ice module
dmesg | grep ice