Intel® Ethernet Controller E810 Data Plane Development Kit (DPDK) 22.11/23.03

Configuration Guide

ID 764257
Date 06/16/2023
Version 22.11
Document Table of Contents

Downloading and Installing the ice Driver

Note:This section can be skipped if only the DPDK driver is being used.

Intel® Ethernet 800 Series Linux Drivers for PF and VF are available from the following sources:

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.

  1. 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/
  2. Compile and install the ice driver. make -j 8 make install modprobe ice
  3. 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