]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Merge branch 'dcb-pfc-buffer-maxrate' into next
authorDavid Ahern <dsahern@gmail.com>
Mon, 14 Dec 2020 16:48:38 +0000 (16:48 +0000)
committerDavid Ahern <dsahern@gmail.com>
Mon, 14 Dec 2020 16:48:38 +0000 (16:48 +0000)
Petr Machata  says:
====================

Add support to the dcb tool for the following three DCB objects:

- PFC, for "Priority-based Flow Control", allows configuration of priority
  lossiness, and related toggles.

- DCBNL buffer interfaces are an extension to the 802.1q DCB interfaces and
  allow configuration of port headroom buffers.

- DCBNL maxrate interfaces are an extension to the 802.1q DCB interfaces
  and allow configuration of rate with which traffic in a given traffic
  class is sent.

Patches #1-#4 fix small issues in the current DCB code and man pages.

Patch #5 adds new helpers to the DCB dispatcher.

Patches #6 and #7 add support for command line arguments -s and -i. These
enable, respectively, display of statistical counters, and ISO/IEC mode of
rate units.

Patches #8-#10 add the subtools themselves and their man pages.

====================

Signed-off-by: David Ahern <dsahern@gmail.com>

Trivial merge