iproute2/dcb
Petr Machata 117939d9bd dcb: Add a subtool for the DCB maxrate object
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.

Add a dcb subtool to allow showing and tweaking of this per-TC maximum
rate. For example:

    # dcb maxrate show dev eni1np1
    tc-maxrate 0:25Gbit 1:25Gbit 2:25Gbit 3:25Gbit 4:25Gbit 5:25Gbit 6:100Gbit 7:25Gbit

Signed-off-by: Petr Machata <me@pmachata.org>
Signed-off-by: David Ahern <dsahern@gmail.com>
2020-12-14 16:42:07 +00:00
..
.gitignore Add dcb/.gitignore 2020-11-29 20:39:47 +00:00
Makefile dcb: Add a subtool for the DCB maxrate object 2020-12-14 16:42:07 +00:00
dcb.c dcb: Add a subtool for the DCB maxrate object 2020-12-14 16:42:07 +00:00
dcb.h dcb: Add a subtool for the DCB maxrate object 2020-12-14 16:42:07 +00:00
dcb_buffer.c dcb: Add a subtool for the DCB buffer object 2020-12-14 16:42:03 +00:00
dcb_ets.c dcb: ets: Change the way show parameters are given in synopsis 2020-12-14 16:41:22 +00:00
dcb_maxrate.c dcb: Add a subtool for the DCB maxrate object 2020-12-14 16:42:07 +00:00
dcb_pfc.c dcb: Add a subtool for the DCB PFC object 2020-12-14 16:41:58 +00:00