Intel® Ethernet Controller E810 Application Device Queues (ADQ)
Configuration Guide
Install iproute2 (Update If Needed)
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.
- Ensure that the necessary kernel modules are loaded.
modprobe sch_mqprio modprobe act_mirred modprobe cls_flower - 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
Example on RHEL 8.1: