<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<rfc
      xmlns:xi="http://www.w3.org/2001/XInclude"
      category="std"
      docName="draft-xiong-detnet-teas-te-extensions-01"
      ipr="trust200902"
      obsoletes=""
      updates=""
      submissionType="IETF"
      xml:lang="en"
      tocInclude="true"
      tocDepth="4"
      symRefs="true"
      sortRefs="true"
      version="3">

 <!-- ***** FRONT MATTER ***** -->

 <front>

   <title abbrev="Traffic Engineering Extensions for Enhanced DetNet">Traffic Engineering Extensions for Enhanced DetNet</title>
    <seriesInfo name="Internet-Draft" value="draft-xiong-detnet-teas-te-extensions-01"/>

   <author fullname="Quan Xiong" initials="Q" role="editor" surname="Xiong">
      <organization>ZTE Corporation</organization>
      <address>
        <postal>
          <street/>
         <city></city>
          <region/>
          <code/>
          <country>China</country>
        </postal>
        <phone></phone>
        <email>xiong.quan@zte.com.cn</email>
     </address>
    </author>
	
	<author fullname="Bin Tan" initials="B" surname="Tan">
      <organization>ZTE Corporation</organization>

      <address>
        <postal>
          <street></street>
          
          <city></city>
          
          <region></region>
  
          <code></code>

          <country>China</country>
        </postal>

        <phone></phone>

        <email>tan.bin@zte.com.cn</email>
      </address>
    </author>
	
    <author fullname="Zongpeng Du" initials="Z" surname="Du">
      <organization>China Mobile</organization>

      <address>
        <postal>
          <street></street>
          
          <city></city>
          
          <region></region>
  
          <code></code>

          <country>China</country>
        </postal>

        <phone></phone>

        <email>duzongpeng@chinamobile.com</email>
      </address>
    </author>
	
	 <author fullname="Junfeng Zhao" initials="J" surname="Zhao">
      <organization>CAICT</organization>

      <address>
        <postal>
          <street></street>
          
          <city></city>
          
          <region></region>
  
          <code></code>

          <country>China</country>
        </postal>

        <phone></phone>

        <email>zhaojunfeng@caict.ac.cn</email>
      </address>
    </author>
	
	  <author fullname="Chang Liu" initials="C" surname="Liu">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <street>No.9 Shouti Nanlu</street>
          <city>Beijing </city>
          <region/>
          <code>100048</code>
          <country>China</country>
        </postal>
        <phone>+86-010-68799999-7294</phone>
        <email> liuc131@chinaunicom.cn</email>
      </address>
    </author>
	
	<author fullname="Dong Yang" initials="D" surname="Yang">
      <organization>Beijing Jiaotong University</organization>

      <address>
        <postal>
          <street></street>
          
          <city>Beijing</city>
          
          <region></region>
  
          <code></code>

          <country>China</country>
        </postal>

        <phone></phone>

        <email>dyang@bjtu.edu.cn</email>
      </address>
    </author>	
	

   <area>Routing</area>
    <workgroup>DetNet</workgroup>
   <keyword></keyword>
   
   <abstract>
   
      <t>As per <xref target="I-D.ietf-teas-rfc3272bis" pageno="false" format="default"/>, 
	  DetNet can also be seen as a specialized branch of TE. As it is 
	  required to provide enhancements for data plane in scaling networks,
	  this document proposes a set of extensions for traffic engineering to 
	  achieve the differentiated DetNet QoS in enhanced DetNet.</t>
	  
    </abstract>
  </front>
  <middle>
    <section numbered="true" toc="default"> <name>Introduction</name>
	  
	  
	   <t>As defined in <xref target="I-D.ietf-teas-rfc3272bis" pageno="false" format="default"/>,
	  Traffic Engineering (TE) is mainly focus on the control and optimization 
	  of routing and forwarding functions to steer traffic through the
      network. TE can deal with the issues with performance evaluation and 
	  performance optimization of operational IP networks and address the
	  traffic oriented performance requirements including delay, delay variation,
	  packet loss, and throughput while utilizing network resources.
      According to <xref target="RFC8655" pageno="false" format="default"/>, Deterministic Networking (DetNet) 
	  operates at the IP layer and delivers service which provides 
	  extremely low data loss rates and bounded latency within a network domain. 
	  The DetNet QoS includes the bounded latency indicating the minimum and 
	  maximum end-to-end latency from source to destination and bounded 
	  jitter (packet delay variation). Three techniques are used by DetNet 
	  to provide these qualities of service including service protection, 
	  explicit routes and resource allocation.</t>
	  
	  <t>As per <xref target="I-D.ietf-teas-rfc3272bis" pageno="false" format="default"/>, DetNet can also be seen as 
	  a specialized branch of TE. The DetNet forwarding sub-layer provides 
	  resource allocations and explicit routes to guarantee the bounded latency,
	  using existing  TE mechanisms such as SR-TE, MPLS-TE and so on. 
	  But the enhanced DetNet is required to provide the packet treatment 
      for data plane to achieve the DetNet QoS in large-scale networks. 
      <xref target="I-D.ietf-detnet-scaling-requirements" pageno="false" format="default"/> has described the 
	  enhanced requirements for DetNet enhanced data plane including the 
	  deterministic latency guarantees. </t>
	  
	  <t><xref target="I-D.xiong-detnet-large-scale-enhancements" pageno="false" format="default"/> 
	  has proposed the framework of enhanced DetNet data plane for packet 
	  treatment which should support new functions such as queuing 
	  mechanisms to ensure the deterministic latency.
	  A common data fields can be defined as per <xref target="I-D.xiong-detnet-data-fields-edp" pageno="false" format="default"/> and 
	  a Deterministic Latency Action (DLA) option has been proposed to carry 
	  DetNet-specific metadata. The existing TE mechanisms for resource 
	  allocations and explicit routes are not sufficient for enhanced
	  DetNet. For example, the explicit routes should consider the
	  queuing information when selecting and distributing the explicit
	  path. And the resource management should be provisioned including
	  the resource reservations and allocations. The TE mechanisms
	  should consider the queuing-based or time-based resources.</t>
	  
	  <t>Moreover, as per <xref target="I-D.ietf-teas-rfc3272bis" pageno="false" format="default"/>, DetNet is required 
	  to maintain per-flow state information and provide resource
	  reservation for individual flows. As discussed in 
	  <xref target="I-D.xiong-detnet-enhanced-detnet-gap-analysis" pageno="false" format="default"/>,
	  it should deal with large-scale dynamic deterministic flows and 
	  large-scale network topology in enhanced DetNet. It may be challenging
	  for network operations in large-scale networks even if the flow 
	  aggregation may be supported. As discussed in <xref target="I-D.xiong-detnet-large-scale-enhancements" format="default"/>,
	  it may provide traffic scheduling instead of the flow scheduling 
      and support the TE control at traffic-aggregate level than 
	  the per-flow or flow-aggregate level.</t>
	  
	  <t>Moreover, as per I-D.xiong-detnet-differentiated-detnet-aware-qos 
	  describes that multiple deterministic services may demand different 
	  set of SLAs and it should define more than one DetNet QoS levels 
	  according to different application scenarios. The TE mechanisms in 
	  enhanced DetNet should support the the Differentiated DetNet QoS 
	  of Multiple Services while utilizing network resources.</t>
	  
	 <t>As per <xref target="I-D.ietf-teas-rfc3272bis" pageno="false" format="default"/>, 
	  DetNet can also be seen as a specialized branch of TE. As it is 
	  required to provide enhancements for data plane in scaling networks,
	  this document proposes a set of extensions for traffic engineering to 
	  achieve the differentiated DetNet QoS in enhanced DetNet.</t>
	    
      <section numbered="true" toc="default"><name>Requirements Language</name>
	  
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
       "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
       document are to be interpreted as described in <xref target="RFC2119" format="default">RFC 2119</xref>.</t>
	   
      </section>
    </section>
	
    <section anchor="Terminology" numbered="true" toc="default"> <name>Terminology</name>
	<t>The terminology is defined as <xref target="RFC8655" pageno="false" format="default"/>.</t>
    <t>DD-TE: Differentiated DetNet-aware Traffic Engineering</t>
	<t>DT: Deterministic Class-Type </t>
    <t>TRC: Time-based Resources Container</t>
    </section>
   
   <section numbered="true" toc="default"><name> Traffic Engineering for Differentiated DetNet QoS</name>
   
   <t>As per <xref target="I-D.ietf-teas-rfc3272bis" pageno="false" format="default"/>,
   DetNet can be viewed as a TE mechanism to achieve DetNet QoS. 
   DetNet performs the per-flow or flow-aggregate scheduling in service 
   sub-layer and uses resource allocations and explicit route mechanisms
   in forwarding sub-layer. And DetNet can be applied in existing TE
   data plane mechanisms such as IP, MPLS-TE and SR-TE.</t>
   
   <t>As the enhanced DetNet should support the differentiated DetNet QoS,
   the document proposes a set of extensions for traffic engineering
   to achieve differentiated DetNet QoS in enhanced DetNet 
   called Differentiated DetNet-aware Traffic Engineering (DD-TE). 
   DD-TE can be used to achieve multiple classes of deterministic
   services and optimize the resources utilization in scaling networks.</t>
   
   <t>The key elements required in DD-TE solution are as follows:</t>
   
   <t>1. Policy</t>
   
   <t>As per <xref target="I-D.ietf-teas-rfc3272bis" pageno="false" format="default"/>,
   policy allows for the selection of paths (including next hops) based
   on information beyond basic reachability. The routing policy 
   including bounded latency constraint-based routing can be 
   considered when selecting and distributing the candidate paths. 
   As per <xref target="I-D.peng-lsr-flex-algo-deterministic-routing" pageno="false" format="default"/>,
   deterministic routes can be established along the 
   constraint-based paths within a Flex-Algorithm topology.
   As per <xref target="I-D.xiong-pce-detnet-bounded-latency" pageno="false" format="default"/>,
   deterministic paths can be computed in PCE or controller 
   with the deterministic latency constraints.
   As defined in  <xref target="I-D.xiong-idr-detnet-flow-mapping" pageno="false" format="default"/>, the BGP flowspec 
   can be used to apply the DetNet flows mapping policy.
	</t>
   
   
   <t>2. Path steering</t>
   <t>As per <xref target="I-D.ietf-teas-rfc3272bis" pageno="false" format="default"/>,
   path steering is the ability to forward packets using more
   information than just knowledge of the next hop.   
   The per-flow or flow-aggregate scheduling is not applicable
   since it requires a large amount of control signaling to 
   establish and maintain DetNet flows when it will be 
   large-scale dynamic deterministic flows and large-scale 
   network topology in scaling networks of enhanced DetNet. 
   As discussed in <xref target="I-D.xiong-detnet-large-scale-enhancements" format="default"/>,
   it may provide traffic scheduling in enhanced DetNet 
   data plane and provide 4 DetNet traffic classes for 
   Differentiated DetNet QoS. So the DD-TE mechanism 
   should use the traffic class information to forward 
   packets at traffic-aggregate level instead of the 
   per-flow or flow-aggregate level.</t>
   
   <t>As per <xref target="I-D.xiong-detnet-large-scale-enhancements" pageno="false" format="default"/>,
   in scaling networks of enhanced DetNet data plane, the enhanced 
   QoS-related functions and metadata has been proposed to guarantee 
   the bounded latency such as the queuing-based mechanisms and metadata.
   The deterministic latency information may be provided to forward 
   packets for path steering. DD-TE can be applied in TE data plane
   such as IPv6 <xref target="I-D.xiong-detnet-6man-queuing-option" pageno="false" format="default"/>,
   MPLS <xref target="I-D.sx-detnet-mpls-queue" pageno="false" format="default"/>
   and SRv6 <xref target="I-D.xiong-detnet-spring-srh-extensions" pageno="false" format="default"/>.</t>
   
   <t>3. Resource management</t>
   <t>As per <xref target="I-D.xiong-detnet-large-scale-enhancements" pageno="false" format="default"/>,
   the resource management should support the time-based
   resource-aware control and forwarding including resource 
   reservations and allocations. The time-based resource should
   cover the queuing and scheduling mechanisms based on 
   the capability of end-to-end delay, jitter and loss.
   To guarantee the time-based resource, the resource control
   in layers model section 5 may be provided to avoid the 
   conflict between DetNet flows to achieve differentiated DetNet
   QoS and high resources utilization.</t>
 
   </section>
   
   <section numbered="true" toc="default"><name> Layers Model of DD-TE</name> 
   
   <t>The resource control of DD-TE is important to regulate the 
   traffic, deliver different levels of services and alleviate
   congestion issues to guarantee the bounded latency. It needs
   to resolve competition for network resources between traffic flows
   belonging to the same service class (intra-class contention 
   resolution) and traffic flows belonging to different classes 
   (inter-class contention resolution).</t>
   
   <t>This document proposes the layers model for enhanced DetNet
   control plane to configure the deterministic services 
   to achieve differentiated DetNet QoS. The DetNet TE domains
   in control plane can be divided into three layers including 
   deterministic links, deterministic paths and deterministic 
   services as shown in Figure 1.</t>
   
   
        <figure title="The DD-TE Layers Model" align="center" suppress-title="false" alt="" width="" height="">
         <artwork align="center" xml:space="preserve" name="" type="" alt="" width="" height="">
		 
