Internet-Draft Precise Priority-based Flow Control Noti June 2026
Xiong & Zhu Expires 17 December 2026 [Page]
Workgroup:
rtgwg
Internet-Draft:
draft-xz-rtgwg-ppfc-rocv2-00
Published:
Intended Status:
Standards Track
Expires:
Authors:
Q. Xiong
ZTE Corporation
X. Zhu
ZTE Corporation

Precise Priority-based Flow Control Notification with RoCEv2

Abstract

This document defines a format for Precise Priority-based Flow Control (PPFC) notifications within RoCEv2 (RDMA over Converged Ethernet version 2) networks. The proposed format enables network devices experiencing congestion to generate explicit congestion signals that can be efficiently carried back to the source clients. This facilitates fast, fine-grained flow control, complementing traditional end-to-end congestion control and improving performance in high-throughput, low-latency environments.

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

This Internet-Draft will expire on 17 December 2026.

Table of Contents

1. Introduction

RoCEv2 (RDMA over Converged Ethernet version 2) is widely deployed in data centers and high-performance computing clusters to provide low-latency, kernel-bypass networking. However, managing congestion in these environments remains a challenge. End-to-end congestion control mechanisms, such as those using ECN or CNP (Congestion Notification Packets), can incur Round-Trip Time (RTT) delays before a sending host adjusts its rate.

Precise Priority-based Control (PPFC) [I-D.xz-rtgwg-ppfc-notification] is a technique to instantly pause the traffic sources, based on explicit notifications from the network. The PPFC notification can be also sent to the traffic source directly with the message format which is designed to be:

This document defines a lightweight, generic encapsulation format for PPFC notifications within RoCEv2 networks.

2. Conventions Used in This Document

2.1. Abbreviations

RTT: Round-Trip Time

TCP: Transfer Control Protocol

RDMA: Remote Direct Memory Access Round-Trip Time

QUIC: Quick UDP Internet Connections

ECN: Explicit Congestion Notification

CNP: Congestion Notification Packet

GRH: Global Routing Header (InfiniBand)

PPFC: Source Flow Control

RoCEv2: RDMA over Converged Ethernet version 2

2.2. Requirements Language

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.

3. PPFC Notification with RoCEv2

The PPFC Notification message reuses the basic RoCEv2 encapsulation but is identified as a new extension. The proposed packet format is as follows:

 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|        Ethernet Header (Destined to PPFC Target)              | ^
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
|                       IP Header (IPv4/IPv6)                   | | L2-L4
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |Headers
|         UDP Header (Dest Port = RoCEv2 message (4791))        | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
           BTH (Base Transport Header, 96 bits):                  |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| OpCode (0x81) |S|M|Pad| TVer  |       Partition Key           | |
+---------------+-+-+---+-------+-------------------------------+ |
|F|B|P| RSV(5b) |              DestQP (24 bits)                 | |
+-+-+-+-+-+-+-+-+-----------------------------------------------+ |
|A|  RSV (7b)   |              PSN (24 bits)                    | |
+-+-------------+-----------------------------------------------+ v
             PPFC Extension Fields (present when P=1):
+---------------------------------------------------------------+
~           Congested Destination IP (128 bits for IPv6)        ~
+---------------------------------------------------------------+
|                     Flags  |PT|       Congestion Port         |
+---------------------------------------------------------------+
|     Reserved                  |            Pause Duration     |
+---------------------------------------------------------------+
|                      ICRC (32 bits)                           |
+---------------------------------------------------------------+
|                      FCS  (32 bits)                           |
+---------------------------------------------------------------+

where:

The other fields are identical to the BTH fields.

4. Security Considerations

To be discussed in future versions of this document.

5. IANA Considerations

TBD.

6. Normative References

[I-D.xz-rtgwg-ppfc-notification]
Xiong, Q. and X. Zhu, "Precise Priority-based Flow Control Notification", Work in Progress, Internet-Draft, draft-xz-rtgwg-ppfc-notification-00, , <https://datatracker.ietf.org/doc/html/draft-xz-rtgwg-ppfc-notification-00>.
[RFC768]
Postel, J., "User Datagram Protocol", STD 6, RFC 768, DOI 10.17487/RFC0768, , <https://www.rfc-editor.org/rfc/rfc768>.
[RFC2119]
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, , <https://www.rfc-editor.org/rfc/rfc2119>.
[RFC8174]
Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, , <https://www.rfc-editor.org/rfc/rfc8174>.

Authors' Addresses

Quan Xiong
ZTE Corporation
Xiangyang Zhu
ZTE Corporation