Intel® Ethernet Controller E810 Data Plane Development Kit (DPDK) 22.11/23.03
Configuration Guide
Downloading and Installing the ice Driver
Intel® Ethernet 800 Series Linux Drivers for PF and VF are available from the following sources:
- http://sourceforge.net/projects/e1000/files/
- https://www.intel.com/content/www/us/en/download-center/home.html
Refer to the Intel® Ethernet Controller E810 Feature Support Matrix for the recommended driver combinations. For further feature explanation and configuration instructions, refer to the ice driver README.
- Download and extract the ice driver.
Run the following commands using sudo.
### download ice-<x.x.x>.tar.gz 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