DetNet Bounded Latency
draft-ietf-detnet-bounded-latency-02
DetNet N. Finn
Internet-Draft Huawei Technologies Co. Ltd
Intended status: Informational J-Y. Le Boudec
Expires: May 6, 2021 E. Mohammadpour
EPFL
J. Zhang
Huawei Technologies Co. Ltd
B. Varga
J. Farkas
Ericsson
November 2, 2020
DetNet Bounded Latency
draft-ietf-detnet-bounded-latency-02
Abstract
This document presents a timing model for Deterministic Networking
(DetNet), so that existing and future standards can achieve the
DetNet quality of service features of bounded latency and zero
congestion loss. It defines requirements for resource reservation
protocols or servers. It calls out queuing mechanisms, defined in
other documents, that can provide the DetNet quality of service.
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 May 6, 2021.
Copyright Notice
Copyright (c) 2020 IETF Trust and the persons identified as the
document authors. All rights reserved.
Finn, et al. Expires May 6, 2021 [Page 1]
Internet-Draft DetNet Bounded Latency November 2020
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Terminology and Definitions . . . . . . . . . . . . . . . . . 3
3. DetNet bounded latency model . . . . . . . . . . . . . . . . 3
3.1. Flow creation . . . . . . . . . . . . . . . . . . . . . . 4
3.1.1. Static flow latency calculation . . . . . . . . . . . 4
3.1.2. Dynamic flow latency calculation . . . . . . . . . . 5
3.2. Relay node model . . . . . . . . . . . . . . . . . . . . 6
4. Computing End-to-end Delay Bounds . . . . . . . . . . . . . . 8
4.1. Non-queuing delay bound . . . . . . . . . . . . . . . . . 8
4.2. Queuing delay bound . . . . . . . . . . . . . . . . . . . 8
4.2.1. Per-flow queuing mechanisms . . . . . . . . . . . . . 9
4.2.2. Per-class queuing mechanisms . . . . . . . . . . . . 9
4.3. Ingress considerations . . . . . . . . . . . . . . . . . 10
4.4. Interspersed non-DetNet transit nodes . . . . . . . . . . 11
5. Achieving zero congestion loss . . . . . . . . . . . . . . . 11
6. Queuing techniques . . . . . . . . . . . . . . . . . . . . . 12
6.1. Queuing data model . . . . . . . . . . . . . . . . . . . 12
6.2. Preemption . . . . . . . . . . . . . . . . . . . . . . . 14
6.3. Time Aware Shaper . . . . . . . . . . . . . . . . . . . . 15
6.4. Credit-Based Shaper with Asynchronous Traffic Shaping . . 15
6.4.1. Delay Bound Calculation . . . . . . . . . . . . . . . 17
6.4.2. Flow Admission . . . . . . . . . . . . . . . . . . . 18
6.5. IntServ . . . . . . . . . . . . . . . . . . . . . . . . . 19
6.6. Cyclic Queuing and Forwarding . . . . . . . . . . . . . . 20
7. References . . . . . . . . . . . . . . . . . . . . . . . . . 21
7.1. Normative References . . . . . . . . . . . . . . . . . . 21
7.2. Informative References . . . . . . . . . . . . . . . . . 22
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 23
1. Introduction
The ability for IETF Deterministic Networking (DetNet) or IEEE 802.1
Show full document text