Intel® Ethernet 800 Series Linux Flow Control

Configuration Guide for RDMA Use Cases

ID 635330
Date 07/13/2023
Version 1.3
Document Table of Contents

Option B: DSCP PFC

When configuring PFC using DSCP, set the traffic class to be used for the application using DSCP.

Mode When to Use
Non-willing

Enable DSCP (map DSCP value 24 to priority/traffic class 3 in this example):

# lldptool -Ti <interface> -V APP app=<prio>,<sel>,<pid> # lldptool -Ti <interface> -V APP app=3,5,24

Note on syntax:

  • <prio>: Prio/TC assigned to the DSCP/ToS code point
  • <sel>: is 5 for DSCP to TC mapping (see IEEE_​8021QAZ_​APP_​SEL_​DSCP symbol in Linux kernel)
  • <pid>: DSCP/ToS code point
Willing In DSCP mode, DCBx is disabled.