Intel® Ethernet 800 Series Linux Flow Control

Configuration Guide for RDMA Use Cases

ID Date Version Classification
635330 11/13/2025 Public
Document Table of Contents

Network Host and Switch Setup

Note:PFC can be used with or without a switch in the network.
  • If using a switch, you must configure PFC on both the adapter ports and the switch ports. Consult the appropriate switch manual for command syntax.
  • If using adapters back-to-back, configure PFC on both hosts.

Host prerequisites for RDMA are outside the scope of this guide, but in general, you need at a minimum:

  • Two Linux hosts with 800 Series adapters.
  • Supporting 800 Series firmware and software (NVM with RDMA support, ice (Intel® Ethernet) driver, and irdma driver).

If using DCB in software mode, and you want to utilize DCBx, you will need an LLDP aware negotiator like OpenLLDP which includes the lldpad daemon and lldptool configuration utility. If you want to directly configure a machines DCB settings, the "dcb" utility that is provided with the iproute2 suite works well.

  • In RHEL, install it with yum (zypper or apt-get might work as well in other operating systems.): # dnf install lldpad
  • Alternatively, install from source from:

    https://github.com/intel/openlldp