Deterministic Services:|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>|
		 
Deterministic Paths:   +.............................................>+  
                       +.............................................>+
		 
Deterministic Links:	  O---------------->O   O--------------->O  
                          O---------------->O   O--------------->O 
                          O---------------->O   O--------------->O						  
				   
                      +-----+              +-----+              +-----+              
DetNet Domain:        |  A  |--------------|  B  |--------------|  C  |            
                      +--+--+              +--+--+              +--+--+ 
 
		  
   </artwork>
 </figure>
 
    <t>The Layers Model of DD-TE has the following characteristics:</t> 
   <ul spacing="normal">

   <li>The deterministic links are designed to resolve resources 
   competition among different traffic classes and provide 
   deterministic forwarding capabilities at multiple levels.</li>
   
   <li>The deterministic paths are designed to resolve resources
   competition among different paths within the same traffic class.</li>
   
   <li>The deterministic services are designed to resolve resources
   competition among different flows on the same path.</li>
   </ul>
   
   <section numbered="true" toc="default"> <name>Deterministic Links</name>
   
   <t>The deterministic links as defined in I-D.xiong-lsr-detnet-deterministic-links
   provide a one-dimensional deterministic metric to guarantee the deterministic
   forwarding capabilities at different levels. </t>
   
   <t>The deterministic link has the following attributes:</t>
   
   <ul spacing="normal">
   
   <li>Link ID: an identifier that uniquely identifies a deterministic 
   link within DetNet domain.</li>
   
   <li>DT type: indicate the level of deterministic link.</li>
  
   <li>MaxReservedBandwidth: the maximum bandwidth of the deterministic link.</li>
   
   <li>TRC Parameters: carry the TRC ID and the capacity of the time-based 
   resources which is reserved for the link.</li>

   </ul>
 
   
   </section>
   
   <section numbered="true" toc="default"> <name>Deterministic Paths</name>
   
    <t>When DetNet services with different SLA requirements requested 
	to transmit, one or more deterministic paths may be calculated
	based on the deterministic links. The deterministic paths may be
	co-existed with the same DT and the time-based resources should
	be planned when each path is established.</t>
   
    <t>The deterministic paths has the following attributes:</t>
	
    <ul spacing="normal">
	<li>Path ID: an identifier that uniquely identifies a deterministic 
    path within DetNet domain.</li>
	<li>DT type: indicate the level of deterministic link.</li>
	<li>Source and Destination Nodes: indicate the head and end address 
	of requested service. </li>
	<li>Path Parameters: used to describe the result of deterministic paths
	including the seleted deterministic links and other information guiding
	deterministic forwarding behavior for each hop such as mapping function.</li>
	<li>TRC Parameters: carry the TRC ID and the time-based resources which 
    is planned for the path.</li>

	</ul>
   
   </section>
   
   <section numbered="true" toc="default"> <name>Deterministic Services</name>
   
   <t>The deterministic services may be configured to map
   the DetNet flows to the corresponding path.</t>
   
   <t>The deterministic services has the following attributes:</t>
   
   <ul spacing="normal">
   <li>Service ID: an identifier that uniquely identifies a deterministic 
    services on a deterministic path.</li>
   <li>Service Level : the indicator of the service requirement.</li>
   <li>Path ID: a deterministic path to deliver the service.</li>
   <li>Policy: indicate the admission control and traffic policy 
   for the DetNet flows within the same traffic class on the path.</li>
   <li>TRC Parameters: carry the TRC ID and the time-based resources which 
   is allocated for the traffic class.</li>
   </ul>
   
   </section>  
   </section>
   
   <section numbered="true" toc="default"><name>Control Plane Extensions for DD-TE</name>
   

         <figure title="The Control Plane for DD-TE" align="center" suppress-title="false" alt="" width="" height="">
         <artwork align="center" xml:space="preserve" name="" type="" alt="" width="" height="">
		 
                    +----------+                          
