Intel® Ethernet Controller E810 Application Device Queues (ADQ)

Configuration Guide

ID 609008
Date 04/03/2023
Version 2.8
Document Table of Contents

Install iproute2 (Update If Needed)

Note:iproute2-ss180813 or later is required. It is included in operating systems with inbox base kernels 4.17.19 or newer. If the OS has an older inbox base kernel (even if back-ported for ADQ support), an iproute2 update may be required:

https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/

Note that this step is not required if the ADQ setup script is used to create an ADQ setup.

  1. Ensure that the necessary kernel modules are loaded. modprobe sch_mqprio modprobe act_mirred modprobe cls_flower
  2. Install iproute2. clone the public iproute2: git clone https://git.kernel.org/pub/scm/network/iproute2/iproute2.git yum -y install libdb-devel cd iproute2 ./configure make DESTDIR=/opt/iproute2 install
Note:If using RHEL 8.1 or later, iproute2 is already at required version for ADQ and can be installed with the iproute-tc package rather than the above install procedure.

Example on RHEL 8.1:

yum install -y iproute-tc