1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949
|
<pre>Internet Engineering Task Force (IETF) G. White
Request for Comments: 8034 CableLabs
Category: Informational R. Pan
ISSN: 2070-1721 Cisco Systems
February 2017
<span class="h1">Active Queue Management (AQM) Based on</span>
<span class="h1">Proportional Integral Controller Enhanced (PIE) for</span>
<span class="h1">Data-Over-Cable Service Interface Specifications (DOCSIS) Cable Modems</span>
Abstract
Cable modems based on Data-Over-Cable Service Interface
Specifications (DOCSIS) provide broadband Internet access to over one
hundred million users worldwide. In some cases, the cable modem
connection is the bottleneck (lowest speed) link between the customer
and the Internet. As a result, the impact of buffering and
bufferbloat in the cable modem can have a significant effect on user
experience. The CableLabs DOCSIS 3.1 specification introduces
requirements for cable modems to support an Active Queue Management
(AQM) algorithm that is intended to alleviate the impact that
buffering has on latency-sensitive traffic, while preserving bulk
throughput performance. In addition, the CableLabs DOCSIS 3.0
specifications have also been amended to contain similar
requirements. This document describes the requirements on AQM that
apply to DOCSIS equipment, including a description of the
"DOCSIS-PIE" algorithm that is required on DOCSIS 3.1 cable modems.
Status of This Memo
This document is not an Internet Standards Track specification; it is
published for informational purposes.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Not all documents
approved by the IESG are a candidate for any level of Internet
Standard; see <a href="./rfc7841#section-2">Section 2 of RFC 7841</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="http://www.rfc-editor.org/info/rfc8034">http://www.rfc-editor.org/info/rfc8034</a>.
<span class="grey">White & Pan Informational [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
Copyright Notice
Copyright (c) 2017 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) 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
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2">2</a>. Overview of DOCSIS AQM Requirements . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-3">3</a>. The DOCSIS MAC Layer and Service Flows . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-4">4</a>. DOCSIS-PIE vs. PIE . . . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-4.1">4.1</a>. Latency Target . . . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-4.2">4.2</a>. Departure Rate Estimation . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-4.3">4.3</a>. Enhanced Burst Protection . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-4.4">4.4</a>. Expanded Auto-Tuning Range . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-4.5">4.5</a>. Trigger for Exponential Decay . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-4.6">4.6</a>. Drop Probability Scaling . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-4.7">4.7</a>. Support for Explicit Congestion Notification . . . . . . <a href="#page-8">8</a>
<a href="#section-5">5</a>. Implementation Guidance . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-6">6</a>. Security Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-7">7</a>. References . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-7.1">7.1</a>. Normative References . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-7.2">7.2</a>. Informative References . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#appendix-A">Appendix A</a>. DOCSIS-PIE Algorithm Definition . . . . . . . . . . <a href="#page-11">11</a>
<a href="#appendix-A.1">A.1</a>. DOCSIS-PIE AQM Constants and Variables . . . . . . . . . <a href="#page-11">11</a>
<a href="#appendix-A.1.1">A.1.1</a>. Configuration Parameters . . . . . . . . . . . . . . <a href="#page-11">11</a>
<a href="#appendix-A.1.2">A.1.2</a>. Constant Values . . . . . . . . . . . . . . . . . . . <a href="#page-11">11</a>
<a href="#appendix-A.1.3">A.1.3</a>. Variables . . . . . . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
<a href="#appendix-A.1.4">A.1.4</a>. Public/System Functions . . . . . . . . . . . . . . . <a href="#page-12">12</a>
<a href="#appendix-A.2">A.2</a>. DOCSIS-PIE AQM Control Path . . . . . . . . . . . . . . . <a href="#page-13">13</a>
<a href="#appendix-A.3">A.3</a>. DOCSIS-PIE AQM Data Path . . . . . . . . . . . . . . . . <a href="#page-15">15</a>
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-17">17</a>
<span class="grey">White & Pan Informational [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
A recent resurgence of interest in active queue management, arising
from a recognition of the inadequacies of drop-tail queuing in the
presence of loss-based congestion control algorithms, has resulted in
the development of new algorithms that appear to provide very good
congestion feedback to current TCP algorithms, while also having
operational simplicity and low complexity. One of these algorithms
has been selected as a requirement for cable modems built according
to the DOCSIS 3.1 specification [<a href="#ref-DOCSIS_3.1">DOCSIS_3.1</a>]. The Data-Over-Cable
Service Interface Specifications (DOCSIS) define the broadband
technology deployed worldwide for Ethernet and IP service over hybrid
fiber-coaxial cable systems. The most recent revision of the DOCSIS
technology, version 3.1, was originally published in October 2013 and
provides support for up to 10 Gbps downstream (toward the customer)
and 1 Gbps upstream (from the customer) capacity over existing cable
networks. Previous versions of the DOCSIS technology did not contain
requirements for AQM. This document outlines the high-level AQM
requirements for DOCSIS systems, discusses some of the salient
features of the DOCSIS Media Access Control (MAC) layer, and
describes the DOCSIS-PIE algorithm -- largely by comparing it to its
progenitor, the PIE algorithm [<a href="./rfc8033" title=""Proportional Integral Controller Enhanced (PIE): A Lightweight Control Scheme to Address the Bufferbloat Problem"">RFC8033</a>].
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Overview of DOCSIS AQM Requirements</span>
CableLabs' DOCSIS 3.1 specification [<a href="#ref-DOCSIS_3.1">DOCSIS_3.1</a>] mandates that cable
modems implement a specific variant of the Proportional Integral
controller Enhanced (PIE) AQM algorithm [<a href="./rfc8033" title=""Proportional Integral Controller Enhanced (PIE): A Lightweight Control Scheme to Address the Bufferbloat Problem"">RFC8033</a>]. This specific
variant is provided for reference in <a href="#appendix-A">Appendix A</a>, and simulation
results comparing it to drop-tail queuing and other AQM options are
given in [<a href="#ref-CommMag" title=""Active queue management in DOCSIS 3.1 networks"">CommMag</a>] and [<a href="#ref-DOCSIS-AQM">DOCSIS-AQM</a>]. In addition, CableLabs' DOCSIS
3.0 specification [<a href="#ref-DOCSIS_3.0">DOCSIS_3.0</a>] has been amended to recommend that
cable modems implement the same algorithm. Both specifications allow
that cable modems can optionally implement additional algorithms that
can then be selected for use by the operator via the modem's
configuration file.
These requirements on the cable modem apply to upstream transmissions
(i.e., from the customer to the Internet).
Both specifications also include requirements (mandatory in DOCSIS
3.1 and recommended in DOCSIS 3.0) that the Cable Modem Termination
System (CMTS) implement AQM for downstream traffic; however, no
specific algorithm is defined for downstream use.
<span class="grey">White & Pan Informational [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. The DOCSIS MAC Layer and Service Flows</span>
The DOCSIS Media Access Control (sub-)layer provides tools for
configuring differentiated Quality of Service (QoS) for different
applications by the use of Packet Classifiers and Service Flows.
Each Service Flow has an associated QoS parameter set that defines
the treatment of the packets that traverse the Service Flow. These
parameters include, for example, Minimum Reserved Traffic Rate,
Maximum Sustained Traffic Rate, Peak Traffic Rate, Maximum Traffic
Burst, and Traffic Priority. Each upstream Service Flow corresponds
to a queue in the cable modem, and each downstream Service Flow
corresponds to a queue in the CMTS. The DOCSIS AQM requirements
mandate that the CM and CMTS implement the AQM algorithm (and allow
it to be disabled, if needed) on each Service Flow queue
independently.
Packet Classifiers can match packets based upon several fields in the
packet/frame headers including the Ethernet header, IP header, and
TCP/UDP header. Matched packets are then queued in the associated
Service Flow queue.
Each cable modem can be configured with multiple Packet Classifiers
and Service Flows. The maximum number of such entities that a cable
modem supports is an implementation decision for the manufacturer,
but modems typically support 16 or 32 upstream Service Flows and at
least that many Packet Classifiers. Similarly, the CMTS supports
multiple downstream Service Flows and multiple Packet Classifiers per
cable modem.
It is typical that upstream and downstream Service Flows used for
broadband Internet access are configured with a Maximum Sustained
Traffic Rate. This QoS parameter rate-shapes the traffic onto the
DOCSIS link and is the main parameter that defines the service
offering. Additionally, it is common that upstream and downstream
Service Flows are configured with a Maximum Traffic Burst and a Peak
Traffic Rate. These parameters allow the service to burst at a
higher (sometimes significantly higher) rate than is defined in the
Maximum Sustained Traffic Rate for the amount of bytes configured in
Maximum Traffic Burst, as long as the long-term average data rate
remains at or below the Maximum Sustained Traffic Rate.
<span class="grey">White & Pan Informational [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
Mathematically, what is enforced is that the traffic placed on the
DOCSIS link in the time interval (t1,t2) complies with the following
rate-shaping equations:
TxBytes(t1,t2) <= (t2-t1)*R/8 + B
TxBytes(t1,t2) <= (t2-t1)*P/8 + 1522
for all values t2>t1, where:
R = Maximum Sustained Traffic Rate (bps)
P = Peak Traffic Rate (bps)
B = Maximum Traffic Burst (bytes)
The result of this configuration is that the link rate available to
the Service Flow varies based on the pattern of load. If the load
that the Service Flow places on the link is less than the Maximum
Sustained Traffic Rate, the Service Flow "earns" credit that it can
then use (should the load increase) to burst at the Peak Traffic
Rate. This dynamic is important since these rate changes
(particularly the decrease in data rate once the traffic burst credit
is exhausted) can induce a step increase in buffering latency.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. DOCSIS-PIE vs. PIE</span>
There are a number of differences between the version of the PIE
algorithm that is mandated for cable modems in the DOCSIS
specifications and the version described in [<a href="./rfc8033" title=""Proportional Integral Controller Enhanced (PIE): A Lightweight Control Scheme to Address the Bufferbloat Problem"">RFC8033</a>]. These
differences are described in the following subsections.
<span class="h3"><a class="selflink" id="section-4.1" href="#section-4.1">4.1</a>. Latency Target</span>
The latency target (a.k.a. delay reference) is a key parameter that
affects, among other things, the trade-off in performance between
latency-sensitive applications and bulk TCP applications. Via
simulation studies, a value of 10 ms was identified as providing a
good balance of performance. However, it is recognized that there
may be service offerings for which this value doesn't provide the
best performance balance. As a result, this is provided as a
configuration parameter that the operator can set independently on
each upstream Service Flow. If not explicitly set by the operator,
the modem will use 10 ms as the default value.
<span class="grey">White & Pan Informational [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
<span class="h3"><a class="selflink" id="section-4.2" href="#section-4.2">4.2</a>. Departure Rate Estimation</span>
The PIE algorithm utilizes a departure rate estimator to track
fluctuations in the egress rate for the queue and to generate a
smoothed estimate of this rate for use in the drop probability
calculation. This estimator may be well suited to many link
technologies but is not ideal for DOCSIS upstream links for a number
of reasons.
First, the bursty nature of the upstream transmissions, in which the
queue drains at line rate (up to ~100 Mbps for DOCSIS 3.0 and ~1 Gbps
for DOCSIS 3.1) and then is blocked until the next transmit
opportunity, results in the potential for inaccuracy in measurement,
given that the PIE departure rate estimator starts each measurement
during a transmission burst and ends each measurement during a
(possibly different) transmission burst. For example, in the case
where the start and end of measurement occur within a single burst,
the PIE estimator will calculate the egress rate to be equal to the
line rate, rather than the average rate available to the modem.
Second, the latency introduced by the DOCSIS request-grant mechanism
can result in some further inaccuracy. In typical conditions, the
request-grant mechanism can add between ~4 ms and ~8 ms of latency to
the forwarding of upstream traffic. Within that range, the amount of
additional latency that affects any individual data burst is
effectively random, being influenced by the arrival time of the burst
relative to the next request transmit opportunity, among other
factors.
Third, in the significant majority of cases, the departure rate,
while variable, is controlled by the modem itself via the pair of
token bucket rate-shaping equations described in <a href="#section-3">Section 3</a>.
Together, these two equations enforce a Maximum Sustained Traffic
Rate, a Peak Traffic Rate, and a Maximum Traffic Burst size for the
modem's requested bandwidth. The implication of this is that the
modem, in the significant majority of cases, will know precisely what
the departure rate will be and can predict exactly when transitions
between the Peak Traffic Rate and Maximum Sustained Traffic Rate will
occur. Compare this to the PIE estimator, which would be simply
reacting to (and smoothing its estimate of) those rate transitions
after the fact.
Finally, since the modem is already implementing the dual-token
bucket traffic shaper, it contains enough internal state to calculate
predicted queuing delay with a minimum of computations. Furthermore,
these computations only need to be run at every drop probability
update interval, as opposed to the PIE estimator, which runs a
similar number of computations on each packet dequeue event.
<span class="grey">White & Pan Informational [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
For these reasons, the DOCSIS-PIE algorithm utilizes the
configuration and state of the dual-token bucket traffic shaper to
translate queue depth into predicted queuing delay, rather than
implementing the departure rate estimator defined in PIE.
<span class="h3"><a class="selflink" id="section-4.3" href="#section-4.3">4.3</a>. Enhanced Burst Protection</span>
The PIE algorithm [<a href="./rfc8033" title=""Proportional Integral Controller Enhanced (PIE): A Lightweight Control Scheme to Address the Bufferbloat Problem"">RFC8033</a>] has two states: INACTIVE and ACTIVE.
During the INACTIVE state, AQM packet drops are suppressed. The
algorithm transitions to the ACTIVE state when the queue exceeds 1/3
of the buffer size. Upon transition to the ACTIVE state, PIE
includes a burst protection feature in which the AQM packet drops are
suppressed for the first 150 ms. Since DOCSIS-PIE is predominantly
deployed on consumer broadband connections, a more sophisticated
burst protection was developed to provide better performance in the
presence of a single TCP session.
Where the PIE algorithm has two states, DOCSIS-PIE has three. The
INACTIVE and ACTIVE states in DOCSIS-PIE are identical to those
states in PIE. The QUIESCENT state is a transitional state between
INACTIVE and ACTIVE. The DOCSIS-PIE algorithm transitions from
INACTIVE to QUIESCENT when the queue exceeds 1/3 of the buffer size.
In the QUIESCENT state, packet drops are immediately enabled, and
upon the first packet drop, the algorithm transitions to the ACTIVE
state (where drop probability is reset to zero for the 150 ms
duration of the burst protection as in PIE). From the ACTIVE state,
the algorithm transitions to QUIESCENT if the drop probability has
decayed to zero and the queuing latency has been less than half of
the LATENCY_TARGET for two update intervals. The algorithm then
fully resets to the INACTIVE state if this "quiet" condition exists
for the duration of the BURST_RESET_TIMEOUT (1 second). One end
result of the addition of the QUIESCENT state is that a single packet
drop can occur relatively early on during an initial burst, whereas
all drops would be suppressed for at least 150 ms of the burst
duration in PIE. The other end result is that if traffic stops and
then resumes within 1 second, DOCSIS-PIE can directly drop a single
packet and then re-enter burst protection, whereas PIE would require
that the buffer exceed 1/3 full.
<span class="h3"><a class="selflink" id="section-4.4" href="#section-4.4">4.4</a>. Expanded Auto-Tuning Range</span>
The PIE algorithm scales the Proportional and Integral coefficients
based on the current drop probability. The DOCSIS-PIE algorithm
extends this scaling to cover values of drop probability greater than
1, which can occur as a result of the drop probability scaling
function described in <a href="#section-4.6">Section 4.6</a>. As an example, if a flood of non-
responsive 64-byte packets were to arrive at a rate that is twice the
<span class="grey">White & Pan Informational [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
departure rate, the DOCSIS-PIE steady-state condition would be to
drop 50% of these packets, which implies that drop probability would
have the value of 8.00.
<span class="h3"><a class="selflink" id="section-4.5" href="#section-4.5">4.5</a>. Trigger for Exponential Decay</span>
The PIE algorithm includes a mechanism by which the drop probability
is allowed to decay exponentially (rather than linearly) when it is
detected that the buffer is empty. In the DOCSIS case, recently
arrived packets may reside in the buffer due to the request-grant
latency even if the link is effectively idle. As a result, the
buffer may not be identically empty in the situations for which the
exponential decay is intended. To compensate for this, we trigger
exponential decay when the buffer occupancy is less than 5 ms * Peak
Traffic Rate.
<span class="h3"><a class="selflink" id="section-4.6" href="#section-4.6">4.6</a>. Drop Probability Scaling</span>
The DOCSIS-PIE algorithm scales the calculated drop probability based
on the ratio of the packet size to a constant value of 1024 bytes
(representing approximate average packet size). While [<a href="./rfc7567" title=""IETF Recommendations Regarding Active Queue Management"">RFC7567</a>] in
general recommends against this type of scaling, we note that DOCSIS-
PIE is expected to be used predominantly to manage upstream queues in
residential broadband deployments, where we believe the benefits
outweigh the disadvantages. As a safeguard to prevent a flood of
small packets from starving flows that use larger packets, DOCSIS-PIE
limits the scaled probability to a defined maximum value of 0.85.
<span class="h3"><a class="selflink" id="section-4.7" href="#section-4.7">4.7</a>. Support for Explicit Congestion Notification</span>
DOCSIS-PIE does not include support for Explicit Congestion
Notification (ECN). Cable modems are essentially IEEE 802.1d
Ethernet bridges and so are not designed to modify IP header fields.
Additionally, the packet-processing pipeline in a cable modem is
commonly implemented in hardware. As a result, introducing support
for ECN would engender a significant redesign of cable modem data
path hardware, and would be difficult or impossible to modify in the
future. At the time of the development of DOCSIS-PIE, which
coincided with the development of modem chip designs, the benefits of
ECN marking relative to packet drop were considered to be relatively
minor; there was considerable discussion about differential treatment
of ECN-capable packets in the AQM drop/mark decision, and there were
some initial suggestions that a new ECN approach was needed. Due to
this uncertainty, we chose not to include support for ECN.
<span class="grey">White & Pan Informational [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Implementation Guidance</span>
The AQM space is an evolving one, and it is expected that continued
research in this field may result in improved algorithms in the
future.
As part of defining the DOCSIS-PIE algorithm, we split the pseudocode
definition into two components: a "data path" component and a
"control path" component. The control path component contains the
packet drop probability update functionality, whereas the data path
component contains the per-packet operations, including the drop
decision logic.
It is understood that some aspects of the cable modem implementation
may be done in hardware, particularly functions that handle packet
processing.
While the DOCSIS specifications don't mandate the internal
implementation details of the cable modem, modem implementers are
strongly advised against implementing the control path functionality
in hardware. The intent of this advice is to retain the possibility
that future improvements in AQM algorithms can be accommodated via
software updates to deployed devices.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Security Considerations</span>
This document describes an active queue management algorithm based on
[<a href="./rfc8033" title=""Proportional Integral Controller Enhanced (PIE): A Lightweight Control Scheme to Address the Bufferbloat Problem"">RFC8033</a>] for implementation in DOCSIS cable modem devices. This
algorithm introduces no specific security exposures.
<span class="grey">White & Pan Informational [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. References</span>
<span class="h3"><a class="selflink" id="section-7.1" href="#section-7.1">7.1</a>. Normative References</span>
[<a id="ref-RFC8033">RFC8033</a>] Pan, R., Natarajan, P., Baker, F., and G. White,
"Proportional Integral Controller Enhanced (PIE): A
Lightweight Control Scheme to Address the Bufferbloat
Problem", <a href="./rfc8033">RFC 8033</a>, DOI 10.17487/RFC8033, February 2017,
<<a href="http://www.rfc-editor.org/info/rfc8033">http://www.rfc-editor.org/info/rfc8033</a>>.
<span class="h3"><a class="selflink" id="section-7.2" href="#section-7.2">7.2</a>. Informative References</span>
[<a id="ref-CommMag">CommMag</a>] White, G., "Active queue management in DOCSIS 3.1
networks", IEEE Communications Magazine vol. 53, no. 3,
pp. 126-132, DOI 10.1109/MCOM.2015.7060493, March 2015.
[<a id="ref-DOCSIS-AQM">DOCSIS-AQM</a>]
White, G., "Active Queue Management in DOCSIS 3.x Cable
Modems", May 2014, <<a href="http://www.cablelabs.com/wp-content/uploads/2014/06/DOCSIS-AQM_May2014.pdf">http://www.cablelabs.com/</a>
<a href="http://www.cablelabs.com/wp-content/uploads/2014/06/DOCSIS-AQM_May2014.pdf">wp-content/uploads/2014/06/DOCSIS-AQM_May2014.pdf</a>>.
[<a id="ref-DOCSIS_3.0">DOCSIS_3.0</a>]
CableLabs, "MAC and Upper Layer Protocols Interface
Specification", DOCSIS 3.0, January 2017,
<<a href="https://apps.cablelabs.com/specification/CM-SP-MULPIv3.0">https://apps.cablelabs.com/specification/</a>
<a href="https://apps.cablelabs.com/specification/CM-SP-MULPIv3.0">CM-SP-MULPIv3.0</a>>.
[<a id="ref-DOCSIS_3.1">DOCSIS_3.1</a>]
CableLabs, "MAC and Upper Layer Protocols Interface
Specification", DOCSIS 3.1, January 2017,
<<a href="https://apps.cablelabs.com/specification/CM-SP-MULPIv3.1">https://apps.cablelabs.com/specification/</a>
<a href="https://apps.cablelabs.com/specification/CM-SP-MULPIv3.1">CM-SP-MULPIv3.1</a>>.
[<a id="ref-RFC7567">RFC7567</a>] Baker, F., Ed. and G. Fairhurst, Ed., "IETF
Recommendations Regarding Active Queue Management",
<a href="https://www.rfc-editor.org/bcp/bcp197">BCP 197</a>, <a href="./rfc7567">RFC 7567</a>, DOI 10.17487/RFC7567, July 2015,
<<a href="http://www.rfc-editor.org/info/rfc7567">http://www.rfc-editor.org/info/rfc7567</a>>.
<span class="grey">White & Pan Informational [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
<span class="h2"><a class="selflink" id="appendix-A" href="#appendix-A">Appendix A</a>. DOCSIS-PIE Algorithm Definition</span>
PIE defines two functions organized here into two design blocks:
1. Control path block -- a periodically running algorithm that
calculates a drop probability based on the estimated queuing
latency and queuing latency trend.
2. Data path block, a function that occurs on each packet enqueue
that implements a per-packet drop decision based on the drop
probability.
It is desirable to have the ability to update the control path block
based on operational experience with PIE deployments.
<span class="h3"><a class="selflink" id="appendix-A.1" href="#appendix-A.1">A.1</a>. DOCSIS-PIE AQM Constants and Variables</span>
<span class="h4"><a class="selflink" id="appendix-A.1.1" href="#appendix-A.1.1">A.1.1</a>. Configuration Parameters</span>
o LATENCY_TARGET. AQM Latency Target for this Service Flow
o PEAK_RATE. Service Flow configured Peak Traffic Rate, expressed
in bytes/second
o MSR. Service Flow configured Maximum Sustained Traffic Rate,
expressed in bytes/second
o BUFFER_SIZE. The size (in bytes) of the buffer for this Service
Flow
<span class="h4"><a class="selflink" id="appendix-A.1.2" href="#appendix-A.1.2">A.1.2</a>. Constant Values</span>
o A = 0.25, B = 2.5. Weights in the drop probability calculation
o INTERVAL = 16 ms. Update interval for drop probability
o BURST_RESET_TIMEOUT = 1 second
o MAX_BURST = 142 ms (150 ms - 8 ms (update error))
o MEAN_PKTSIZE = 1024 bytes
o MIN_PKTSIZE = 64 bytes
o PROB_LOW = 0.85
o PROB_HIGH = 8.5
<span class="grey">White & Pan Informational [Page 11]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-12" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
o LATENCY_LOW = 5 ms
o LATENCY_HIGH = 200 ms
<span class="h4"><a class="selflink" id="appendix-A.1.3" href="#appendix-A.1.3">A.1.3</a>. Variables</span>
o drop_prob_. The current packet drop probability
o accu_prob_. Accumulated drop probability since last drop
o qdelay_old_. The previous queue delay estimate
o burst_allowance_. Countdown for burst protection, initialize to 0
o burst_reset_. Counter to reset burst
o aqm_state_. AQM activity state encoding 3 states:
INACTIVE - Queue staying below 1/3 full, suppress AQM drops
QUIESCENT - Transition state
ACTIVE - Normal AQM drops (after burst protection period)
o queue_. Holds the pending packets
<span class="h4"><a class="selflink" id="appendix-A.1.4" href="#appendix-A.1.4">A.1.4</a>. Public/System Functions</span>
o drop(packet). Drops/discards a packet
o random(). Returns a uniform random value in the range 0 ~ 1
o queue_.is_full(). Returns true if queue_ is full
o queue_.byte_length(). Returns current queue_ length in bytes,
including all MAC PDU bytes without DOCSIS MAC overhead
o queue_.enque(packet). Adds packet to tail of queue_
o msrtokens(). Returns current token credits (in bytes) from the
Maximum Sustained Traffic Rate token bucket
o packet.size(). Returns size of packet
<span class="grey">White & Pan Informational [Page 12]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-13" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
<span class="h3"><a class="selflink" id="appendix-A.2" href="#appendix-A.2">A.2</a>. DOCSIS-PIE AQM Control Path</span>
The DOCSIS-PIE control path performs the following:
o Calls control_path_init() at Service Flow creation
o Calls calculate_drop_prob() at a regular INTERVAL (16 ms)
================
// Initialization function
control_path_init() {
drop_prob_ = 0;
qdelay_old_ = 0;
burst_reset_ = 0;
aqm_state_ = INACTIVE;
}
// Background update, occurs every INTERVAL
calculate_drop_prob() {
if (queue_.byte_length() <= msrtokens()) {
qdelay = queue_.byte_length() / PEAK_RATE;
} else {
qdelay = ((queue_.byte_length() - msrtokens()) / MSR \
+ msrtokens() / PEAK_RATE);
}
if (burst_allowance_ > 0) {
drop_prob_ = 0;
burst_allowance_ = max(0, burst_allowance_ - INTERVAL);
} else {
p = A * (qdelay - LATENCY_TARGET) + \
B * (qdelay - qdelay_old_);
// Since A=0.25 & B=2.5, can be implemented
// with shift and add
if (drop_prob_ < 0.000001) {
p /= 2048;
} else if (drop_prob_ < 0.00001) {
p /= 512;
} else if (drop_prob_ < 0.0001) {
p /= 128;
} else if (drop_prob_ < 0.001) {
p /= 32;
} else if (drop_prob_ < 0.01) {
p /= 8;
<span class="grey">White & Pan Informational [Page 13]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-14" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
} else if (drop_prob_ < 0.1) {
p /= 2;
} else if (drop_prob_ < 1) {
p /= 0.5;
} else if (drop_prob_ < 10) {
p /= 0.125;
} else {
p /= 0.03125;
}
if ((drop_prob_ >= 0.1) && (p > 0.02)) {
p = 0.02;
}
drop_prob_ += p;
/* some special cases */
if (qdelay < LATENCY_LOW && qdelay_old_ < LATENCY_LOW) {
drop_prob_ *= 0.98; // exponential decay
} else if (qdelay > LATENCY_HIGH) {
drop_prob_ += 0.02; // ramp up quickly
}
drop_prob_ = max(0, drop_prob_);
drop_prob_ = min(drop_prob_, \
PROB_LOW * MEAN_PKTSIZE/MIN_PKTSIZE);
}
// Check if all is quiet
quiet = (qdelay < 0.5 * LATENCY_TARGET)
&& (qdelay_old_ < 0.5 * LATENCY_TARGET)
&& (drop_prob_ == 0)
&& (burst_allowance_ == 0);
// Update AQM state based on quiet or !quiet
if ((aqm_state_ == ACTIVE) && quiet) {
aqm_state_ = QUIESCENT;
burst_reset_ = 0;
} else if (aqm_state_ == QUIESCENT) {
if (quiet) {
burst_reset_ += INTERVAL ;
if (burst_reset_ > BURST_RESET_TIMEOUT) {
burst_reset_ = 0;
aqm_state_ = INACTIVE;
}
} else {
burst_reset_ = 0;
}
}
<span class="grey">White & Pan Informational [Page 14]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-15" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
qdelay_old_ = qdelay;
}
<span class="h3"><a class="selflink" id="appendix-A.3" href="#appendix-A.3">A.3</a>. DOCSIS-PIE AQM Data Path</span>
The DOCSIS-PIE data path performs the following:
o Calls enque() in response to an incoming packet from the CMCI
================
enque(packet) {
if (queue_.is_full()) {
drop(packet);
accu_prob_ = 0;
} else if (drop_early(packet, queue_.byte_length())) {
drop(packet);
} else {
queue_.enque(packet);
}
}
////////////////
drop_early(packet, queue_length) {
// if still in burst protection, suppress AQM drops
if (burst_allowance_ > 0) {
return FALSE;
}
// if drop_prob_ goes to zero, clear accu_prob_
if (drop_prob_ == 0) {
accu_prob_ = 0;
}
if (aqm_state_ == INACTIVE) {
if (queue_.byte_length() < BUFFER_SIZE/3) {
// if queue is still small, stay in
// INACTIVE state and suppress AQM drops
return FALSE;
} else {
// otherwise transition to QUIESCENT state
aqm_state_ = QUIESCENT;
}
}
<span class="grey">White & Pan Informational [Page 15]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-16" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
//The CM can quantize packet.size to 64, 128, 256, 512, 768,
// 1024, 1280, 1536, 2048 in the calculation below
p1 = drop_prob_ * packet.size() / MEAN_PKTSIZE;
p1 = min(p1, PROB_LOW);
accu_prob_ += p1;
// Suppress AQM drops in certain situations
if ( (qdelay_old_ < 0.5 * LATENCY_TARGET && drop_prob_ < 0.2)
|| (queue_.byte_length() <= 2 * MEAN_PKTSIZE) ) {
return FALSE;
}
if (accu_prob_ < PROB_LOW) { // avoid dropping too fast due
return FALSE; // to bad luck of coin tosses...
} else if (accu_prob_ >= PROB_HIGH) { // ...and avoid dropping
drop = TRUE; // too slowly
} else { //Random drop
double u = random(); // 0 ~ 1
if (u > p1)
return FALSE;
else
drop = TRUE;
}
// At this point, drop == TRUE, so packet will be dropped.
// Reset accu_prob_
accu_prob_ = 0;
// If in QUIESCENT state, packet drop triggers
// ACTIVE state and start of burst protection
if (aqm_state_ == QUIESCENT) {
aqm_state_ = ACTIVE;
burst_allowance_ = MAX_BURST;
}
return TRUE;
}
<span class="grey">White & Pan Informational [Page 16]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-17" ></span>
<span class="grey"><a href="./rfc8034">RFC 8034</a> PIE-Based AQM for DOCSIS Cable Modems February 2017</span>
Authors' Addresses
Greg White
CableLabs
858 Coal Creek Circle
Louisville, CO 80027-9750
United States of America
Email: g.white@cablelabs.com
Rong Pan
Cisco Systems
510 McCarthy Blvd
Milpitas, CA 95134
United States of America
Email: ropan@cisco.com
White & Pan Informational [Page 17]
</pre>
|