3-Service Request-->|Controller|-->4-Deterministic Path Planning                            
                    +---+--+---+                   
                        |  ^ 2-Deterministic Links Resource Report			   
                        |  |      
                        |  |
                        |  |
    5-Path Distribution V  |	
      .................................................
      .                                               .
      . 1-Resoure Collection                          .
      .                                               .
Flow  .    +---+            +---+            +---+    .   
+---> .    | A |------------| B |------------| C |    .
|     .    +---+            +---+            +---+    .  
|     .               DetNet Domain                   .
|     .                                               .
|     . 6-Path Establishment and Resource Allocation   .
|     .                                               .
|     .................................................
|
|-->7-Admision Control and Traffic Policy of Deterministic service
		  
   </artwork>
 </figure> 

   
   <section title="Configuration of Queuing Mechanisms" numbered="true" toc="default"> 
	
    <t>As described in <xref target="I-D.ietf-detnet-scaling-requirements" pageno="false" format="default"/>, 
	it is required to support the configuration of multiple 
	queuing mechanisms. Different queuing mechanisms may be supported at
    different levels of latency, jitter and other guarantees. 
	The enhancement for controller plane should be provided such as
    configuration information model as defined in <xref target="I-D.guo-detnet-vpfc-planning" pageno="false" format="default"/>.	
	</t>
   
   </section>
   
   <section title="Deterministic Resource Collection" numbered="true" toc="default"> 
    <t>And the type of queuing mechanism and the related queuing parameters 
	should be advertised and configured. For example, the deterministic 
	links with queuing resource could be distributed by IGP protocol as per
	<xref target="I-D.peng-lsr-deterministic-traffic-engineering" pageno="false" format="default"/>
	and I-D.xiong-lsr-detnet-deterministic-link.</t>

   </section>
   
   
   <section title="Distributed Deterministic Path" numbered="true" toc="default">
   
   <t>The deterministic routes may be loose routes in distributed scenarios. 
   It is required to support the distributed deterministic routes which are 
   established by distributed protocols such as IGP as defined in 
   <xref target="I-D.peng-lsr-flex-algo-deterministic-routing" pageno="false" format="default"/>.</t>
   
   </section>
   
   <section title="Inter-domain Deterministic Path" numbered="true" toc="default"> 
    <t>In scaling deterministic networks, it may across multiple network 
	domains, it is required to support the inter-domain deterministic routes
    to achieve the end-to-end latency, bounded jitter. And the deadline of 
	latency and jitter of each domain and segment should be determined and 
	controlled. The inter-domain mechanism MUST be considered at the boundary
	nodes such as BGP configurations defined in <xref target="I-D.peng-idr-bgp-metric-credit" pageno="false" format="default"/>
    and PCEP solution <xref target="I-D.bernardos-detnet-multidomain" pageno="false" format="default"/>.</t>
   </section>
   
   <section title="Deterministic Path Computation and Resource Planning" numbered="true" toc="default"> 
   <t>As defined in <xref target="I-D.xiong-pce-detnet-bounded-latency" pageno="false" format="default"/>, the deterministic latency
   constraints can be carried in PCEP extensions and the end-to-end deterministic 
   path computation should be achieved for DetNet service.</t>
   
   </section>
   
   <section title="Configuration of Flow Mapping" numbered="true" toc="default"> 
   <t>As defined in  <xref target="I-D.xiong-idr-detnet-flow-mapping" pageno="false" format="default"/>, the BGP flowspec 
   can be used for the filtering of the packets that match the DetNet networks
   and the mapping between TSN streams and DetNet flows in the control plane.</t>
   </section> 
   </section> 

   
   <section  numbered="true" toc="default"> <name>Security Considerations</name>
   <t>TBA</t>
   </section>
   <section numbered="true" toc="default"> <name>IANA Considerations</name>
   <t>TBA</t>   
   </section>
   <section numbered="true" toc="default"> <name>Acknowledgements</name>
   <t>TBA</t>
   </section> 
   
  </middle>
  
  <!--  *****BACK MATTER ***** -->

 <back>
 
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5440.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8231.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7752.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5120.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4915.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4655.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6549.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8664.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8655.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.9357.xml"/>
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.9320.xml"/>	
        <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8233.xml"/>
	    <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8938.xml"/>
        <xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-ietf-detnet-scaling-requirements.xml"/>
	    <xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-xiong-detnet-large-scale-enhancements.xml"/>
        <xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-ietf-detnet-controller-plane-framework.xml"/>
	    <xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-xiong-detnet-data-fields-edp.xml"/>
		<xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-xiong-detnet-enhanced-detnet-gap-analysis.xml"/>
		<xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-ietf-teas-rfc3272bis.xml"/>
  	    <xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-dang-queuing-with-multiple-cyclic-buffers.xml"/>
        <xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-peng-detnet-deadline-based-forwarding.xml"/>
        <xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-peng-6man-deadline-option.xml"/>
		<xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-peng-lsr-flex-algo-deterministic-routing.xml"/>
		<xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-xiong-pce-detnet-bounded-latency.xml"/>
		<xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-xiong-idr-detnet-flow-mapping.xml"/>
		<xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-guo-detnet-vpfc-planning.xml"/>
		<xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-bernardos-detnet-multidomain.xml"/>
        <xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-peng-idr-bgp-metric-credit.xml"/>
		<xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-peng-lsr-deterministic-traffic-engineering.xml"/>
		<xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-sx-detnet-mpls-queue.xml"/>		
        <xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-xiong-detnet-6man-queuing-option.xml"/>
	    <xi:include href="https://datatracker.ietf.org/doc/bibxml3/draft-xiong-detnet-spring-srh-extensions.xml"/>
		
		
		
      </references>
    </references>
 
 </back>
</rfc>
