Intel® Ethernet Controller E810 Application Device Queues (ADQ)
Configuration Guide
netperf Server
The following variables are used in the examples in this section:
Using ADQ Setup Script
The ADQ Setup script allows you to quickly and easily configure required ADQ parameters such as traffic classes, priority, filters, and ethtool parameters etc.
- To configure ADQ, run the following command:
adqsetup --dev=$iface –-priority=skbedit --busypoll=$bp --busyread=$br create $file_name mode shared \ queues $num_queues_tc1 ports $portrange addrs $addr See Notes below for customizing the ADQ configuration. Once ADQ is configured by adqsetup, start the netperf server.
Notes: - The example command above creates both ingress (Rx) and egress (Tx) filters, and Linux cgroups are not needed to be created and can be skipped (cgroup is only needed if
--priority=skbedit was NOT specified in adqsetup command). - ADQ Setup script handles symmetric queues and affinity.
- The setup script sets per-queue coalesce by default.
- Set the transmit and receive interrupt coalescing values to
--rxadapt=off --rxusecs=0 --txadapt=off --txusecs=500 for improved ADQ performance. - To configure independent pollers, add the
--pollers=$pollers parameter in the adqsetup command (and optionally--pollers_timeout ), and remove the flags to set global--busypoll=$bp --busyread=$br . - Use the
cpu parameter in the command to bind the independent pollers to specific CPU cores. Refer to ADQ Setup Using ADQ Setup Script for more information on pinning pollers to specific CPU cores. - The
--debug parameter is optional, but it is useful for obtaining complete configuration details. - For more information on how to use the script, refer to ADQ Setup Using ADQ Setup Script.
- The example command above creates both ingress (Rx) and egress (Tx) filters, and Linux cgroups are not needed to be created and can be skipped (cgroup is only needed if
- Start netperf server (netserver).
If egress TC filters(s) created with skbedit priority:
netserver -4 -L ${ipaddrserver} -Dd Note:If cgroup priority is set for Application Network traffic ( --priority=skbedit is not specified in the command), see Set cgroup Priority for Application Network Traffic (If Needed) for instructions on configuring cgroup and running tasks with cgroup.