dcb-maxrate
(8)show / manipulate port maxrate settings of the DCB (Data Center Bridging) subsystem
dcb [ OPTIONS ] maxrate { COMMAND | help } dcb maxrate show dev DEV [ tc-maxrate ] dcb maxrate set dev DEV [ tc-maxrate RATE-MAP ] RATE-MAP := [ RATE-MAP ] RATE-MAPPING RATE-MAPPING := { TC | all }:RATE TC := { 0 .. 7 } RATE := { INTEGER[bit] | INTEGERKbit | INTEGERMib | ... }
DESCRIPTION
PARAMETERS
The following describes only the write direction, i.e. as used with the set command. For the show command, the parameter name is to be used as a simple keyword without further arguments. This instructs the tool to show the value of a given parameter. When no parameters are given, the tool shows the complete maxrate configuration.
- tc-maxrate RATE-MAP
- RATE-MAP uses the array parameter syntax, see dcb(8) for details. Keys are TC indices, values are traffic rates in bits per second. The rates can use the notation documented in section PARAMETERS at tc(8). Note that under that notation, "bit" stands for bits per second whereas "b" stands for bytes per second. When showing, the command line option -i toggles between using decadic and ISO/IEC prefixes.
EXAMPLE & USAGE
EXIT STATUS
REPORTING BUGS
Report any bugs to the Network Developers mailing list netdev@vger.kernel.org where the development and maintenance is primarily done. You do not have to be subscribed to the list to send a message there.
AUTHOR
Petr Machata me@pmachata.org